summaryrefslogtreecommitdiff
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro10
1 files changed, 3 insertions, 7 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 75ccd6a..561f32b 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -1,9 +1,5 @@
TEMPLATE = subdirs
-!geniviextras-only {
- SUBDIRS = core vehiclefunctions
-}
-
-config_dlt {
- SUBDIRS += dlt
-}
+qtHaveModule(ivicore): SUBDIRS += core
+qtHaveModule(ivivehiclefunctions): SUBDIRS += vehiclefunctions
+qtHaveModule(geniviextras): SUBDIRS += dlt