diff --git a/tests/qml/main.cpp b/tests/qml/main.cpp index 4ea4096b..10183673 100644 --- a/tests/qml/main.cpp +++ b/tests/qml/main.cpp @@ -35,7 +35,7 @@ #include #include -#ifdef WITH_WEBENGINE +#if WITH_WEBENGINE #include #include #endif @@ -206,7 +206,7 @@ main(int argc, char** argv) // Allow the user to enable fatal warnings for certain tests. Utils::remove_argument(argv, argc, "--failonwarn", [&]() { qputenv("QT_FATAL_WARNINGS", "1"); }); -#ifdef WITH_WEBENGINE +#if WITH_WEBENGINE QtWebEngineQuick::initialize(); #endif QTEST_SET_MAIN_SOURCE_PATH