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