summaryrefslogtreecommitdiff
path: root/Source/WTF/wtf/PlatformQt.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WTF/wtf/PlatformQt.cmake')
-rw-r--r--Source/WTF/wtf/PlatformQt.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/WTF/wtf/PlatformQt.cmake b/Source/WTF/wtf/PlatformQt.cmake
index 03e773736..42f4e86ff 100644
--- a/Source/WTF/wtf/PlatformQt.cmake
+++ b/Source/WTF/wtf/PlatformQt.cmake
@@ -15,6 +15,12 @@ list(APPEND WTF_LIBRARIES
${CMAKE_THREAD_LIBS_INIT}
)
+if (QT_STATIC_BUILD)
+ list(APPEND WTF_LIBRARIES
+ ${STATIC_LIB_DEPENDENCIES}
+ )
+endif ()
+
if (USE_GLIB)
list(APPEND WTF_SOURCES
glib/GRefPtr.cpp