diff options
author | Arno <arno@disconnect.de> | 2018-03-31 21:44:36 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-03-31 21:44:36 +0200 |
commit | 82ccb81006d8e82c7f0d9a5febe632e198452425 (patch) | |
tree | f64d63abcb86b651b622ead70d4e4569ee863aed /shemov.pro | |
parent | ab8c38e0c2d5370d2ef5c54bd2f8c414d49deb92 (diff) | |
download | SheMov-82ccb81006d8e82c7f0d9a5febe632e198452425.tar.gz SheMov-82ccb81006d8e82c7f0d9a5febe632e198452425.tar.bz2 SheMov-82ccb81006d8e82c7f0d9a5febe632e198452425.zip |
View picture on doubleclick
Use lightweight viewer from ShemovCleaner for this. Unfortunately
PictureViewer2 is overengineered for this.
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -49,7 +49,8 @@ SOURCES = main.cpp \ copyworker.cpp \ randomtab.cpp \ fswidget.cpp \ - fsproxy.cpp + fsproxy.cpp \ + viewer.cpp HEADERS = \ filesystemdirproxy.h \ filesystemwidget.h \ @@ -93,7 +94,8 @@ HEADERS = \ copyworker.h \ randomtab.h \ fswidget.h \ - fsproxy.h + fsproxy.h \ + viewer.h LIBS += -lmagic -lXfixes -lX11 -lMagick++-6.Q16HDRI INCLUDEPATH += /usr/include/ImageMagick-6/ RESOURCES = shemov.qrc |