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