summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/PlatformQt.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/PlatformQt.cmake')
-rw-r--r--Source/WebKit/PlatformQt.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/PlatformQt.cmake b/Source/WebKit/PlatformQt.cmake
index beee95a5d..d2562e5e7 100644
--- a/Source/WebKit/PlatformQt.cmake
+++ b/Source/WebKit/PlatformQt.cmake
@@ -232,7 +232,7 @@ if (ENABLE_WEBKIT2)
if (APPLE)
set(WEBKIT2_LIBRARY -Wl,-force_load WebKit2)
elseif (MSVC)
- set(WEBKIT2_LIBRARY "-WHOLEARCHIVE:WebKit2")
+ set(WEBKIT2_LIBRARY "-WHOLEARCHIVE:WebKit2${CMAKE_DEBUG_POSTFIX}")
elseif (UNIX)
set(WEBKIT2_LIBRARY -Wl,--whole-archive WebKit2 -Wl,--no-whole-archive)
else ()