summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2016-07-19 11:09:54 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2016-07-27 14:25:56 +0000
commit4518b47e80783a1a12fe37d18645b1b4631c2101 (patch)
tree466d09f5f2d09125921b7435ffddedf95a2e998f
parent71918eac0e3af25a18ad937f5a3138b3881fdd9b (diff)
downloadqtivi-4518b47e80783a1a12fe37d18645b1b4631c2101.tar.gz
Use the config check output instead of qtHaveModule
Change-Id: Id7bed250d50592555477e0b680a0611c15d30272 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
-rw-r--r--examples/examples.pro3
-rw-r--r--tests/auto/auto.pro2
2 files changed, 3 insertions, 2 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index aba798a..30812bd 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,6 +1,7 @@
TEMPLATE = subdirs
SUBDIRS = vehiclefunctions \
media
-qtHaveModule(geniviextras) {
+
+config_dlt {
SUBDIRS += geniviextras
}
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 19d6d69..46c3822 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -2,6 +2,6 @@ TEMPLATE = subdirs
SUBDIRS = core vehiclefunctions
TEMPLATE = subdirs
-qtHaveModule(geniviextras) {
+config_dlt {
SUBDIRS += dlt
}