diff options
author | Treeki <treeki@gmail.com> | 2012-08-03 05:16:52 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-08-03 05:16:52 +0200 |
commit | 7a183cfa367db01413c001306741d06e1826d077 (patch) | |
tree | e50e2e222ddf924e4d868e79ed87a0ced85d01e1 /LayoutStudio.pro | |
parent | ebcc95da4c26369511caa90d89c5ed06e1e4853a (diff) | |
download | LayoutStudio-7a183cfa367db01413c001306741d06e1826d077.tar.gz LayoutStudio-7a183cfa367db01413c001306741d06e1826d077.zip |
might as well push all this. a massive amount of changes
Diffstat (limited to 'LayoutStudio.pro')
-rw-r--r-- | LayoutStudio.pro | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/LayoutStudio.pro b/LayoutStudio.pro index 49f2d40..815dcdc 100644 --- a/LayoutStudio.pro +++ b/LayoutStudio.pro @@ -32,7 +32,11 @@ SOURCES += main.cpp \ wii/archiveu8.cpp \ wii/filesystem.cpp \ lyt/archivepackage.cpp \ - wii/stringtablebuilder.cpp + wii/stringtablebuilder.cpp \ + layoutgl/texturemanager.cpp \ + layoutgl/widget.cpp \ + wii/texpalette.cpp \ + lspackagemodel.cpp HEADERS += lsmainwindow.h \ lsglobals.h \ lyt/packagebase.h \ @@ -62,8 +66,13 @@ HEADERS += lsmainwindow.h \ wii/filesystem.h \ lyt/archivepackage.h \ wii/stringtablebuilder.h \ - lyt/materials/materialcontainer.h -FORMS += lsmainwindow.ui + lyt/materials/materialcontainer.h \ + layoutgl/texturemanager.h \ + layoutgl/widget.h \ + wii/texpalette.h \ + wii/gx.h \ + lspackagemodel.h +FORMS += RESOURCES += resources.qrc OTHER_FILES += \ |