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