diff options
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 |