Fix installing dynamic libraries.
This commit is contained in:
parent
d9627416af
commit
f96a507b1b
|
@ -7,6 +7,7 @@ Library {
|
|||
|
||||
type: buildconfig.staticBuild ? "staticlibrary" : "dynamiclibrary"
|
||||
|
||||
buildconfig.appTarget: "valentina"
|
||||
bundle.isBundle: buildconfig.frameworksBuild
|
||||
cpp.includePaths: [".."]
|
||||
cpp.sonamePrefix: qbs.targetOS.contains("macos") ? "@rpath" : undefined
|
||||
|
|
Loading…
Reference in New Issue
Block a user