src/ui/ui.pro | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Description: Correct linker flag order to build with binutils-gold.
Author: Benjamin Drung <bdrung@debian.org>
Bug-Debian: http://bugs.debian.org/554330
--- a/src/ui/ui.pro
+++ b/src/ui/ui.pro
@@ -22,7 +22,7 @@
COMPONENTS+=../lib/release/liblib.a ../../data/release/libdata.a
}
-LIBS += $$COMPONENTS
+LIBS = $$COMPONENTS $$LIBS
PRE_TARGETDEPS = $$COMPONENTS