diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -58,7 +58,8 @@ SOURCES = main.cpp \ mappingtreeproxy.cpp \ mappingtreeresultmodel.cpp \ mappingdata.cpp \ - videoviewer.cpp + videoviewer.cpp \ + wizardtreemodel.cpp HEADERS = \ shemov.h \ helper.h \ @@ -111,7 +112,8 @@ HEADERS = \ mappingtreeproxy.h \ mappingtreeresultmodel.h \ mappingdata.h \ - videoviewer.h + videoviewer.h \ + wizardtreemodel.h LIBS += -lmagic -lXfixes -lX11 -lMagick++-6.Q16HDRI INCLUDEPATH += /usr/include/ImageMagick-6/ RESOURCES = shemov.qrc |