aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/qdb.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Use legacy instructions when building all qmake configurationsAlexandru Croitor2020-02-031-4/+4
| | | | | | | | | | | | This change is preparation for merging qtbase wip/cmake -> dev, because that will bring in the new yaml instructions on how to build the CMake configurations, which means that legacy instructions provided by Coin itself need to be used for all the existing qmake configurations. Change-Id: I7005835719b83b7186138292a2e1baf4d2a4a3e0 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* Add platform_configurations for StaticHostOnly targetsToni Saario2019-10-151-0/+23
Configuring modules in specific files removes their dependency for coin creating their configurations. Task-number: COIN-259 Task-number: QTBUG-78942 Change-Id: I8f2a9a5672ca2261c8949baf49f2d0d093bf1c5b Reviewed-by: Aapo Keskimolo <aapo.keskimolo@qt.io>