diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -42,7 +42,9 @@ SOURCES = main.cpp \ programconfigurator.cpp \ addmoviewizard.cpp \ listmodelsingleton.cpp \ - moviemodelsingleton.cpp + moviemodelsingleton.cpp \ + pictureviewer.cpp \ + pictureviewerinfoitem.cpp HEADERS = listitem.h \ listmodel.h \ movieitem.h \ @@ -80,6 +82,8 @@ HEADERS = listitem.h \ programconfigurator.h \ addmoviewizard.h \ listmodelsingleton.h \ - moviemodelsingleton.h + moviemodelsingleton.h \ + pictureviewer.h \ + pictureviewerinfoitem.h LIBS += -lmagic RESOURCES = shemov.qrc |