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