diff options
author | Treeki <treeki@gmail.com> | 2010-10-09 01:00:16 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2010-10-09 01:00:16 +0200 |
commit | 7213ca723a65dff8ebb0c6c08669695217e60453 (patch) | |
tree | 1003cdfc9dd8fa21f2521c2e22071f391c555c78 /LayoutStudio.pro | |
parent | c2cd2300ab03a41999b8e4e38cf0d29abb786918 (diff) | |
download | LayoutStudio-7213ca723a65dff8ebb0c6c08669695217e60453.tar.gz LayoutStudio-7213ca723a65dff8ebb0c6c08669695217e60453.zip |
material bugfixes, plus the beginning of U8 archive code, and a nice little API for handling archive filesystems
Diffstat (limited to '')
-rw-r--r-- | LayoutStudio.pro | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/LayoutStudio.pro b/LayoutStudio.pro index 8665bcd..9c5df61 100644 --- a/LayoutStudio.pro +++ b/LayoutStudio.pro @@ -14,7 +14,6 @@ SOURCES += main.cpp \ lyt/binaryfilesection.cpp \ lyt/materials/material.cpp \ lyt/pane.cpp \ - lyt/common.cpp \ lyt/textbox.cpp \ lyt/picture.cpp \ lyt/window.cpp \ @@ -28,7 +27,10 @@ SOURCES += main.cpp \ lyt/materials/indirectstage.cpp \ lyt/materials/tevstage.cpp \ lyt/materials/alphacompare.cpp \ - lyt/materials/blendmode.cpp + lyt/materials/blendmode.cpp \ + wii/common.cpp \ + wii/archiveu8.cpp \ + wii/filesystem.cpp HEADERS += lsmainwindow.h \ lsglobals.h \ lyt/packagebase.h \ @@ -52,7 +54,10 @@ HEADERS += lsmainwindow.h \ lyt/materials/indirectstage.h \ lyt/materials/tevstage.h \ lyt/materials/alphacompare.h \ - lyt/materials/blendmode.h + lyt/materials/blendmode.h \ + wii/archiveu8.h \ + wii/common.h \ + wii/filesystem.h FORMS += lsmainwindow.ui RESOURCES += resources.qrc |