aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'qtcreator.qbs')
-rw-r--r--qtcreator.qbs5
1 files changed, 3 insertions, 2 deletions
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"