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