summaryrefslogtreecommitdiff
path: root/examples
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 /examples
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>
Diffstat (limited to 'examples')
-rw-r--r--examples/examples.pro3
1 files changed, 2 insertions, 1 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
}