mirror of https://github.com/qt/qt5.git
Add platform configs for Pyside-setup
While default.txt contains configs with UseLegacyInstructions it can't be used by pyside-setup, while it falls back to COIN's legacy module class. Pick-to: 6.0 Pick-to: dev Change-Id: I5d2856344b817f6085ba66643f47803ccee29b06 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
This commit is contained in:
parent
22b5b2915f
commit
32d8d76755
|
@ -0,0 +1,9 @@
|
|||
Version: 2
|
||||
Module only: True
|
||||
Include: [cmake_platforms.yaml]
|
||||
Configurations:
|
||||
-
|
||||
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
||||
Compiler: 'GCC'
|
||||
Features: ['TestOnly', 'LicenseCheck']
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
Version: 2
|
||||
Module only: True
|
||||
Include: [cmake_platforms.yaml]
|
||||
Configurations:
|
||||
-
|
||||
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
||||
Compiler: 'GCC'
|
||||
Features: ['TestOnly', 'LicenseCheck']
|
||||
|
Loading…
Reference in New Issue