summaryrefslogtreecommitdiff
path: root/configure.json
Commit message (Collapse)AuthorAgeFilesLines
* Port ntddmodm config test to new configure systemv5.14.0-alpha1Liang Qi2019-09-181-2/+3
| | | | | | | Change-Id: Ib8c633534df0cf025b8d9845de6322b8285e73c1 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Fix shadow build qtserialbusAlex Blasche2019-04-301-1/+2
| | | | | | | | | | | | | | | | | | | QtSerialBus requires QtSerialPort for its serial modbus feature. If QtSerialPort is disabled the serial feature in QtSerialBus is disabled. Integrity is one of the platforms where QtSerialPort is not supported and therefore the serial modbus classes are removed. The removal of QtSerialPort is done via qtserialport.pro. Unfortunately during configure execution this project file is not considered. The configure script only considers configure.json files to determine whether a module is built/supported on a particular platform. Consequently the build process fails to build QtSerialBus. The fix is to copy the project conditions to QtSerialPort's configure.json. Fixes: QTBUG-75279 Change-Id: I3796052de6c0622c334218e07ca4eab4134c9302 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Add initial configure.jsonAlex Blasche2018-10-301-0/+3
This file is required to introduce the qtserialport module to Qt's configuration system. Ultimately this will be used to correctly handle configure dependencies for qtserialbus. Task-number: QTBUG-70360 Change-Id: I53e2c0c06b0b4fa9acacfc91d597aa6830904d20 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Michal Klocek <michal.klocek@qt.io>