Skip to content

Commit 0ba6c26

Browse files
committed
fix prev commit
1 parent e7fcdd4 commit 0ba6c26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
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"

0 commit comments

Comments
 (0)