aboutsummaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2019-08-22 11:32:49 +0200
committerJohan Helsing <johan.helsing@qt.io>2019-08-30 05:07:47 +0000
commit0cf0729dd0a4d958fafd3acd6c6b8100213370fd (patch)
treeee3a6769b8270983f8af672bfc102e9895c84505 /src/src.pro
parent54f31a64d01a138e72f79b9585cb90004bbe1e4a (diff)
Fix build with -no-feature-quick-path
Change-Id: I7ed2c190ffe9ddd83aeee28de3c5d87269ec53ee Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/src.pro b/src/src.pro
index b1e0a72c9f..98e1779dc5 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -11,9 +11,10 @@ qtConfig(qml-worker-script): \
SUBDIRS += qmlworkerscript
qtHaveModule(gui):qtConfig(qml-animation) {
- SUBDIRS += \
- quick \
- quickshapes
+ SUBDIRS += quick
+
+ qtConfig(quick-path): \
+ SUBDIRS += quickshapes
qtConfig(testlib): \
SUBDIRS += qmltest