diff options
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 |