mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 12:26:36 +08:00
Patch2: Move configuration to RTA-specific file Pick-to: 6.6 Change-Id: Ifa8ddb29069ea8aa419e1f1ffa79c316eb9e2266 Reviewed-by: Matti Paaso <matti.paaso@qt.io>
15 lines
583 B
YAML
15 lines
583 B
YAML
Version: 2
|
|
Include: [cmake_platforms.yaml]
|
|
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}}'
|
|
]
|