mirror of https://github.com/JakubMelka/PDF4QT.git
17 lines
453 B
QML
17 lines
453 B
QML
Pdf4QtProduct {
|
|
Depends { name: "cpp" }
|
|
property stringList libType: "dynamiclibrary"
|
|
type: libType
|
|
cpp.sonamePrefix: qbs.targetOS.contains("macos") ? "@rpath" : undefined
|
|
cpp.rpaths: cpp.rpathOrigin
|
|
|
|
Group {
|
|
fileTagsFilter: "dynamiclibrary"
|
|
qbs.install: install
|
|
qbs.installDir: targetInstallDir
|
|
qbs.installSourceBase: buildDirectory
|
|
}
|
|
targetInstallDir: pdf4qtbuildconfig.libInstallDir
|
|
}
|
|
|