We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fcdd4 commit 0ba6c26Copy full SHA for 0ba6c26
src/Test/main.cc
@@ -37,7 +37,6 @@ std::string tests::testDataFolder;
37
#include "BasicMouseInterfaceTest.h"
38
39
#if (QT_VERSION < QT_VERSION_CHECK(5, 0, 0))
40
-#include "WindowWithSeparatedDeclarativeAndWebViewsTest.h"
41
#include "WindowWithDeclarativeViewTest.h"
42
#endif
43
@@ -82,6 +81,9 @@ std::string tests::testDataFolder;
82
81
#include "extension_qt/qwebviewext.h"
83
#include "WindowWithEmbeddedViewTest.h"
84
#include "WidgetAndWebViewTest.h"
+#if (QT_VERSION < QT_VERSION_CHECK(5, 0, 0))
85
+#include "WindowWithSeparatedDeclarativeAndWebViewsTest.h"
86
+#endif
87
88
89
#include "extension_qt/q_view_runner.h"
0 commit comments