summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorAlexander Volkov <avolkov@astralinux.ru>2020-07-04 21:35:52 +0300
committerAlexander Volkov <avolkov@astralinux.ru>2020-07-23 15:37:48 +0300
commitff04c650838af473bbae65c592e9d6194b75efe8 (patch)
tree5a1a338ee4507b55d30ea0ef20f3d0735a0fbc32 /cmake
parenta4be2bd7230bf11552f4e4b2ad5c57f00dd6d820 (diff)
Avoid enabling of "warnings_are_errors" flags for tests
Change added dep in qt_add_cmake_library(): PlarformModuleInternal -> PlatformCommonInternal. Change-Id: I303a6a520f0dda7260b12cb21673b8f1a23d536b Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QtBuild.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/QtBuild.cmake b/cmake/QtBuild.cmake
index e7af6dba1c..78cf6ec3be 100644
--- a/cmake/QtBuild.cmake
+++ b/cmake/QtBuild.cmake
@@ -4470,7 +4470,7 @@ function(qt_add_cmake_library target)
DEFINES
${arg_DEFINES}
PUBLIC_LIBRARIES ${arg_PUBLIC_LIBRARIES}
- LIBRARIES ${arg_LIBRARIES} Qt::PlatformModuleInternal
+ LIBRARIES ${arg_LIBRARIES} Qt::PlatformCommonInternal
COMPILE_OPTIONS ${arg_COMPILE_OPTIONS}
PUBLIC_COMPILE_OPTIONS ${arg_PUBLIC_COMPILE_OPTIONS}
LINK_OPTIONS ${arg_LINK_OPTIONS}