diff --git a/tests/runnertest.cpp b/tests/runnertest.cpp --- a/tests/runnertest.cpp +++ b/tests/runnertest.cpp @@ -17,7 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include +#include #include #include #include @@ -28,7 +28,7 @@ int main(int argc, char **argv) { - QCoreApplication app(argc, argv); + QGuiApplication app(argc, argv); app.setQuitLockEnabled(false); QCommandLineParser parser;