diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -48,11 +48,12 @@ SOURCES = main.cpp \ archiveitemeditdialog.cpp \ smtreeitem.cpp \ smtreemodel.cpp \ - smmodelsingleton.cpp \ + smmodelsingleton.cpp \ archivetreeview.cpp \ seriestreewidget.cpp \ seriestreemodel.cpp \ - filestreemodel.cpp + filestreemodel.cpp \ + filestreewidget.cpp HEADERS = listitem.h \ listmodel.h \ movieitem.h \ @@ -96,10 +97,11 @@ HEADERS = listitem.h \ archiveitemeditdialog.h \ smtreeitem.h \ smtreemodel.h \ - smmodelsingleton.h \ + smmodelsingleton.h \ archivetreeview.h \ seriestreewidget.h \ seriestreemodel.h \ - filestreemodel.h + filestreemodel.h \ + filestreewidget.h LIBS += -lmagic RESOURCES = shemov.qrc |