Skip to content

Commit 5944800

Browse files
committed
fix gyp for prev commit
1 parent 18d4c46 commit 5944800

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wd_test.gyp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,6 @@
241241
'src/Test/WindowWithDeclarativeViewTest.cc',
242242
'src/Test/WindowWithDeclarativeViewTest.h',
243243
'<(INTERMEDIATE_DIR)/moc_WindowWithDeclarativeViewTest.cc',
244-
'src/Test/WindowWithSeparatedDeclarativeAndWebViewsTest.cc',
245-
'src/Test/WindowWithSeparatedDeclarativeAndWebViewsTest.h',
246-
'<(INTERMEDIATE_DIR)/moc_WindowWithSeparatedDeclarativeAndWebViewsTest.cc',
247244
],
248245
'conditions': [
249246
# IGNORE VideoTest due to error https://bugreports.qt-project.org/browse/QTBUG-32949
@@ -282,6 +279,9 @@
282279
'src/Test/WidgetAndWebViewTest.cc',
283280
'src/Test/WidgetAndWebViewTest.h',
284281
'<(INTERMEDIATE_DIR)/moc_WidgetAndWebViewTest.cc',
282+
'src/Test/WindowWithSeparatedDeclarativeAndWebViewsTest.cc',
283+
'src/Test/WindowWithSeparatedDeclarativeAndWebViewsTest.h',
284+
'<(INTERMEDIATE_DIR)/moc_WindowWithSeparatedDeclarativeAndWebViewsTest.cc',
285285
],
286286

287287
'conditions': [

0 commit comments

Comments
 (0)