File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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
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' : [
You can’t perform that action at this time.
0 commit comments