diff options
author | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-09-05 18:04:34 +0000 |
---|---|---|
committer | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-09-05 18:04:34 +0000 |
commit | 7c2a67b93e0e2b80bb89985c92a5aafc6b2b3d65 (patch) | |
tree | 60f59ae8df7a8f6b895f226c8445a9b144826497 /shemov.pro | |
parent | b83db5872cc3ac45795fad67ad2b50d8f9994c96 (diff) | |
download | SheMov-7c2a67b93e0e2b80bb89985c92a5aafc6b2b3d65.tar.gz SheMov-7c2a67b93e0e2b80bb89985c92a5aafc6b2b3d65.tar.bz2 SheMov-7c2a67b93e0e2b80bb89985c92a5aafc6b2b3d65.zip |
-started statistics. It compiles, but does nothing at all yet
-implemented aboutShemov and aboutQt
git-svn-id: file:///var/svn/repos2/shemov/trunk@405 f440f766-f032-0410-8965-dc7d17de2ca0
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 |