TEMPLATE = app CONFIG += warn_on \ thread \ qt \ debug CONFIG -= release QT += core gui widgets sql concurrent multimediawidgets DEFINES += QT_DEPRECATED_WARNINGS SOURCES = main.cpp \ shemov.cpp \ helper.cpp \ shemoviconprovider.cpp \ configurationdialog.cpp \ statisticsdialog.cpp \ programconfigurator.cpp \ smtreeitem.cpp \ smtreemodel.cpp \ smglobals.cpp \ mappingtablemodel.cpp \ mappingtablewidget.cpp \ newmoviewizard.cpp \ filepropertiesdialog.cpp \ consistencycheck.cpp \ mappingtableeditor.cpp \ smdialog.cpp \ dbanalyzer.cpp \ mappingtreemodel.cpp \ mappingtreewidget.cpp \ newpicsdialog.cpp \ pictureswidget.cpp \ pictureviewer2.cpp \ picfilesmodel.cpp \ smtreeview.cpp \ archivemodel.cpp \ archiveview.cpp \ delegates.cpp \ archivebrowser.cpp \ archivebrowsermodel.cpp \ unpacker.cpp \ searchdialog.cpp \ copyworker.cpp \ randomtab.cpp \ fswidget.cpp \ fsproxy.cpp \ viewer.cpp \ moviewidget.cpp \ smview.cpp \ moviepropertiesdialog.cpp \ sminputdialog.cpp \ editfiledialog.cpp \ picturelistview.cpp \ mappingtreeview.cpp \ mappingtreeresultview.cpp \ mappingeditwidget.cpp \ mappinginputdialog.cpp \ mappingeditdialog.cpp \ mappingtreeproxy.cpp \ mappingtreeresultmodel.cpp \ mappingdata.cpp \ wizardtreemodel.cpp \ moviemetadatapage.cpp \ moviemappingpage.cpp \ movieinfopage.cpp HEADERS = \ shemov.h \ helper.h \ shemoviconprovider.h \ configurationdialog.h \ statisticsdialog.h \ programconfigurator.h \ smtreeitem.h \ smtreemodel.h \ smglobals.h \ mappingtablemodel.h \ mappingtablewidget.h \ newmoviewizard.h \ filepropertiesdialog.h \ consistencycheck.h \ mappingtableeditor.h \ smdialog.h \ dbanalyzer.h \ mappingtreemodel.h \ mappingtreewidget.h \ newpicsdialog.h \ pictureswidget.h \ pictureviewer2.h \ picfilesmodel.h \ smtreeview.h \ archivemodel.h \ archiveview.h \ delegates.h \ archivebrowser.h \ archivebrowsermodel.h \ unpacker.h \ searchdialog.h \ copyworker.h \ randomtab.h \ fswidget.h \ fsproxy.h \ viewer.h \ moviewidget.h \ smview.h \ moviepropertiesdialog.h \ sminputdialog.h \ editfiledialog.h \ picturelistview.h \ mappingtreeview.h \ mappingtreeresultview.h \ mappingeditwidget.h \ mappinginputdialog.h \ mappingeditdialog.h \ mappingtreeproxy.h \ mappingtreeresultmodel.h \ mappingdata.h \ wizardtreemodel.h \ moviemetadatapage.h \ moviemappingpage.h \ movieinfopage.h LIBS += -lMagick++-7.Q16HDRI win32 { INCLUDEPATH += ..\..\..\mingw64\include\ImageMagick-7 } unix { INCLUDEPATH += /usr/include/ImageMagick-7/ } RESOURCES = shemov.qrc DISTFILES +=