diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 16 |
1 files changed, 6 insertions, 10 deletions
@@ -17,16 +17,13 @@ SOURCES = main.cpp \ messagedialog.cpp \ configurationdialog.cpp \ textenterdialog.cpp \ - moviepropertiesdialog.cpp \ statisticsdialog.cpp \ - actorwidget.cpp \ - actormodel.cpp \ programconfigurator.cpp \ pictureviewer.cpp \ pictureviewerinfoitem.cpp \ smtreeitem.cpp \ smtreemodel.cpp \ - smglobals.cpp \ + smglobals.cpp \ archivetreeview.cpp \ seriestreewidget.cpp \ seriestreemodel.cpp \ @@ -34,7 +31,8 @@ SOURCES = main.cpp \ filestreewidget.cpp \ mappingtablemodel.cpp \ mappingtablewidget.cpp \ - newmoviewizard.cpp + newmoviewizard.cpp \ + filepropertiesdialog.cpp HEADERS = listitem.h \ filesystemdirproxy.h \ filesystemwidget.h \ @@ -46,16 +44,13 @@ HEADERS = listitem.h \ messagedialog.h \ configurationdialog.h \ textenterdialog.h \ - moviepropertiesdialog.h \ statisticsdialog.h \ - actorwidget.h \ - actormodel.h \ programconfigurator.h \ pictureviewer.h \ pictureviewerinfoitem.h \ smtreeitem.h \ smtreemodel.h \ - smglobals.h \ + smglobals.h \ archivetreeview.h \ seriestreewidget.h \ seriestreemodel.h \ @@ -63,6 +58,7 @@ HEADERS = listitem.h \ filestreewidget.h \ mappingtablemodel.h \ mappingtablewidget.h \ - newmoviewizard.h + newmoviewizard.h \ + filepropertiesdialog.h LIBS += -lmagic RESOURCES = shemov.qrc |