From 721641d38cd8df8399d9a473bf35c69a41f02d70 Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Mon, 12 Feb 2024 09:55:22 +0100 Subject: [PATCH] Add the missing versioned alias for the GlobalConfigPrivate target The build tree versioned alias is missing for the GlobalConfigPrivate target. Change-Id: I42e9f63363be472e661b656f665e29ea894b7e33 Reviewed-by: Alexandru Croitor --- cmake/QtBaseGlobalTargets.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/QtBaseGlobalTargets.cmake b/cmake/QtBaseGlobalTargets.cmake index 9a18cdd8a2b..4031dad39b1 100644 --- a/cmake/QtBaseGlobalTargets.cmake +++ b/cmake/QtBaseGlobalTargets.cmake @@ -132,6 +132,7 @@ target_include_directories(GlobalConfigPrivate INTERFACE $ ) add_library(Qt::GlobalConfigPrivate ALIAS GlobalConfigPrivate) +add_library(${QT_CMAKE_EXPORT_NAMESPACE}::GlobalConfigPrivate ALIAS GlobalConfigPrivate) qt_internal_setup_public_platform_target()