From 342b0332b895534e5a7083aa5a1cf4cf1aa120f3 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 31 Jan 2018 14:35:28 +0100 Subject: Ensure that we can load replies. The webengine based code we use to create replies needs a QApplication. --- tests/kubetestrunner.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/kubetestrunner.cpp b/tests/kubetestrunner.cpp index 99017a43..d2c7331c 100644 --- a/tests/kubetestrunner.cpp +++ b/tests/kubetestrunner.cpp @@ -18,10 +18,12 @@ */ #include #include +#include #include int main(int argc, char **argv) { + QApplication app(argc, argv); QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts, true); QTEST_ADD_GPU_BLACKLIST_SUPPORT -- cgit v1.2.3