forked from qt-creator/qt-creator
Qbs build system: Add a component for test files groups
Mainly in order to enforce a unified group name across QtC libraries and plugins. Change-Id: I6eafe0f9d227ec73d8c9029675866c67063768fb Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -21,9 +21,7 @@ QtcPlugin {
|
||||
"compilationdbparser.h",
|
||||
]
|
||||
|
||||
Group {
|
||||
name: "Tests"
|
||||
condition: qtc.testsEnabled
|
||||
QtcTestFiles {
|
||||
files: [
|
||||
"compilationdatabasetests.cpp",
|
||||
"compilationdatabasetests.h",
|
||||
|
||||
Reference in New Issue
Block a user