diff options
author | Treeki <treeki@gmail.com> | 2010-10-07 23:48:57 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2010-10-07 23:48:57 +0200 |
commit | 532859713aaf0fdf482ee7d68676f6927a800eeb (patch) | |
tree | 304c7d60b76c0a91296087927d52360a627478c0 /LayoutStudio.pro | |
parent | 5f6dad55d75cbe146ff7fefc899a02ccd39078ba (diff) | |
download | LayoutStudio-532859713aaf0fdf482ee7d68676f6927a800eeb.tar.gz LayoutStudio-532859713aaf0fdf482ee7d68676f6927a800eeb.zip |
implemented some more material stuff; added readme
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 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 |