File honour_lib_suffix.patch of Package herqq
diff -Naur herqq-1.0.0.orig/hupnp/lib/qtsoap-2.7-opensource/buildlib/buildlib.pro herqq-1.0.0/hupnp/lib/qtsoap-2.7-opensource/buildlib/buildlib.pro
--- herqq-1.0.0.orig/hupnp/lib/qtsoap-2.7-opensource/buildlib/buildlib.pro 2011-03-28 00:42:30.000000000 +0200
+++ herqq-1.0.0/hupnp/lib/qtsoap-2.7-opensource/buildlib/buildlib.pro 2013-12-30 00:48:34.728343414 +0100
@@ -14,11 +14,17 @@
#target.path = $$DESTDIR
#INSTALLS += target
-isEmpty(PREFIX) {
- PREFIX = ../../../deploy
+CONFIG(USE_QT_INSTALL_LOC) {
+ INSTLOC_LIB = $$[QT_INSTALL_LIBS]
+}
+else {
+ isEmpty(PREFIX) {
+ PREFIX = ./deploy
+ }
+
+ INSTLOC_LIB = $$PREFIX/lib
}
-INSTLOC_LIB = $$PREFIX/lib
target.path = $$INSTLOC_LIB
INSTALLS += target