From 107832b9e27319e9104e3b68d76a4d0f326567f6 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Wed, 14 Jun 2017 17:53:48 +0200 Subject: 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 --- mkspecs/mkspecs.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mkspecs') 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 -- cgit v1.2.1