diff options
author | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-07-12 16:04:04 +0000 |
---|---|---|
committer | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-07-12 16:04:04 +0000 |
commit | a3dd54389f7b28431fc9853cd57af231bd6a3c9c (patch) | |
tree | 3fc25acead59266867f057e862e722ac7dbe2180 /shemov.pro | |
parent | b6fbec29ad08a0607adf4b5d3fe5d8a237d1a970 (diff) | |
download | SheMov-a3dd54389f7b28431fc9853cd57af231bd6a3c9c.tar.gz SheMov-a3dd54389f7b28431fc9853cd57af231bd6a3c9c.tar.bz2 SheMov-a3dd54389f7b28431fc9853cd57af231bd6a3c9c.zip |
-implemented cover rename and templates
-started on configurationdialog
git-svn-id: file:///var/svn/repos2/shemov/trunk@385 f440f766-f032-0410-8965-dc7d17de2ca0
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -14,7 +14,8 @@ shemov.cpp \ filesystemfileproxy.cpp \ helper.cpp \ shemoviconprovider.cpp \ -messagedialog.cpp +messagedialog.cpp \ +configurationdialog.cpp HEADERS = listitem.h \ listmodel.h \ movieitem.h \ @@ -27,6 +28,7 @@ shemov.h \ filesystemfileproxy.h \ helper.h \ shemoviconprovider.h \ -messagedialog.h +messagedialog.h \ +configurationdialog.h LIBS += -lmagic RESOURCES = shemov.qrc |