diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -46,7 +46,8 @@ SOURCES = main.cpp \ fsproxy.cpp \ viewer.cpp \ moviewidget.cpp \ - smview.cpp + smview.cpp \ + moviepropertiesdialog.cpp HEADERS = \ shemov.h \ helper.h \ @@ -87,7 +88,8 @@ HEADERS = \ fsproxy.h \ viewer.h \ moviewidget.h \ - smview.h + smview.h \ + moviepropertiesdialog.h LIBS += -lmagic -lXfixes -lX11 -lMagick++-6.Q16HDRI INCLUDEPATH += /usr/include/ImageMagick-6/ RESOURCES = shemov.qrc |