[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [calligra/krita-sketch-rempt] krita/sketch: Include the sources for the actual colour selector
From:       Dan Leinir Turthra Jensen <admin () leinir ! dk>
Date:       2012-08-22 16:20:37
Message-ID: 20120822162037.EDECEA60A6 () git ! kde ! org
[Download RAW message or body]

Git commit cb8c0e4c133685fd9b36f834f794648c83ae45c1 by Dan Leinir Turthra J=
ensen.
Committed on 22/08/2012 at 18:17.
Pushed by leinir into branch 'krita-sketch-rempt'.

Include the sources for the actual colour selector

Yes, this is a complete hack... but as this is a Krita plugin which
will draw widgets, it is very difficult to do this otherwise, without
changing some reasonably large chunks of the original code.

M  +24   -1    krita/sketch/CMakeLists.txt

http://commits.kde.org/calligra/cb8c0e4c133685fd9b36f834f794648c83ae45c1

diff --git a/krita/sketch/CMakeLists.txt b/krita/sketch/CMakeLists.txt
index 7ab68ab..66e0547 100644
--- a/krita/sketch/CMakeLists.txt
+++ b/krita/sketch/CMakeLists.txt
@@ -18,6 +18,7 @@ set(kritasketch_SRCS
     DocumentListModel.cpp
     IconImageProvider.cpp
     ProgressProxy.cpp
+    ColorSelectorItem.cpp
 )
 =

 set(kritasketch_kritaintegrationmodels_SRCS
@@ -28,7 +29,29 @@ set(kritasketch_kritaintegrationmodels_SRCS
     models/PresetModel.cpp
 )
 =

-kde4_add_executable(kritasketch ${kritasketch_SRCS} ${kritasketch_kritaint=
egrationmodels_SRCS})
+
+set(KRITA_COLORSELECTORNG_PART_SRCS
+../plugins/extensions/dockers/advancedcolorselector/kis_my_paint_shade_sel=
ector.cpp
+../plugins/extensions/dockers/advancedcolorselector/kis_color_patches.cpp
+../plugins/extensions/dockers/advancedcolorselector/kis_color_history.cpp
+../plugins/extensions/dockers/advancedcolorselector/kis_color_selector.cpp
+../plugins/extensions/dockers/advancedcolorselector/kis_common_colors.cpp
+../plugins/extensions/dockers/advancedcolorselector/kis_common_colors_reca=
lculation_runner.cpp
+../plugins/extensions/dockers/advancedcolorselector/kis_minimal_shade_sele=
ctor.cpp
+../plugins/extensions/dockers/advancedcolorselector/kis_shade_selector_lin=
e.cpp
+../plugins/extensions/dockers/advancedcolorselector/kis_shade_selector_lin=
e_combo_box.cpp
+../plugins/extensions/dockers/advancedcolorselector/kis_shade_selector_lin=
es_settings.cpp
+../plugins/extensions/dockers/advancedcolorselector/kis_color_selector_con=
tainer.cpp
+../plugins/extensions/dockers/advancedcolorselector/kis_color_selector_bas=
e.cpp
+../plugins/extensions/dockers/advancedcolorselector/kis_color_selector_com=
ponent.cpp
+../plugins/extensions/dockers/advancedcolorselector/kis_color_selector_rin=
g.cpp
+../plugins/extensions/dockers/advancedcolorselector/kis_color_selector_tri=
angle.cpp
+../plugins/extensions/dockers/advancedcolorselector/kis_color_selector_sim=
ple.cpp
+../plugins/extensions/dockers/advancedcolorselector/kis_color_selector_whe=
el.cpp
+../plugins/extensions/dockers/advancedcolorselector/kis_color_selector_com=
bo_box.cpp
+)
+
+kde4_add_executable(kritasketch ${kritasketch_SRCS} ${kritasketch_kritaint=
egrationmodels_SRCS} ${KRITA_COLORSELECTORNG_PART_SRCS})
 =

 target_link_libraries(kritasketch
     ${QT_QTDECLARATIVE_LIBRARY}

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic