diff options
author | Arno <am@disconnect.de> | 2013-06-01 06:53:34 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-06-01 06:53:34 +0200 |
commit | ac5f624734f712bce84f36cc47c0133a1382534f (patch) | |
tree | ff3f0105b341dbc91dbe4471b4a55429fe127ce4 /shemov.pro | |
parent | 39223db7f24eb285af7f0b7a3b061d9a92453122 (diff) | |
download | SheMov-ac5f624734f712bce84f36cc47c0133a1382534f.tar.gz SheMov-ac5f624734f712bce84f36cc47c0133a1382534f.tar.bz2 SheMov-ac5f624734f712bce84f36cc47c0133a1382534f.zip |
Add view for new ArchiveModel
Display the new ArchiveModel in an experimental tab
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -44,7 +44,8 @@ SOURCES = main.cpp \ smdirmodel.cpp \ framecache.cpp \ smtreeview.cpp \ - archivemodel.cpp + archivemodel.cpp \ + archiveview.cpp HEADERS = \ filesystemdirproxy.h \ filesystemwidget.h \ @@ -84,6 +85,7 @@ HEADERS = \ smdirmodel.h \ framecache.h \ smtreeview.h \ - archivemodel.h + archivemodel.h \ + archiveview.h LIBS += -lmagic -lXfixes -lX11 RESOURCES = shemov.qrc |