summaryrefslogtreecommitdiff
path: root/qbs/imports/QtcAutotest.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'qbs/imports/QtcAutotest.qbs')
-rw-r--r--qbs/imports/QtcAutotest.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/qbs/imports/QtcAutotest.qbs b/qbs/imports/QtcAutotest.qbs
index 35d67e7af2..586626b22d 100644
--- a/qbs/imports/QtcAutotest.qbs
+++ b/qbs/imports/QtcAutotest.qbs
@@ -26,7 +26,7 @@ QtcProduct {
// The following would be conceptually right, but does not work currently as some autotests
// (e.g. extensionsystem) do not work when installed, because they want hardcoded
// absolute paths to resources in the build directory.
- // cpp.rpaths: qbs.targetOS.contains("osx")
+ // cpp.rpaths: qbs.targetOS.contains("macos")
// ? ["@loader_path/../Frameworks", "@loader_path/../PlugIns"]
// : ["$ORIGIN/../" + qtc.libDirName + "/qtcreator",
// "$ORIGIN/../" qtc.libDirName + "/qtcreator/plugins"]