From: Debian Qt/KDE Maintainers Date: Tue, 6 Feb 2018 00:27:38 +0000 (+0000) Subject: kfreebsd_soname X-Git-Tag: archive/raspbian/1.10.1+dfsg-1+rpi1~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4d823151aa063f9f02ff9cbd925266fc3aea30ec;p=qbs.git kfreebsd_soname Gbp-Pq: Name kfreebsd_soname.diff --- diff --git a/src/lib/library.pri b/src/lib/library.pri index 63f48a9a..8468817d 100644 --- 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}