diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -39,7 +39,10 @@ SOURCES = main.cpp \ fileinfomodel.cpp \ actorcountmodel.cpp \ graphbarwidget.cpp \ - programconfigurator.cpp + programconfigurator.cpp \ + addmoviewizard.cpp \ + listmodelsingleton.cpp \ + moviemodelsingleton.cpp HEADERS = listitem.h \ listmodel.h \ movieitem.h \ @@ -74,6 +77,9 @@ HEADERS = listitem.h \ fileinfomodel.h \ actorcountmodel.h \ graphbarwidget.h \ - programconfigurator.h + programconfigurator.h \ + addmoviewizard.h \ + listmodelsingleton.h \ + moviemodelsingleton.h LIBS += -lmagic RESOURCES = shemov.qrc |