summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorJean-Michaël Celerier <jean-michael.celerier@kdab.com>2020-02-26 12:48:53 +0100
committerJean-Michaël Celerier <jean-michael.celerier@kdab.com>2020-03-11 09:36:40 +0100
commit3b3c743340909fabd08bcdec78802fc58c779932 (patch)
tree7f0edf723b9b97cdf0269848cfcf654d3b97f194 /tests/auto/auto.pro
parent29e1e596000fb8efeae74417b06634006bf23309 (diff)
Split examples so that build works without qtdeclarative
Change-Id: I98507808b43b116b1950fd60df54704562a234ce Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 971edcb39..75553c902 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -15,7 +15,11 @@ qtConfig(qt3d-animation): SUBDIRS += animation
qtConfig(qt3d-extras): SUBDIRS += extras
qtConfig(qt3d-render) {
SUBDIRS += geometryloaders
- qtConfig(qt3d-input): SUBDIRS += quick3d
+ qtConfig(qt3d-input) {
+ qtHaveModule(quick) {
+ SUBDIRS += quick3d
+ }
+ }
}
for(subdir, SUBDIRS) {