diff options
author | Treeki <treeki@gmail.com> | 2012-08-05 17:35:52 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-08-05 17:35:52 +0200 |
commit | 3b2fb505d58f28f0ce9b4de121f12fc924c1ec0c (patch) | |
tree | 2f6a0303927dbb2b16205e74034255cb70a7d1d4 /LayoutStudio.pro | |
parent | cee09c07899dfec32672e7e2d175972530a7dfd4 (diff) | |
download | LayoutStudio-3b2fb505d58f28f0ce9b4de121f12fc924c1ec0c.tar.gz LayoutStudio-3b2fb505d58f28f0ce9b4de121f12fc924c1ec0c.zip |
getting further... basic read-only Scene Graph model/widget
Diffstat (limited to 'LayoutStudio.pro')
-rw-r--r-- | LayoutStudio.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/LayoutStudio.pro b/LayoutStudio.pro index 1ec2b7d..2a27df3 100644 --- a/LayoutStudio.pro +++ b/LayoutStudio.pro @@ -37,7 +37,8 @@ SOURCES += main.cpp \ layoutgl/widget.cpp \ wii/texpalette.cpp \ lspackagemodel.cpp \ - lslayoutwindow.cpp + lslayoutwindow.cpp \ + lsscenemodel.cpp HEADERS += lsmainwindow.h \ lsglobals.h \ lyt/packagebase.h \ @@ -73,7 +74,8 @@ HEADERS += lsmainwindow.h \ wii/texpalette.h \ wii/gx.h \ lspackagemodel.h \ - lslayoutwindow.h + lslayoutwindow.h \ + lsscenemodel.h FORMS += RESOURCES += resources.qrc |