From 7eafcf3259065b5cb66bb8679d104848076a1dbb Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Thu, 30 Mar 2023 14:23:39 +0200 Subject: [PATCH] AutoTest: Fix generated pro file Change-Id: I2b10ad89e32cbf118823c32bf9561ba9d7a8819f Reviewed-by: David Schulz --- share/qtcreator/templates/wizards/autotest/files/tst.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/qtcreator/templates/wizards/autotest/files/tst.pro b/share/qtcreator/templates/wizards/autotest/files/tst.pro index 21a11f71e35..49ab1c90d83 100644 --- a/share/qtcreator/templates/wizards/autotest/files/tst.pro +++ b/share/qtcreator/templates/wizards/autotest/files/tst.pro @@ -93,7 +93,7 @@ isEmpty(CATCH_INCLUDE_DIR): { message("CATCH_INCLUDE_DIR is not set, assuming Catch2 can be found automatically in your system") } -SOURCES += \ - main.cpp \ +SOURCES += \\ + main.cpp \\ %{TestCaseFileWithCppSuffix} @endif