aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2023-03-30 14:23:39 +0200
committerChristian Stenger <christian.stenger@qt.io>2023-03-31 06:09:38 +0000
commit7eafcf3259065b5cb66bb8679d104848076a1dbb (patch)
treeab5eccbf8bb1bbdd8cc5d2735131c10c3f3bfb69 /share
parent613e011bfaa47cec6ce2c3608f58ec4a7e75a73e (diff)
AutoTest: Fix generated pro file
Change-Id: I2b10ad89e32cbf118823c32bf9561ba9d7a8819f Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/templates/wizards/autotest/files/tst.pro4
1 files 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