From 7a183cfa367db01413c001306741d06e1826d077 Mon Sep 17 00:00:00 2001 From: Treeki Date: Fri, 3 Aug 2012 05:16:52 +0200 Subject: might as well push all this. a massive amount of changes --- LayoutStudio.pro | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'LayoutStudio.pro') 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 += \ -- cgit v1.2.3