AutoTest: Fix generated pro file

Change-Id: I2b10ad89e32cbf118823c32bf9561ba9d7a8819f
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Stenger
2023-03-30 14:23:39 +02:00
parent 613e011bfa
commit 7eafcf3259

View File

@@ -93,7 +93,7 @@ isEmpty(CATCH_INCLUDE_DIR): {
message("CATCH_INCLUDE_DIR is not set, assuming Catch2 can be found automatically in your system") message("CATCH_INCLUDE_DIR is not set, assuming Catch2 can be found automatically in your system")
} }
SOURCES += \ SOURCES += \\
main.cpp \ main.cpp \\
%{TestCaseFileWithCppSuffix} %{TestCaseFileWithCppSuffix}
@endif @endif