From e82af6117dfcf4ccbebb712caaf1b8f9c68599ba Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 24 Feb 2012 06:49:19 +0100 Subject: First shot at MappingTreeModel MappingTreeModel is a generic approach at mappings files to generic data, eg atttributes, actors or themes. It compiles, but nothing more. So expect many exciting bugs and SegFaults. --- shemov.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'shemov.pro') diff --git a/shemov.pro b/shemov.pro index 67c4a9b..16dadef 100644 --- a/shemov.pro +++ b/shemov.pro @@ -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 -- cgit v1.2.3-70-g09d2