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