diff options
Diffstat (limited to 'LayoutStudio.pro')
-rw-r--r-- | LayoutStudio.pro | 42 |
1 files changed, 7 insertions, 35 deletions
diff --git a/LayoutStudio.pro b/LayoutStudio.pro index 890250c..cd34307 100644 --- a/LayoutStudio.pro +++ b/LayoutStudio.pro @@ -1,12 +1,10 @@ # ------------------------------------------------- # Project created by QtCreator 2010-10-03T04:03:27 # ------------------------------------------------- -QT += opengl +QT += xml TARGET = LayoutStudio TEMPLATE = app SOURCES += main.cpp \ - lsmainwindow.cpp \ - lsglobals.cpp \ lyt/packagebase.cpp \ lyt/directorypackage.cpp \ lyt/layout.cpp \ @@ -33,20 +31,10 @@ SOURCES += main.cpp \ wii/filesystem.cpp \ lyt/archivepackage.cpp \ wii/stringtablebuilder.cpp \ - layoutgl/texturemanager.cpp \ - layoutgl/widget.cpp \ wii/texpalette.cpp \ - lspackagemodel.cpp \ - lslayoutwindow.cpp \ - lsscenemodel.cpp \ - lspaneeditor.cpp \ - lstexcoordseteditor.cpp \ - lsmaterialeditor.cpp \ - lscolorpicker.cpp \ - lsmaterialmodel.cpp \ - lsseteditor.cpp -HEADERS += lsmainwindow.h \ - lsglobals.h \ + lsrlytexporter.cpp \ + lyt/animation.cpp +HEADERS += \ lyt/packagebase.h \ lyt/directorypackage.h \ lyt/layout.h \ @@ -75,28 +63,12 @@ HEADERS += lsmainwindow.h \ lyt/archivepackage.h \ wii/stringtablebuilder.h \ lyt/materials/materialcontainer.h \ - layoutgl/texturemanager.h \ - layoutgl/widget.h \ wii/texpalette.h \ wii/gx.h \ - lspackagemodel.h \ - lslayoutwindow.h \ - lsscenemodel.h \ - lspaneeditor.h \ - lstexcoordseteditor.h \ - lsmaterialeditor.h \ - lscolorpicker.h \ - lsmaterialmodel.h \ - lsseteditor.h \ - lsmaterialeditors.h -FORMS += -RESOURCES += resources.qrc + lsrlytexporter.h \ + lyt/animation.h + OTHER_FILES += \ - icons/window.png \ - icons/textbox.png \ - icons/picture.png \ - icons/pane.png \ - icons/bounding.png \ README.markdown \ LICENSE.txt |