Skip to content

Commit 134daac

Browse files
Andrii BoichukAndrii Boichuk
authored andcommitted
Merge branch 'WD_1.X_dev' of https://portal-ua.globallogic.com/git/wd into WD_1.X_dev
2 parents ff46af8 + 5944800 commit 134daac

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/Test/main.cc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ std::string tests::testDataFolder;
3737
#include "BasicMouseInterfaceTest.h"
3838

3939
#if (QT_VERSION < QT_VERSION_CHECK(5, 0, 0))
40-
#include "WindowWithSeparatedDeclarativeAndWebViewsTest.h"
4140
#include "WindowWithDeclarativeViewTest.h"
4241
#endif
4342

@@ -82,6 +81,9 @@ std::string tests::testDataFolder;
8281
#include "extension_qt/qwebviewext.h"
8382
#include "WindowWithEmbeddedViewTest.h"
8483
#include "WidgetAndWebViewTest.h"
84+
#if (QT_VERSION < QT_VERSION_CHECK(5, 0, 0))
85+
#include "WindowWithSeparatedDeclarativeAndWebViewsTest.h"
86+
#endif
8587
#endif
8688

8789
#include "extension_qt/q_view_runner.h"

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)