diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -31,7 +31,8 @@ SOURCES = main.cpp \ newmoviewizard.cpp \ filepropertiesdialog.cpp \ hoverwindow.cpp \ - consistencycheck.cpp + consistencycheck.cpp \ + seriesmetadatamodel.cpp HEADERS = listitem.h \ filesystemdirproxy.h \ filesystemwidget.h \ @@ -57,6 +58,7 @@ HEADERS = listitem.h \ newmoviewizard.h \ filepropertiesdialog.h \ hoverwindow.h \ - consistencycheck.h + consistencycheck.h \ + seriesmetadatamodel.h LIBS += -lmagic -lXfixes RESOURCES = shemov.qrc |