From 19994f26ff47507a387f708ad7bc0fcc32af3aed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Santamar=C3=ADa=20Lema?= Date: Sat, 5 Jun 2010 00:54:25 +0200 Subject: Add "-lapr-1 -lsvn_subr-1" to the linker options. Linking against these libraries makes the program build using binutils gold. --- src/src.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src.pro b/src/src.pro index 2fbde10..eada929 100644 --- a/src/src.pro +++ b/src/src.pro @@ -13,7 +13,7 @@ QT = core INCLUDEPATH += . $$SVN_INCLUDE $$APR_INCLUDE !isEmpty($$SVN_LIBDIR): LIBS += -L$$SVN_LIBDIR -LIBS += -lsvn_fs-1 -lsvn_repos-1 +LIBS += -lsvn_fs-1 -lsvn_repos-1 -lapr-1 -lsvn_subr-1 # Input SOURCES += ruleparser.cpp \ -- cgit v1.2.1