From 532859713aaf0fdf482ee7d68676f6927a800eeb Mon Sep 17 00:00:00 2001 From: Treeki Date: Thu, 7 Oct 2010 23:48:57 +0200 Subject: implemented some more material stuff; added readme --- LayoutStudio.pro | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'LayoutStudio.pro') diff --git a/LayoutStudio.pro b/LayoutStudio.pro index 7a1c8c0..aac834e 100644 --- a/LayoutStudio.pro +++ b/LayoutStudio.pro @@ -20,7 +20,9 @@ SOURCES += main.cpp \ lyt/window.cpp \ lyt/bounding.cpp \ lyt/group.cpp \ - lyt/materials/texmap.cpp + lyt/materials/texmap.cpp \ + lyt/materials/texsrt.cpp \ + lyt/materials/texcoordgen.cpp HEADERS += lsmainwindow.h \ lsglobals.h \ lyt/packagebase.h \ @@ -36,7 +38,9 @@ HEADERS += lsmainwindow.h \ lyt/window.h \ lyt/bounding.h \ lyt/group.h \ - lyt/materials/texmap.h + lyt/materials/texmap.h \ + lyt/materials/texsrt.h \ + lyt/materials/texcoordgen.h FORMS += lsmainwindow.ui RESOURCES += resources.qrc @@ -45,4 +49,5 @@ OTHER_FILES += \ icons/textbox.png \ icons/picture.png \ icons/pane.png \ - icons/bounding.png + icons/bounding.png \ + README.markdown -- cgit v1.2.3