diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -48,7 +48,8 @@ SOURCES = main.cpp \ searchdialog.cpp \ copyworker.cpp \ randomtab.cpp \ - fswidget.cpp + fswidget.cpp \ + fsproxy.cpp HEADERS = \ filesystemdirproxy.h \ filesystemwidget.h \ @@ -91,7 +92,8 @@ HEADERS = \ searchdialog.h \ copyworker.h \ randomtab.h \ - fswidget.h + fswidget.h \ + fsproxy.h LIBS += -lmagic -lXfixes -lX11 -lMagick++-6.Q16HDRI INCLUDEPATH += /usr/include/ImageMagick-6/ RESOURCES = shemov.qrc |