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 \ 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 \ smdialog.cpp \ propertiesdialog.cpp \ dbanalyzer.cpp \ mappingtreemodel.cpp \ mappingtreewidget.cpp \ newpicsdialog.cpp \ pictureswidget.cpp \ pictureviewer2.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 \ 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 \ smdialog.h \ propertiesdialog.h \ dbanalyzer.h \ mappingtreemodel.h \ mappingtreewidget.h \ newpicsdialog.h \ pictureswidget.h \ pictureviewer2.h LIBS += -lmagic -lXfixes -lX11 RESOURCES = shemov.qrc