TEMPLATE = app CONFIG += warn_on \ thread \ qt \ debug CONFIG -= release QT += sql SOURCES = main.cpp \ filesystemdirproxy.cpp \ filesystemwidget.cpp \ fileview.cpp \ shemov.cpp \ filesystemfileproxy.cpp \ helper.cpp \ shemoviconprovider.cpp \ configurationdialog.cpp \ statisticsdialog.cpp \ programconfigurator.cpp \ pictureviewer.cpp \ smtreeitem.cpp \ smtreemodel.cpp \ smglobals.cpp \ archivetreeview.cpp \ seriestreewidget.cpp \ seriestreemodel.cpp \ filestreemodel.cpp \ filestreewidget.cpp \ mappingtablemodel.cpp \ mappingtablewidget.cpp \ newmoviewizard.cpp \ filepropertiesdialog.cpp \ hoverwindow.cpp \ consistencycheck.cpp \ seriesmetadatamodel.cpp \ mappingtableeditor.cpp HEADERS = listitem.h \ filesystemdirproxy.h \ filesystemwidget.h \ fileview.h \ shemov.h \ filesystemfileproxy.h \ helper.h \ shemoviconprovider.h \ configurationdialog.h \ statisticsdialog.h \ programconfigurator.h \ pictureviewer.h \ smtreeitem.h \ smtreemodel.h \ smglobals.h \ archivetreeview.h \ seriestreewidget.h \ seriestreemodel.h \ filestreemodel.h \ filestreewidget.h \ mappingtablemodel.h \ mappingtablewidget.h \ newmoviewizard.h \ filepropertiesdialog.h \ hoverwindow.h \ consistencycheck.h \ seriesmetadatamodel.h \ mappingtableeditor.h LIBS += -lmagic -lXfixes RESOURCES = shemov.qrc