forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/6.0'
Conflicts: cmake/QtCreatorIDEBranding.cmake qbs/modules/qtc/qtc.qbs qtcreator_ide_branding.pri Change-Id: I32991a77e52831dd2e24cf4a51ec252998c2d743
This commit is contained in:
@@ -149,6 +149,10 @@ def common_cmake_arguments(args):
|
||||
pch_option = 'ON' if args.with_pch else 'OFF'
|
||||
cmake_args += ['-DBUILD_WITH_PCH=' + pch_option]
|
||||
|
||||
# work around QTBUG-89754
|
||||
# Qt otherwise adds dependencies on libGLX and libOpenGL
|
||||
cmake_args += ['-DOpenGL_GL_PREFERENCE=LEGACY']
|
||||
|
||||
return cmake_args
|
||||
|
||||
def build_qtcreator(args, paths):
|
||||
|
||||
Reference in New Issue
Block a user