forked from qt-creator/qt-creator
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:
@@ -1,9 +1,6 @@
|
|||||||
import qbs
|
|
||||||
|
|
||||||
QtcTool {
|
QtcTool {
|
||||||
name: "qtc-askpass"
|
name: "qtc-askpass"
|
||||||
Depends { name: "Qt.widgets" }
|
Depends { name: "Qt.widgets" }
|
||||||
files: [
|
Qt.core.useRPaths: true
|
||||||
"qtc-askpass-main.cpp",
|
files: "qtc-askpass-main.cpp"
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user