Enable OpenGL library detection for mac.
Change-Id: If99d3faf2b08ac5109d619ff69efdaa3857c007f Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
This commit is contained in:
parent
e145b67fbd
commit
4341ae32f4
@ -1,6 +1,4 @@
|
||||
|
||||
!!IF !mac
|
||||
|
||||
!!IF !isEmpty(CMAKE_ANGLE_EGL_DLL_RELEASE)
|
||||
|
||||
!!IF isEmpty(CMAKE_INCLUDE_DIR_IS_ABSOLUTE)
|
||||
@ -73,6 +71,9 @@ macro(_qt5gui_find_extra_libs Name Libs LibDir IncDirs)
|
||||
PATHS \"${LibDir}\" NO_DEFAULT_PATH
|
||||
!!ENDIF
|
||||
)
|
||||
!!IF mac
|
||||
set(Qt5Gui_${_cmake_lib_name}_LIBRARY "${Qt5Gui_${_cmake_lib_name}_LIBRARY}/${_lib}")
|
||||
!!ENDIF
|
||||
if (NOT Qt5Gui_${_cmake_lib_name}_LIBRARY)
|
||||
message(FATAL_ERROR \"Failed to find \\\"${_lib}\\\" in \\\"${LibDir}\\\", using the CMAKE_FIND_ROOT_PATH \\\"${CMAKE_FIND_ROOT_PATH}\\\".\")
|
||||
endif()
|
||||
@ -123,5 +124,3 @@ foreach(_config ${_configs})
|
||||
)
|
||||
endforeach()
|
||||
unset(_configs)
|
||||
|
||||
!!ENDIF
|
||||
|
@ -121,12 +121,10 @@ test_module_includes(
|
||||
)
|
||||
expect_pass(test_concurrent_module)
|
||||
expect_pass(test_openglextensions_module)
|
||||
if (NOT APPLE)
|
||||
if (QT_WITH_ANGLE OR NOT WIN32)
|
||||
expect_pass(test_egl_lib)
|
||||
endif()
|
||||
expect_pass(test_opengl_lib)
|
||||
if (QT_WITH_ANGLE OR (NOT WIN32 AND NOT APPLE))
|
||||
expect_pass(test_egl_lib)
|
||||
endif()
|
||||
expect_pass(test_opengl_lib)
|
||||
|
||||
if (NOT CMAKE_VERSION VERSION_LESS 2.8.11)
|
||||
expect_pass(test_interface)
|
||||
|
Loading…
Reference in New Issue
Block a user