diff options
author | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-07-06 08:44:14 +0000 |
---|---|---|
committer | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-07-06 08:44:14 +0000 |
commit | ea9e5d0f1e02ca8c8859bbf59f2081b819f1d329 (patch) | |
tree | bf8309ded6ad5a44885b0aa756df0569586031d4 /shemov.pro | |
parent | 2b2b3b79bf8b2d9be52a6058e3af03bf314bd9db (diff) | |
download | SheMov-ea9e5d0f1e02ca8c8859bbf59f2081b819f1d329.tar.gz SheMov-ea9e5d0f1e02ca8c8859bbf59f2081b819f1d329.tar.bz2 SheMov-ea9e5d0f1e02ca8c8859bbf59f2081b819f1d329.zip |
-added some artwork
-started implementing FilesystemView
git-svn-id: file:///var/svn/repos2/shemov/trunk@377 f440f766-f032-0410-8965-dc7d17de2ca0
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -8,11 +8,23 @@ movieitem.cpp \ moviemodel.cpp \ coveritem.cpp \ filesystemdirproxy.cpp \ -filesystemwidget.cpp +filesystemwidget.cpp \ +fileview.cpp \ +shemov.cpp \ +filesystemfileproxy.cpp \ +helper.cpp \ +shemoviconprovider.cpp HEADERS = listitem.h \ listmodel.h \ movieitem.h \ moviemodel.h \ coveritem.h \ filesystemdirproxy.h \ -filesystemwidget.h +filesystemwidget.h \ +fileview.h \ +shemov.h \ +filesystemfileproxy.h \ +helper.h \ +shemoviconprovider.h +LIBS += -lmagic +RESOURCES = shemov.qrc |