diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -35,7 +35,8 @@ SOURCES = main.cpp \ mappingtableeditor.cpp \ smdialog.cpp \ propertiesdialog.cpp \ - dbanalyzer.cpp + dbanalyzer.cpp \ + mappingtreemodel.cpp HEADERS = listitem.h \ filesystemdirproxy.h \ filesystemwidget.h \ @@ -66,6 +67,7 @@ HEADERS = listitem.h \ mappingtableeditor.h \ smdialog.h \ propertiesdialog.h \ - dbanalyzer.h + dbanalyzer.h \ + mappingtreemodel.h LIBS += -lmagic -lXfixes -lX11 RESOURCES = shemov.qrc |