forked from qt-creator/qt-creator
AutoTest: Fix generated pro file
Change-Id: I2b10ad89e32cbf118823c32bf9561ba9d7a8819f Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user