diff --git a/Source/WebCore/PlatformQt.cmake b/Source/WebCore/PlatformQt.cmake index a764e7b012d1d..e10aec65deca5 100644 --- a/Source/WebCore/PlatformQt.cmake +++ b/Source/WebCore/PlatformQt.cmake @@ -468,7 +468,7 @@ endif () # Build the include path with duplicates removed list(REMOVE_DUPLICATES WebCore_SYSTEM_INCLUDE_DIRECTORIES) -list(APPEND WebCoreTestSupport_LIBRARIES +list(APPEND WebCoreTestSupport_LIBRARIES PRIVATE WebCore )