aboutsummaryrefslogtreecommitdiffstats
path: root/qbs/imports/QtcLibrary.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'qbs/imports/QtcLibrary.qbs')
-rw-r--r--qbs/imports/QtcLibrary.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/qbs/imports/QtcLibrary.qbs b/qbs/imports/QtcLibrary.qbs
index 75b395a1c2..6792c834c3 100644
--- a/qbs/imports/QtcLibrary.qbs
+++ b/qbs/imports/QtcLibrary.qbs
@@ -19,7 +19,7 @@ QtcProduct {
flags.push("/INCREMENTAL:NO"); // Speed up startup time when debugging with cdb
return flags;
}
- cpp.installNamePrefix: "@rpath/PlugIns/"
+ cpp.installNamePrefix: "@rpath/Frameworks/"
cpp.rpaths: qbs.targetOS.contains("osx")
? ["@loader_path/..", "@executable_path/.."]
: ["$ORIGIN", "$ORIGIN/.."]