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