Skip to content

Commit c74f9c6

Browse files
author
hekra
committed
fix build Qt5.6
1 parent dad207e commit c74f9c6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: wd.gyp

+5-1
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,13 @@
5656

5757
['platform == "desktop"', {
5858
'dependencies': [
59-
'wd_test.gyp:test_WD_hybrid',
6059
'wd_test.gyp:test_WD_hybrid_noWebkit',
6160
],
61+
'conditions': [
62+
['<(WD_CONFIG_WEBKIT) == 1', {
63+
'dependencies': ['wd_test.gyp:test_WD_hybrid']
64+
} ],
65+
]
6266
} ],
6367

6468
['platform == "desktop" and OS == "linux"', {

Diff for: wd_ext_qt.gyp

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
'src/webdriver/extension_qt/web_view_visualizer.cc',
8181
'src/webdriver/extension_qt/qwebviewext.cc',
8282
'src/webdriver/extension_qt/web_view_util.cc',
83+
'src/webdriver/extension_qt/web_view_util.h',
8384
'src/webdriver/extension_qt/qwebkit_proxy.cc',
8485
'src/webdriver/extension_qt/qwebkit_proxy.h',
8586
'inc/extension_qt/qnetwork_access_manager_tracer.h',

0 commit comments

Comments
 (0)