aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/apps.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-06-25 15:17:53 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-06-25 15:23:01 +0200
commit5e77a9d1927ec4f3ab405824a92d48930d48c487 (patch)
treeb7bf20cf4054a3dd46911fa552cc1065f60d4097 /src/app/apps.qbs
parent1d341e09b860220c4dff116a4674a993424758b2 (diff)
qbs project files: Move property appInstallDir all the way up.
Overriding this value in an aggregate project does not work if we declare it in apps.qbs. Change-Id: I41606b82266057b414275f49bf9d21a9a06044c1 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'src/app/apps.qbs')
-rw-r--r--src/app/apps.qbs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app/apps.qbs b/src/app/apps.qbs
index f3a87f81e..56d8d3289 100644
--- a/src/app/apps.qbs
+++ b/src/app/apps.qbs
@@ -1,7 +1,6 @@
import qbs
Project {
- property string appInstallDir: "bin"
references: [
"config/config.qbs",
"config-ui/config-ui.qbs",