diff options
Diffstat (limited to 'sources/cmake_helpers/helpers.cmake')
-rw-r--r-- | sources/cmake_helpers/helpers.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/cmake_helpers/helpers.cmake b/sources/cmake_helpers/helpers.cmake index bd67ca933..7ab2a4b71 100644 --- a/sources/cmake_helpers/helpers.cmake +++ b/sources/cmake_helpers/helpers.cmake @@ -168,7 +168,7 @@ macro(COLLECT_MODULE_IF_FOUND shortname) # record the shortnames for the tests list(APPEND all_module_shortnames ${shortname}) # Build Qt 5 compatibility variables - if(${QT_MAJOR_VERSION} GREATER_EQUAL 6) + if(${QT_MAJOR_VERSION} GREATER_EQUAL 6 AND NOT "${shortname}" STREQUAL "OpenGLFunctions") get_target_property(Qt6${shortname}_INCLUDE_DIRS Qt6::${shortname} INTERFACE_INCLUDE_DIRECTORIES) get_target_property(Qt6${shortname}_PRIVATE_INCLUDE_DIRS |