diff options
author | Treeki <treeki@gmail.com> | 2012-08-04 18:19:19 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-08-04 18:19:19 +0200 |
commit | cee09c07899dfec32672e7e2d175972530a7dfd4 (patch) | |
tree | b3e4b1a0960ed1b95e2b838b5bfa4b9f132ff2c8 /LayoutStudio.pro | |
parent | 362976328ecb796d670b32af924f76e25922cb78 (diff) | |
download | LayoutStudio-cee09c07899dfec32672e7e2d175972530a7dfd4.tar.gz LayoutStudio-cee09c07899dfec32672e7e2d175972530a7dfd4.zip |
this bit is nowhere near finished but I'm pushing it so I can pull on my netbook
Diffstat (limited to '')
-rw-r--r-- | LayoutStudio.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/LayoutStudio.pro b/LayoutStudio.pro index 815dcdc..1ec2b7d 100644 --- a/LayoutStudio.pro +++ b/LayoutStudio.pro @@ -36,7 +36,8 @@ SOURCES += main.cpp \ layoutgl/texturemanager.cpp \ layoutgl/widget.cpp \ wii/texpalette.cpp \ - lspackagemodel.cpp + lspackagemodel.cpp \ + lslayoutwindow.cpp HEADERS += lsmainwindow.h \ lsglobals.h \ lyt/packagebase.h \ @@ -71,7 +72,8 @@ HEADERS += lsmainwindow.h \ layoutgl/widget.h \ wii/texpalette.h \ wii/gx.h \ - lspackagemodel.h + lspackagemodel.h \ + lslayoutwindow.h FORMS += RESOURCES += resources.qrc |