Skip to content

Commit 5759f39

Browse files
author
Mykola Tryshnivskyy
committed
Fixed Win32 compilation on qt 5
1 parent b525ee8 commit 5759f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wd_test.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
'libraries': ['-lQt5WebKitWidgets', '-lQt5WebKit',],
219219
} ],
220220
[ 'OS=="win"', {
221-
'libraries': ['-l<(QT_LIB_PATH)/Qt5WebKit',],
221+
'libraries': ['-l<(QT_LIB_PATH)/Qt5WebKit', '-l<(QT_LIB_PATH)/Qt5WebKitWidgets'],
222222
} ],
223223
[ 'OS=="mac"', {
224224
'link_settings': {

0 commit comments

Comments
 (0)