diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -43,7 +43,8 @@ SOURCES = main.cpp \ smdirwatcher.cpp \ smdirmodel.cpp \ framecache.cpp \ - smtreeview.cpp + smtreeview.cpp \ + archivemodel.cpp HEADERS = \ filesystemdirproxy.h \ filesystemwidget.h \ @@ -82,6 +83,7 @@ HEADERS = \ smdirwatcher.h \ smdirmodel.h \ framecache.h \ - smtreeview.h + smtreeview.h \ + archivemodel.h LIBS += -lmagic -lXfixes -lX11 RESOURCES = shemov.qrc |