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