summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-01-03 15:44:23 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-03 23:44:56 +0100
commit3336383132b1aafeb74585d203e98e85811af55e (patch)
treef8b9642f935a007bc5b8f4327a684f03c8f35b8f /tests
parent6ee0dbe006a2102be9b47677a88eb96ba1d447f1 (diff)
nfctestserver: Remove rpath-option.
It causes a warning on Windows and does not have any effect on Linux since it evaluates to qtbase/lib which is set as rpath by default. Change-Id: Ie697e393c46452680e3e3b03fe9ea9abe44b0c18 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/nfctestserver/nfctestserver.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/nfctestserver/nfctestserver.pro b/tests/nfctestserver/nfctestserver.pro
index 35c16bbf..7f2dc0e7 100644
--- a/tests/nfctestserver/nfctestserver.pro
+++ b/tests/nfctestserver/nfctestserver.pro
@@ -9,8 +9,6 @@ CONFIG += qt debug warn_on console depend_includepath
CONFIG += console strict_flags
CONFIG -= app_bundle
-QMAKE_LIBS += -Wl,-rpath,$${QT.nfc.libs}
-
QT = core nfc
TEMPLATE = app