aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2013-03-25 14:54:29 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2013-03-25 15:57:11 +0100
commit7779304c08f18172e4305badb723f2ba6ea14598 (patch)
treeab710243d8280fcc352bbfbb424e28f3b3540445 /share
parent6ef0203054fff7dff9699eaa40cfac0a2308660d (diff)
remove Product.destination in favor of Product.destinationDirectory
Product.destination in product context was visible as product.destinationDirectory in rule context. Now it's destinationDirectory in all contexts. Change-Id: I20173a1543036221491467a3d0ca44f0cf017c83 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'share')
-rw-r--r--share/qbs/modules/qt/core/qtcore.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qbs/modules/qt/core/qtcore.qbs b/share/qbs/modules/qt/core/qtcore.qbs
index 209746b21..02477bb93 100644
--- a/share/qbs/modules/qt/core/qtcore.qbs
+++ b/share/qbs/modules/qt/core/qtcore.qbs
@@ -28,7 +28,7 @@ Module {
property string qmFilesDir: {
if (qbs.targetOS === "mac" && product.type.indexOf('applicationbundle') >= 0)
return product.name + ".app/Contents/Resources";
- return product.destination;
+ return product.destinationDirectory;
}
// private properties