diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -39,7 +39,8 @@ SOURCES = main.cpp \ fileinfoitem.cpp \ fileinfomodel.cpp \ actorcountmodel.cpp \ - graphbarwidget.cpp + graphbarwidget.cpp \ + programconfigurator.cpp HEADERS = listitem.h \ listmodel.h \ movieitem.h \ @@ -74,7 +75,8 @@ HEADERS = listitem.h \ fileinfoitem.h \ fileinfomodel.h \ actorcountmodel.h \ - graphbarwidget.h + graphbarwidget.h \ + programconfigurator.h LIBS += -lmagic LIBS += -lcryptopp INCLUDEPATH += /usr/include/cryptopp |