projects
/
qbs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9c7812
)
kfreebsd_soname
author
Debian Qt/KDE Maintainers
<debian-qt-kde@lists.debian.org>
Thu, 15 Mar 2018 23:05:03 +0000
(23:05 +0000)
committer
Simon Quigley
<tsimonq2@ubuntu.com>
Thu, 15 Mar 2018 23:05:03 +0000
(23:05 +0000)
Gbp-Pq: Name kfreebsd_soname.diff
src/lib/library.pri
patch
|
blob
|
history
diff --git
a/src/lib/library.pri
b/src/lib/library.pri
index 63f48a9a7f63e43cc8b768d033a4776c3dc44ca8..8468817d76da87f506ba760c7ae7f1ebff383b73 100644
(file)
--- a/
src/lib/library.pri
+++ b/
src/lib/library.pri
@@
-29,7
+29,7
@@
qbs_disable_rpath {
include(../../qbs_version.pri)
VERSION = $${QBS_VERSION}
-
linux
{
+
!win32
{
# Turn off absurd qmake's soname "logic" and directly add the linker flag.
QMAKE_LFLAGS_SONAME =
QMAKE_LFLAGS = -Wl,-soname=lib$${TARGET}.so.$${QBS_VERSION_MAJ}.$${QBS_VERSION_MIN}