From 6d5a5aff9462b4253047f0ed2707ffa2e3497a19 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Fri, 3 Jul 2015 15:39:49 +0200 Subject: Use a proper libexec path for Unix builds. Change-Id: I036c806af47f07e60408a90d3a4e181a6773f866 Reviewed-by: Oswald Buddenhagen Reviewed-by: Eike Ziller --- qtcreator.qbs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'qtcreator.qbs') diff --git a/qtcreator.qbs b/qtcreator.qbs index 9bd047c860..b2dd649476 100644 --- a/qtcreator.qbs +++ b/qtcreator.qbs @@ -41,8 +41,9 @@ Project { ? ide_app_target + ".app/Contents/Resources" : "share/qtcreator" property string ide_libexec_path: qbs.targetOS.contains("osx") - ? ide_data_path - : ide_app_path + ? ide_data_path : qbs.targetOS.contains("windows") + ? ide_app_path + : "libexec/qtcreator" property string ide_doc_path: qbs.targetOS.contains("osx") ? ide_data_path + "/doc" : "share/doc/qtcreator" -- cgit v1.2.3