diff options
Diffstat (limited to '')
-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 |