diff options
author | Treeki <treeki@gmail.com> | 2012-09-05 01:36:57 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-09-05 01:36:57 +0200 |
commit | f928869357765e3a73501064408bb7bc0ee363ef (patch) | |
tree | 1c75962f64e4a7bfc38315c21ccadd83092aa0d4 /LayoutStudio.pro | |
parent | 824b2fa6b700ec7b50f0388b649480a689cf22f3 (diff) | |
download | LayoutStudio-f928869357765e3a73501064408bb7bc0ee363ef.tar.gz LayoutStudio-f928869357765e3a73501064408bb7bc0ee363ef.zip |
improving the material editor
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 9f2fc26..e4c57c6 100644 --- a/LayoutStudio.pro +++ b/LayoutStudio.pro @@ -42,7 +42,8 @@ SOURCES += main.cpp \ lspaneeditor.cpp \ lstexcoordseteditor.cpp \ lsmaterialeditor.cpp \ - lscolorpicker.cpp + lscolorpicker.cpp \ + lsmaterialmodel.cpp HEADERS += lsmainwindow.h \ lsglobals.h \ lyt/packagebase.h \ @@ -83,7 +84,8 @@ HEADERS += lsmainwindow.h \ lspaneeditor.h \ lstexcoordseteditor.h \ lsmaterialeditor.h \ - lscolorpicker.h + lscolorpicker.h \ + lsmaterialmodel.h FORMS += RESOURCES += resources.qrc |