From fdf8cfec2b795393d7ee901abaf747575067068b Mon Sep 17 00:00:00 2001 From: Treeki Date: Thu, 14 Oct 2010 03:15:41 +0200 Subject: bugfixes; working U8 archive support for reading/writing --- LayoutStudio.pro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'LayoutStudio.pro') 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 -- cgit v1.2.3