From d15d0b125b11f279ff8a46f32939471fc80f6c38 Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Wed, 22 Jun 2011 12:34:15 +0200 Subject: Add the shared painting and affine example to the build. Change-Id: I85e66c9a33a1c908b7588beb219cc9540698ab68 Reviewed-on: http://codereview.qt.nokia.com/623 Reviewed-by: Qt Sanity Bot Reviewed-by: Casper van Donderen --- examples/painting/painting.pro | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'examples/painting/painting.pro') diff --git a/examples/painting/painting.pro b/examples/painting/painting.pro index 41f91822c4..1a0bda780b 100644 --- a/examples/painting/painting.pro +++ b/examples/painting/painting.pro @@ -1,6 +1,8 @@ TEMPLATE = subdirs SUBDIRS = basicdrawing \ concentriccircles \ + examples_affine \ + painting_shared \ imagecomposition \ painterpaths \ transformations \ @@ -14,3 +16,15 @@ INSTALLS += target sources symbian: CONFIG += qt_example maemo5: CONFIG += qt_example + +examples_affine.subdir = affine +painting_shared.subdir = shared + +!ordered { + examples_affine.depends = painting_shared + examples_deform.depends = painting_shared + examples_gradients.depends = painting_shared + examples_composition.depends = painting_shared + examples_arthurplugin.depends = painting_shared + examples_pathstroke.depends = painting_shared +} -- cgit v1.2.3 From 89459bc7cf6326bd68f395f1c3e774c1a4b598b6 Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Thu, 23 Jun 2011 16:46:25 +0200 Subject: Add the painting demos-examples to build. Change-Id: Ia6f23719af0ec3091573909b5666ec795ee22410 Reviewed-on: http://codereview.qt.nokia.com/685 Reviewed-by: Qt Sanity Bot Reviewed-by: Casper van Donderen --- examples/painting/painting.pro | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'examples/painting/painting.pro') diff --git a/examples/painting/painting.pro b/examples/painting/painting.pro index 1a0bda780b..33d9e354ba 100644 --- a/examples/painting/painting.pro +++ b/examples/painting/painting.pro @@ -2,6 +2,10 @@ TEMPLATE = subdirs SUBDIRS = basicdrawing \ concentriccircles \ examples_affine \ + examples_composition \ + examples_deform \ + examples_gradients \ + examples_pathstroke \ painting_shared \ imagecomposition \ painterpaths \ @@ -18,6 +22,10 @@ symbian: CONFIG += qt_example maemo5: CONFIG += qt_example examples_affine.subdir = affine +examples_composition.subdir = composition +examples_deform.subdir = deform +examples_gradients.subdir = gradients +examples_pathstroke.subdir = pathstroke painting_shared.subdir = shared !ordered { @@ -25,6 +33,5 @@ painting_shared.subdir = shared examples_deform.depends = painting_shared examples_gradients.depends = painting_shared examples_composition.depends = painting_shared - examples_arthurplugin.depends = painting_shared examples_pathstroke.depends = painting_shared } -- cgit v1.2.3