diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -50,7 +50,8 @@ SOURCES = main.cpp \ smtreemodel.cpp \ smubermodel.cpp \ smubermodelsingleton.cpp \ - archivetreeview.cpp + archivetreeview.cpp \ + seriestreewidget.cpp HEADERS = listitem.h \ listmodel.h \ movieitem.h \ @@ -96,6 +97,7 @@ HEADERS = listitem.h \ smtreemodel.h \ smubermodel.h \ smubermodelsingleton.h \ - archivetreeview.h + archivetreeview.h \ + seriestreewidget.h LIBS += -lmagic RESOURCES = shemov.qrc |