forked from qt-creator/qt-creator
Adapt qbs project files to new installation approach.
This need a qbs build >= commit 5cdf94de to work properly. Change-Id: If86aedf9e3f9d01ad1202e03221e49698d517666 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
@@ -5,7 +5,6 @@ import "../../../qbs/defaults.js" as Defaults
|
||||
|
||||
QtcPlugin {
|
||||
name: "Debugger"
|
||||
type: base.concat(["installed_content"])
|
||||
|
||||
Depends { name: "Qt"; submodules: ["widgets", "network", "script"] }
|
||||
Depends { name: "Core" }
|
||||
@@ -29,8 +28,8 @@ QtcPlugin {
|
||||
|
||||
Group {
|
||||
condition: Defaults.testsEnabled(qbs)
|
||||
qbs.install: true
|
||||
qbs.installDir: "tests/manual/debugger/simple/"
|
||||
fileTags: ["install"]
|
||||
files: ["../../../tests/manual/debugger/simple/simple.pro"]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user