From 66f939c75847391a3b124ecbc173176abf573aae Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Wed, 5 Apr 2023 16:00:55 +0200 Subject: [PATCH] Wizard: Fix generated project file Change-Id: Ibef37ad8ecc696a35766bbda94a113e747d69771 Reviewed-by: David Schulz --- share/qtcreator/templates/wizards/autotest/files/tst.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/templates/wizards/autotest/files/tst.pro b/share/qtcreator/templates/wizards/autotest/files/tst.pro index 49ab1c90d83..670c72e7987 100644 --- a/share/qtcreator/templates/wizards/autotest/files/tst.pro +++ b/share/qtcreator/templates/wizards/autotest/files/tst.pro @@ -47,7 +47,7 @@ CONFIG += thread CONFIG -= qt SOURCES += \\ - %{MainCppName} \ + %{MainCppName} \\ %{TestCaseFileGTestWithCppSuffix} @endif @if "%{TestFrameWork}" == "BoostTest"