Qbs build: Use rpaths when building qtc-askpass on macOS

It cannot work otherwise, as ssh does not forward its environment to the
askpass tool.

Change-Id: I3cc026b69f936387260b89daf327e7889805ffcc
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2024-10-22 17:22:41 +02:00
parent 01544c64e8
commit 197d15bd67

View File

@@ -1,9 +1,6 @@
import qbs
QtcTool {
name: "qtc-askpass"
Depends { name: "Qt.widgets" }
files: [
"qtc-askpass-main.cpp",
]
Qt.core.useRPaths: true
files: "qtc-askpass-main.cpp"
}