diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -47,7 +47,8 @@ SOURCES = main.cpp \ archiveitemcoveredit.cpp \ archiveitemeditdialog.cpp \ smtreeitem.cpp \ - smtreemodel.cpp + smtreemodel.cpp \ + smubermodel.cpp HEADERS = listitem.h \ listmodel.h \ movieitem.h \ @@ -90,6 +91,7 @@ HEADERS = listitem.h \ archiveitemcoveredit.h \ archiveitemeditdialog.h \ smtreeitem.h \ - smtreemodel.h + smtreemodel.h \ + smubermodel.h LIBS += -lmagic RESOURCES = shemov.qrc |