Add the missing check of IntegrityPlatformGraphics_REQUIRED_LIBRARIES
This will allow merging the updated toolchain, otherwise qt5 fails to find OpenGL and friends. The whole block will be removed once the toolchain file is merged. Task-number: QTBUG-128455 Change-Id: If355b1c6360dba7b3567023430785c6d109f9fe8 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit c0b9dc00145a6d2123b99ab8b1de692af5ead39a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
828ece4743
commit
3db58b2b4f
@ -7,7 +7,9 @@
|
||||
|
||||
# Temporary fall back to allow integrating this pachset without the
|
||||
# toolchain file updated.
|
||||
set(IntegrityPlatformGraphics_REQUIRED_LIBRARIES ${_qt_igy_gui_libs})
|
||||
if(NOT IntegrityPlatformGraphics_REQUIRED_LIBRARIES)
|
||||
set(IntegrityPlatformGraphics_REQUIRED_LIBRARIES ${_qt_igy_gui_libs})
|
||||
endif()
|
||||
|
||||
find_package_handle_standard_args(IntegrityPlatformGraphics
|
||||
FOUND_VAR
|
||||
|
Loading…
x
Reference in New Issue
Block a user