TEMPLATE = app CONFIG += warn_on \ thread \ qt \ debug \ c++11 CONFIG -= release QT += core gui widgets sql concurrent SOURCES = main.cpp \ filesystemdirproxy.cpp \ filesystemwidget.cpp \ fileview.cpp \ shemov.cpp \ filesystemfileproxy.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 \ hoverwindow.cpp \ consistencycheck.cpp \ mappingtableeditor.cpp \ smdialog.cpp \ dbanalyzer.cpp \ mappingtreemodel.cpp \ mappingtreewidget.cpp \ newpicsdialog.cpp \ pictureswidget.cpp \ pictureviewer2.cpp \ picfilesmodel.cpp \ smdirwatcher.cpp \ smdirmodel.cpp \ smtreeview.cpp \ archivemodel.cpp \ archiveview.cpp \ archivecontroller.cpp \ delegates.cpp \ archivebrowser.cpp \ archivebrowsermodel.cpp \ unpacker.cpp \ searchdialog.cpp \ copyworker.cpp \ randomtab.cpp HEADERS = \ filesystemdirproxy.h \ filesystemwidget.h \ fileview.h \ shemov.h \ filesystemfileproxy.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 \ hoverwindow.h \ consistencycheck.h \ mappingtableeditor.h \ smdialog.h \ dbanalyzer.h \ mappingtreemodel.h \ mappingtreewidget.h \ newpicsdialog.h \ pictureswidget.h \ pictureviewer2.h \ picfilesmodel.h \ smdirwatcher.h \ smdirmodel.h \ smtreeview.h \ archivemodel.h \ archiveview.h \ archivecontroller.h \ delegates.h \ archivebrowser.h \ archivebrowsermodel.h \ unpacker.h \ searchdialog.h \ copyworker.h \ randomtab.h LIBS += -lmagic -lXfixes -lX11 -lMagick++-6.Q16HDRI INCLUDEPATH += /usr/include/ImageMagick-6/ RESOURCES = shemov.qrc