diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -34,7 +34,8 @@ statisticsdialog.cpp \ actorwidget.cpp \ actormodel.cpp \ fileinfoitem.cpp \ -fileinfomodel.cpp +fileinfomodel.cpp \ +actorcountmodel.cpp HEADERS = listitem.h \ listmodel.h \ movieitem.h \ @@ -67,7 +68,8 @@ statisticsdialog.h \ actorwidget.h \ actormodel.h \ fileinfoitem.h \ -fileinfomodel.h +fileinfomodel.h \ +actorcountmodel.h LIBS += -lmagic LIBS += -lcryptopp INCLUDEPATH += /usr/include/cryptopp |