Skip to content

Commit

Permalink
attempt making WebCoreTestSupport add WebCore library private to prev…
Browse files Browse the repository at this point in the history
…ent duplicate symbols
  • Loading branch information
mnutt committed Nov 21, 2024
1 parent 07204e7 commit fe781bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WebCore/PlatformQt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit fe781bc

Please sign in to comment.