summaryrefslogtreecommitdiff
path: root/mkspecs
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 /mkspecs
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 'mkspecs')
-rw-r--r--mkspecs/mkspecs.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/mkspecs/mkspecs.pro b/mkspecs/mkspecs.pro
index 95262a0..a778415 100644
--- a/mkspecs/mkspecs.pro
+++ b/mkspecs/mkspecs.pro
@@ -1,3 +1,4 @@
TEMPLATE = subdirs
-SUBDIRS += features
+QT_FOR_CONFIG += ivicore
+qtConfig(ivigenerator): SUBDIRS += features