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:
Christian Kandeler
2013-01-16 11:27:26 +01:00
parent ed93b998dd
commit 0cf4f0885b
13 changed files with 76 additions and 139 deletions

View File

@@ -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"]
}