summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/PlatformQt.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/PlatformQt.cmake')
-rw-r--r--Source/WebCore/PlatformQt.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/WebCore/PlatformQt.cmake b/Source/WebCore/PlatformQt.cmake
index 2e013d601..84e9127eb 100644
--- a/Source/WebCore/PlatformQt.cmake
+++ b/Source/WebCore/PlatformQt.cmake
@@ -234,6 +234,12 @@ list(APPEND WebCore_LIBRARIES
${ZLIB_LIBRARIES}
)
+if (QT_STATIC_BUILD)
+ list(APPEND WebCore_LIBRARIES
+ ${STATIC_LIB_DEPENDENCIES}
+ )
+endif ()
+
list(APPEND WebCore_USER_AGENT_STYLE_SHEETS
# ${WEBCORE_DIR}/css/mediaControlsGtk.css
# ${WEBCORE_DIR}/css/mediaControlsQt.css