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 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 LIBS += -lmagic RESOURCES = shemov.qrc