diff options
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 |