TEMPLATE = app CONFIG += warn_on \ thread \ qt \ debug CONFIG -= release QT += sql SOURCES = main.cpp \ listmodel.cpp \ movieitem.cpp \ moviemodel.cpp \ coveritem.cpp \ filesystemdirproxy.cpp \ filesystemwidget.cpp \ fileview.cpp \ shemov.cpp \ filesystemfileproxy.cpp \ helper.cpp \ shemoviconprovider.cpp \ messagedialog.cpp \ configurationdialog.cpp \ archiveeditdialog.cpp \ listeditor.cpp \ covereditor.cpp \ archivefilewidget.cpp \ archiveviewwidget.cpp \ archivefileview.cpp \ archiveproxy.cpp \ sizedelegate.cpp \ archiveddelegate.cpp \ textenterdialog.cpp \ moviepropertiesdialog.cpp \ statisticsdialog.cpp \ actorwidget.cpp \ actormodel.cpp \ fileinfoitem.cpp \ fileinfomodel.cpp \ actorcountmodel.cpp \ graphbarwidget.cpp \ programconfigurator.cpp \ addmoviewizard.cpp \ listmodelsingleton.cpp \ moviemodelsingleton.cpp \ pictureviewer.cpp \ pictureviewerinfoitem.cpp \ archiveiteminfoedit.cpp \ archiveitemcoveredit.cpp \ archiveitemeditdialog.cpp \ smtreeitem.cpp \ smtreemodel.cpp \ smmodelsingleton.cpp \ archivetreeview.cpp \ seriestreewidget.cpp \ seriestreemodel.cpp \ filestreemodel.cpp HEADERS = listitem.h \ listmodel.h \ movieitem.h \ moviemodel.h \ coveritem.h \ filesystemdirproxy.h \ filesystemwidget.h \ fileview.h \ shemov.h \ filesystemfileproxy.h \ helper.h \ shemoviconprovider.h \ messagedialog.h \ configurationdialog.h \ archiveeditdialog.h \ listeditor.h \ covereditor.h \ archivefilewidget.h \ archiveviewwidget.h \ archivefileview.h \ archiveproxy.h \ sizedelegate.h \ archiveddelegate.h \ textenterdialog.h \ moviepropertiesdialog.h \ statisticsdialog.h \ actorwidget.h \ actormodel.h \ fileinfoitem.h \ fileinfomodel.h \ actorcountmodel.h \ graphbarwidget.h \ programconfigurator.h \ addmoviewizard.h \ listmodelsingleton.h \ moviemodelsingleton.h \ pictureviewer.h \ pictureviewerinfoitem.h \ archiveiteminfoedit.h \ archiveitemcoveredit.h \ archiveitemeditdialog.h \ smtreeitem.h \ smtreemodel.h \ smmodelsingleton.h \ archivetreeview.h \ seriestreewidget.h \ seriestreemodel.h \ filestreemodel.h LIBS += -lmagic RESOURCES = shemov.qrc