Update Integrity toolchain file

Update Integrity toolchain file to meet the updated PlatformGraphics
module requirements.

Change-Id: I6ef5dd0d2440d32e537e30a301cf4b3c88b44130
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Reviewed-by: Kimmo Ollila <kimmo.ollila@qt.io>
This commit is contained in:
Alexey Edelev
2024-09-02 17:15:30 +02:00
parent f5970f9c62
commit 12b6c48c85

View File

@@ -107,10 +107,11 @@ set(IntegrityPlatformGraphics_LIBRARIES_PACK
"${EGL_LIBRARY_CHK_PATH}/libivfs.a"
)
list(APPEND _qt_igy_gui_libs
set(IntegrityPlatformGraphics_REQUIRED_LIBRARIES
"${GLESv2_LIBRARY}"
"${IntegrityPlatformGraphics_LIBRARY}"
"${IntegrityPlatformGraphics_LIBRARIES_PACK}")
"${IntegrityPlatformGraphics_LIBRARIES_PACK}"
)
set(OPENGL_INCLUDE_DIR ${GL_INC_DIR})
set(OPENGL_opengl_LIBRARY ${EGL_LIBRARY})