diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -49,7 +49,8 @@ SOURCES = main.cpp \ smtreeitem.cpp \ smtreemodel.cpp \ smubermodel.cpp \ - smubermodelsingleton.cpp + smubermodelsingleton.cpp \ + archivetreeview.cpp HEADERS = listitem.h \ listmodel.h \ movieitem.h \ @@ -94,6 +95,7 @@ HEADERS = listitem.h \ smtreeitem.h \ smtreemodel.h \ smubermodel.h \ - smubermodelsingleton.h + smubermodelsingleton.h \ + archivetreeview.h LIBS += -lmagic RESOURCES = shemov.qrc |