From 65e5f9f01078ec993648da3a132f60c7f07ff27d Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Sat, 6 Feb 2021 22:49:41 +0200 Subject: Fix windows build on the CI I didn't consider the '#ifdef Q_OS_WIN' code paths (since that compiles just fine locally). GIT_SILENT --- autotests/kconfig_compiler/kconfigcompiler_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autotests/kconfig_compiler/kconfigcompiler_test.cpp') diff --git a/autotests/kconfig_compiler/kconfigcompiler_test.cpp b/autotests/kconfig_compiler/kconfigcompiler_test.cpp index 014bc0f3..4467a211 100644 --- a/autotests/kconfig_compiler/kconfigcompiler_test.cpp +++ b/autotests/kconfig_compiler/kconfigcompiler_test.cpp @@ -143,7 +143,7 @@ void KConfigCompiler_Test::testRunning() QFETCH(QString, testName); #ifdef Q_OS_WIN - testName += QStringLiteral(".exe"); + testName += QLatin1String{".exe"}; #endif QString program = QFINDTESTDATA(testName); -- cgit v1.2.1