summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2012-01-06 13:12:23 +0100
committerLars Knoll <lars.knoll@nokia.com>2012-01-06 15:30:49 +0100
commit136e586ead2c56142f9d0d45090010af83ea1bc4 (patch)
tree19eb03efc65e240257e1fc0bdacac81e83c1c703
parentaf7c2aafdc283c76f64ff254021855944e44b1a8 (diff)
Removed wrong rpath from the tests
Change-Id: Ib46c41577d583cf60ece45e7b6dc5a52b97f791e Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
-rw-r--r--tests/auto/auto.pro2
-rw-r--r--tests/benchmarks/benchmarks.pro2
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 3d7d407..c7fd329 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -1,5 +1,3 @@
TARGET = tst_qtjson
QT = core testlib json
SOURCES += tst_qtjson.cpp
-
-QMAKE_LFLAGS += "-Wl,-rpath,$$PWD/../../lib"
diff --git a/tests/benchmarks/benchmarks.pro b/tests/benchmarks/benchmarks.pro
index a6adde7..3827dff 100644
--- a/tests/benchmarks/benchmarks.pro
+++ b/tests/benchmarks/benchmarks.pro
@@ -1,5 +1,3 @@
TARGET = tst_bench_qtbinaryjson
QT = core testlib json
SOURCES += tst_bench_qtbinaryjson.cpp
-
-QMAKE_LFLAGS += "-Wl,-rpath,$$PWD/../../lib"