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