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 {
|
||||
name: "qtc-askpass"
|
||||
Depends { name: "Qt.widgets" }
|
||||
files: [
|
||||
"qtc-askpass-main.cpp",
|
||||
]
|
||||
Qt.core.useRPaths: true
|
||||
files: "qtc-askpass-main.cpp"
|
||||
}
|
||||
|
Reference in New Issue
Block a user