qbs project files: Add project property ide_source_tree.

The qmake project has this as well. Will become more useful later on.

Change-Id: I6e9b6b1d1a46ea6263a6d5fac4cb30d883a3e077
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
Christian Kandeler
2013-09-05 14:56:45 +02:00
parent 5e41e0207e
commit d0633f0ac9
2 changed files with 2 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ Product {
name: "Conditional"
qbs.install: true
qbs.installDir: project.ide_data_path + "/externaltools"
prefix: "../src/share/qtcreator/externaltools/"
prefix: project.ide_source_tree + "/src/share/qtcreator/externaltools/"
files: {
var list = [
"lrelease.xml",