forked from qt-creator/qt-creator
qbs build: Add the possibility to include additional autotests.
For plugins that don't live in the main repo. Change-Id: Iebe4b05bfb60f86531ec82a4ae555fdfaac39ead Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
@@ -17,6 +17,7 @@ Project {
|
||||
property pathList additionalPlugins: []
|
||||
property pathList additionalLibs: []
|
||||
property pathList additionalTools: []
|
||||
property pathList additionalAutotests: []
|
||||
property string libDirName: "lib"
|
||||
property string ide_library_path: {
|
||||
if (qbs.targetOS.contains("osx"))
|
||||
|
@@ -22,5 +22,5 @@ Project {
|
||||
"treeviewfind/treeviewfind.qbs",
|
||||
"utils/utils.qbs",
|
||||
"valgrind/valgrind.qbs"
|
||||
]
|
||||
].concat(project.additionalAutotests)
|
||||
}
|
||||
|
Reference in New Issue
Block a user