summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2012-11-22 15:14:40 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-22 18:02:54 +0100
commitaa47a96cb71ef8915961f982a1292eb4ed116dfa (patch)
treebaea57bf99de542288ffea28425b5f8dd5c37424 /examples
parent487f5662ba46aedfaf96818c4bf6ad486ae7e023 (diff)
Fix build of the arthurplugin example.
Task-number: QTBUG-28147 Change-Id: I296e3d4d50dffe78e0d70c2486ad6b7641149556 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/designer/arthurplugin/arthurplugin.pro17
1 files changed, 8 insertions, 9 deletions
diff --git a/examples/designer/arthurplugin/arthurplugin.pro b/examples/designer/arthurplugin/arthurplugin.pro
index d8ffc3b11..d7d05f0a1 100644
--- a/examples/designer/arthurplugin/arthurplugin.pro
+++ b/examples/designer/arthurplugin/arthurplugin.pro
@@ -23,15 +23,14 @@ contains(QT_CONFIG, opengl) {
}
QT_BASE_EXAMPLES = $$QT.core.sources/../../examples
-
-SHARED_FOLDER = $$QT_BASE_EXAMPLES/painting/shared
-include($$QT_BASE_EXAMPLES/painting/shared/shared.pri)
-
-EXAMPLE_AFFINE_DIR = $$QT_BASE_EXAMPLES/painting/affine
-EXAMPLE_COMPOSITION_DIR = $$QT_BASE_EXAMPLES/painting/composition
-EXAMPLE_DEFORM_DIR = $$QT_BASE_EXAMPLES/painting/deform
-EXAMPLE_GRADIENT_DIR = $$QT_BASE_EXAMPLES/painting/gradients
-EXAMPLE_STROKE_DIR = $$QT_BASE_EXAMPLES/painting/pathstroke
+SHARED_FOLDER = $$QT_BASE_EXAMPLES/widgets/painting/shared
+include($$QT_BASE_EXAMPLES/widgets/painting/shared/shared.pri)
+
+EXAMPLE_AFFINE_DIR = $$QT_BASE_EXAMPLES/widgets/painting/affine
+EXAMPLE_COMPOSITION_DIR = $$QT_BASE_EXAMPLES/widgets/painting/composition
+EXAMPLE_DEFORM_DIR = $$QT_BASE_EXAMPLES/widgets/painting/deform
+EXAMPLE_GRADIENT_DIR = $$QT_BASE_EXAMPLES/widgets/painting/gradients
+EXAMPLE_STROKE_DIR = $$QT_BASE_EXAMPLES/widgets/painting/pathstroke
INCLUDEPATH += $$EXAMPLE_AFFINE_DIR $$EXAMPLE_COMPOSITION_DIR $$EXAMPLE_DEFORM_DIR $$EXAMPLE_GRADIENT_DIR $$EXAMPLE_STROKE_DIR