aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/qtqa.yaml
Commit message (Collapse)AuthorAgeFilesLines
* CMake: Enable CMake builds for qtqaAlexandru Croitor2020-06-021-0/+7
Only includes one MinGW configuration, to mirror what Coin does with the qmake builds of qtqa. Switching the Coin instructions to do license checking and binary compatibility testing using CMake will require a different change. Most likely this change will have to wait until all of qt5.git/dev is moved to use yaml instructions for building, rather than the hardcoded instructions provided by Coin. Besides, the binary compatibility test still depends on finding qmake to run its test, which might have to be changed in the future. Task-number: QTBUG-84233 Change-Id: I5ab7120e965f7729968697abf9e0db602c216cd9 Reviewed-by: Cristian Adam <cristian.adam@qt.io>