summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-03-30 16:20:21 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-03-30 17:25:07 +0300
commitc0c07d7e1571082a1edd93d427058f35aaf100a5 (patch)
treeb0790218dd58e0e51c5765ad06713632ebbe43d1
parentd0312eedc37baafbe48b6a51a3df027aceded42f (diff)
Drop -liberty link flag
It's not needed anymore. Change-Id: I0496e74bc44775e6dbfeda0e7ea988518307aadc Reviewed-by: Andre Poenitz <andre.poenitz@theqtcompany.com>
-rw-r--r--app/app.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/app.pro b/app/app.pro
index 25eaed5..0bd7c95 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -18,7 +18,7 @@ LIBS += -Wl,--start-group \
../3rdparty/elfutils/libebl.a \
../3rdparty/elfutils/libdwelf.a \
-Wl,--end-group \
- -lz -ldl -liberty
+ -lz -ldl
TARGET = ../perfparser
CONFIG += console c++11