diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -4,7 +4,7 @@ CONFIG += warn_on \ qt \ debug CONFIG -= release -QT += core gui widgets sql concurrent +QT += core gui widgets sql concurrent multimediawidgets DEFINES += QT_DEPRECATED_WARNINGS SOURCES = main.cpp \ shemov.cpp \ @@ -57,7 +57,8 @@ SOURCES = main.cpp \ mappingeditdialog.cpp \ mappingtreeproxy.cpp \ mappingtreeresultmodel.cpp \ - mappingdata.cpp + mappingdata.cpp \ + videoviewer.cpp HEADERS = \ shemov.h \ helper.h \ @@ -109,7 +110,8 @@ HEADERS = \ mappingeditdialog.h \ mappingtreeproxy.h \ mappingtreeresultmodel.h \ - mappingdata.h + mappingdata.h \ + videoviewer.h LIBS += -lmagic -lXfixes -lX11 -lMagick++-6.Q16HDRI INCLUDEPATH += /usr/include/ImageMagick-6/ RESOURCES = shemov.qrc |