summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-07 20:00:00 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-11 17:04:08 +0100
commitce7fb448f27af7882a9fac3b73cfc6f8b4760c37 (patch)
tree33734e841d33ab1f6fc6a7809a040c98469b86f3 /examples
parent291d6cf26307efe8753440d851146a7582120505 (diff)
make qtbase source requirement explicit
getting rid of QT.<module>.sources references, as they don't go well with real modularization. Change-Id: Idfe0327b00be173e2c2a0b4fc4d2c50de7c2dbe8 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/designer/arthurplugin/arthurplugin.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/designer/arthurplugin/arthurplugin.pro b/examples/designer/arthurplugin/arthurplugin.pro
index 991ca1fe0..ea0939891 100644
--- a/examples/designer/arthurplugin/arthurplugin.pro
+++ b/examples/designer/arthurplugin/arthurplugin.pro
@@ -23,8 +23,8 @@ contains(QT_CONFIG, opengl) {
QT += opengl
}
-QT_BASE_EXAMPLES = $$QT.core.sources/../../examples
-SHARED_FOLDER = $$QT_BASE_EXAMPLES/widgets/painting/shared
+requires(!isEmpty(_QMAKE_SUPER_CACHE_))
+QT_BASE_EXAMPLES = ../../../../qtbase/examples
include($$QT_BASE_EXAMPLES/widgets/painting/shared/shared.pri)
EXAMPLE_AFFINE_DIR = $$QT_BASE_EXAMPLES/widgets/painting/affine