diff options
author | Treeki <treeki@gmail.com> | 2012-09-04 19:56:58 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-09-04 19:56:58 +0200 |
commit | f8c66ff96ae2417e744b2d46daa8577d642b9c9f (patch) | |
tree | f04bbf67442df5ec4fa8b97a58b39d1d842b37c7 /LayoutStudio.pro | |
parent | 07e0eeb5ad9f81a62032aa37c0cfef84a9f6ed5c (diff) | |
download | LayoutStudio-f8c66ff96ae2417e744b2d46daa8577d642b9c9f.tar.gz LayoutStudio-f8c66ff96ae2417e744b2d46daa8577d642b9c9f.zip |
pulled the colour picker out into a LSColorPicker widget
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 3cc5bc3..9f2fc26 100644 --- a/LayoutStudio.pro +++ b/LayoutStudio.pro @@ -41,7 +41,8 @@ SOURCES += main.cpp \ lsscenemodel.cpp \ lspaneeditor.cpp \ lstexcoordseteditor.cpp \ - lsmaterialeditor.cpp + lsmaterialeditor.cpp \ + lscolorpicker.cpp HEADERS += lsmainwindow.h \ lsglobals.h \ lyt/packagebase.h \ @@ -81,7 +82,8 @@ HEADERS += lsmainwindow.h \ lsscenemodel.h \ lspaneeditor.h \ lstexcoordseteditor.h \ - lsmaterialeditor.h + lsmaterialeditor.h \ + lscolorpicker.h FORMS += RESOURCES += resources.qrc |