From a15c13d6255d23ce90997913b7c1347fef396fa8 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Mon, 9 Jan 2017 10:18:54 +0100 Subject: Add a geniviextras-only config option to only build qtgeniviextras Change-Id: I60c57ea414bc835c3996fc36e6c42119589bc5be Reviewed-by: Robert Griebl --- examples/examples.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/examples.pro b/examples/examples.pro index 30812bd..a3bc472 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -1,6 +1,8 @@ TEMPLATE = subdirs -SUBDIRS = vehiclefunctions \ - media +!geniviextras-only { + SUBDIRS = vehiclefunctions \ + media +} config_dlt { SUBDIRS += geniviextras -- cgit v1.2.1