Description: Make qmake properly set environment LDFLAGS variable's values.
Author: Alessio Treglia <alessio@debian.org>
Forwarded: yes
---
 lib.pro |    2 ++
 1 file changed, 2 insertions(+)

--- dataquay.orig/lib.pro
+++ dataquay/lib.pro
@@ -7,6 +7,8 @@
 CONFIG += warn_on c++11
 QT -= gui
 
+QMAKE_LFLAGS_SHLIB *= $(LDFLAGS)
+
 TARGET = dataquay
 
 exists(config.pri) {
