summaryrefslogtreecommitdiffstats
path: root/examples/painting/painting.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/painting/painting.pro')
-rw-r--r--examples/painting/painting.pro9
1 files changed, 8 insertions, 1 deletions
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
}