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