diff options
author | Treeki <treeki@gmail.com> | 2010-10-14 03:15:41 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2010-10-14 03:15:41 +0200 |
commit | fdf8cfec2b795393d7ee901abaf747575067068b (patch) | |
tree | 1eb3a65765c1c43c4ea91530462cd15d54f995d1 /LayoutStudio.pro | |
parent | 7213ca723a65dff8ebb0c6c08669695217e60453 (diff) | |
download | LayoutStudio-fdf8cfec2b795393d7ee901abaf747575067068b.tar.gz LayoutStudio-fdf8cfec2b795393d7ee901abaf747575067068b.zip |
bugfixes; working U8 archive support for reading/writing
Diffstat (limited to 'LayoutStudio.pro')
-rw-r--r-- | LayoutStudio.pro | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/LayoutStudio.pro b/LayoutStudio.pro index 9c5df61..0b6a395 100644 --- a/LayoutStudio.pro +++ b/LayoutStudio.pro @@ -30,7 +30,9 @@ SOURCES += main.cpp \ lyt/materials/blendmode.cpp \ wii/common.cpp \ wii/archiveu8.cpp \ - wii/filesystem.cpp + wii/filesystem.cpp \ + lyt/archivepackage.cpp \ + wii/stringtablebuilder.cpp HEADERS += lsmainwindow.h \ lsglobals.h \ lyt/packagebase.h \ @@ -57,7 +59,9 @@ HEADERS += lsmainwindow.h \ lyt/materials/blendmode.h \ wii/archiveu8.h \ wii/common.h \ - wii/filesystem.h + wii/filesystem.h \ + lyt/archivepackage.h \ + wii/stringtablebuilder.h FORMS += lsmainwindow.ui RESOURCES += resources.qrc |