diff options
author | Treeki <treeki@gmail.com> | 2012-09-04 16:25:47 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-09-04 16:25:47 +0200 |
commit | 07e0eeb5ad9f81a62032aa37c0cfef84a9f6ed5c (patch) | |
tree | f0d7d2558b552a8d25f1a78202979fc70629b5f4 /LayoutStudio.pro | |
parent | 01654a40da349d461b1bc09e7a0cd248cd98e1d5 (diff) | |
download | LayoutStudio-07e0eeb5ad9f81a62032aa37c0cfef84a9f6ed5c.tar.gz LayoutStudio-07e0eeb5ad9f81a62032aa37c0cfef84a9f6ed5c.zip |
the complete beginnings of a material editor, pushing so I can work from my netbook ..
Diffstat (limited to 'LayoutStudio.pro')
-rw-r--r-- | LayoutStudio.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/LayoutStudio.pro b/LayoutStudio.pro index cf9287d..3cc5bc3 100644 --- a/LayoutStudio.pro +++ b/LayoutStudio.pro @@ -40,7 +40,8 @@ SOURCES += main.cpp \ lslayoutwindow.cpp \ lsscenemodel.cpp \ lspaneeditor.cpp \ - lstexcoordseteditor.cpp + lstexcoordseteditor.cpp \ + lsmaterialeditor.cpp HEADERS += lsmainwindow.h \ lsglobals.h \ lyt/packagebase.h \ @@ -79,7 +80,8 @@ HEADERS += lsmainwindow.h \ lslayoutwindow.h \ lsscenemodel.h \ lspaneeditor.h \ - lstexcoordseteditor.h + lstexcoordseteditor.h \ + lsmaterialeditor.h FORMS += RESOURCES += resources.qrc |