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