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