summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2017-06-14 17:53:48 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2017-07-04 08:56:24 +0000
commit107832b9e27319e9104e3b68d76a4d0f326567f6 (patch)
tree5373eeb4aaefc288852405d37201f91f98e4a70a /examples
parent94edf1d2d917a2e969e7bce86df3e7e61346027a (diff)
downloadqtivi-107832b9e27319e9104e3b68d76a4d0f326567f6.tar.gz
Use the new configure system for detecting python3 and the packages
The python3 excutable and the version checking is now done in a special test function inside configure.pri. For python3 packages a separate test function has been written, which checks whether the requested packages are installed. The configuration summary prints the used python executable as well as its version. Task-number: QTAUTO-458 Change-Id: I1280ba0acaf3393dcb83132aaa19572a75d97d22 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/core/core.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/core/core.pro b/examples/core/core.pro
index a8ebdd1..14dc55e 100644
--- a/examples/core/core.pro
+++ b/examples/core/core.pro
@@ -1,2 +1,4 @@
TEMPLATE = subdirs
-SUBDIRS = qface-ivi-climate
+
+QT_FOR_CONFIG += ivicore
+qtConfig(ivigenerator): SUBDIRS = qface-ivi-climate