aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@theqtcompany.com>2015-07-23 09:14:30 +0200
committerChristian Stenger <christian.stenger@theqtcompany.com>2015-07-23 10:31:50 +0300
commit1108556f1ed423913d927eb501ce6a91d833e169 (patch)
tree72ee149856ba7a54392b796cdb2434ff156a1904
parent3d45123824865b339711ec16150c5cff5c31fae7 (diff)
Fix deployment when using build scripts againat-v3.5.0-rc1
Change-Id: If4180b1f79c51bdf38ac99e5eb9acebb3b3342bc Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
-rw-r--r--shared/shared.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/shared/shared.pro b/shared/shared.pro
index 306eacb4c5..541044da11 100644
--- a/shared/shared.pro
+++ b/shared/shared.pro
@@ -1,5 +1,7 @@
-isEmpty(IDE_SOURCE_TREE): IDE_SOURCE_TREE=$$(QTC_SOURCE)
-isEmpty(IDE_SOURCE_TREE): error(Set QTC_SOURCE environment variable)
+isEmpty(IDE_SOURCE_TREE): IDE_SOURCE_TREE = $$(QTC_SOURCE)
+isEmpty(IDE_BUILD_TREE): IDE_BUILD_TREE = $$(QTC_BUILD)
+isEmpty(IDE_SOURCE_TREE): error("Set QTC_SOURCE environment variable")
+isEmpty(IDE_BUILD_TREE): error("Set QTC_BUILD environment variable")
TEMPLATE = aux