diff options
| author | Dominik Holland <dominik.holland@pelagicore.com> | 2019-07-05 15:40:42 +0200 |
|---|---|---|
| committer | Dominik Holland <dominik.holland@pelagicore.com> | 2019-07-08 13:24:10 +0200 |
| commit | 34021284d25c48ceea67a5074d68ee946774d449 (patch) | |
| tree | 9566b23a605941fe48da28d97dc69f24ac7b8385 /examples/examples.pro | |
| parent | f344953239b7a99a56c3467e1dcf609480af9355 (diff) | |
Fix build to work without the QtGui module
Tests are skipped in this configuration because a lot of tests rely
on QtQuick being available.
Change-Id: I1a1661474f9279f2a8f7c3de24786629e73f75a4
Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'examples/examples.pro')
| -rw-r--r-- | examples/examples.pro | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/examples.pro b/examples/examples.pro index baa862b6..a8fa56a6 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -1,6 +1,8 @@ TEMPLATE = subdirs -qtHaveModule(ivicore): SUBDIRS += ivicore -qtHaveModule(ivivehiclefunctions): SUBDIRS += ivivehiclefunctions -qtHaveModule(ivimedia): SUBDIRS += ivimedia +qtHaveModule(gui): { + qtHaveModule(ivicore): SUBDIRS += ivicore + qtHaveModule(ivivehiclefunctions): SUBDIRS += ivivehiclefunctions + qtHaveModule(ivimedia): SUBDIRS += ivimedia +} qtHaveModule(geniviextras): SUBDIRS += geniviextras |
