diff options
author | Arno <am@disconnect.de> | 2012-02-24 06:49:19 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2012-02-24 06:49:19 +0100 |
commit | e82af6117dfcf4ccbebb712caaf1b8f9c68599ba (patch) | |
tree | b861ea6dfa17946867b659a905619778988d6b6e /shemov.pro | |
parent | e3302975756e7c3eb5f48ee7ed3e550db6a99658 (diff) | |
download | SheMov-e82af6117dfcf4ccbebb712caaf1b8f9c68599ba.tar.gz SheMov-e82af6117dfcf4ccbebb712caaf1b8f9c68599ba.tar.bz2 SheMov-e82af6117dfcf4ccbebb712caaf1b8f9c68599ba.zip |
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.
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 |