mirror of https://github.com/qt/qt5.git
Add ubuntu-20.04 for RTA
Patch2: Move configuration to RTA-specific file Pick-to: 6.6 Change-Id: Ifa8ddb29069ea8aa419e1f1ffa79c316eb9e2266 Reviewed-by: Matti Paaso <matti.paaso@qt.io>
This commit is contained in:
parent
bbbe558077
commit
dac25765dd
|
@ -1,3 +1,14 @@
|
|||
Version: 2
|
||||
Include: [cmake_platforms.yaml]
|
||||
Configurations: []
|
||||
Configurations:
|
||||
#Ubuntu 20.04
|
||||
-
|
||||
Id: 'ubuntu-20.04'
|
||||
Template: 'qtci-linux-Ubuntu-20.04-x86_64-51'
|
||||
Compiler: 'GCC'
|
||||
Features: ['Sccache', 'UseConfigure', 'DoNotRunTests']
|
||||
Configure arguments: '-nomake examples -release -force-debug-info -separate-debug-info -headersclean -qt-libjpeg -qt-libpng -qt-pcre -qt-harfbuzz -qt-doubleconversion -no-libudev -bundled-xcb-xinput'
|
||||
Environment variables: [
|
||||
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY',
|
||||
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}}'
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue