diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -28,7 +28,8 @@ editarchiveitemdialog.cpp \ sizedelegate.cpp \ archiveddelegate.cpp \ coverarchiveeditor.cpp \ -textenterdialog.cpp +textenterdialog.cpp \ +moviepropertiesdialog.cpp HEADERS = listitem.h \ listmodel.h \ movieitem.h \ @@ -55,7 +56,8 @@ editarchiveitemdialog.h \ sizedelegate.h \ archiveddelegate.h \ coverarchiveeditor.h \ -textenterdialog.h +textenterdialog.h \ +moviepropertiesdialog.h LIBS += -lmagic LIBS += -lcryptopp INCLUDEPATH += /usr/include/cryptopp |