summaryrefslogtreecommitdiff
path: root/tests/auto/xmlpatternsxslts/xmlpatternsxslts.pro
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@nokia.com>2012-01-23 15:01:29 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-23 16:41:50 +0100
commit04021958973a8dcb357fad3e6a3e82a8f73fa0fc (patch)
tree73f1222f781035af90b94c026ae4688380aa288f /tests/auto/xmlpatternsxslts/xmlpatternsxslts.pro
parentb52522963a86206ca8c7489bfacd5cc226bf201c (diff)
downloadqtxmlpatterns-04021958973a8dcb357fad3e6a3e82a8f73fa0fc.tar.gz
Fix build on Mac OS X
We depended on the SDK library without also setting the libary include path (only the framework include path). Change-Id: Ia1d61bfb54f040c55bac49baa8496a88a9136880 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
Diffstat (limited to 'tests/auto/xmlpatternsxslts/xmlpatternsxslts.pro')
-rw-r--r--tests/auto/xmlpatternsxslts/xmlpatternsxslts.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/xmlpatternsxslts/xmlpatternsxslts.pro b/tests/auto/xmlpatternsxslts/xmlpatternsxslts.pro
index e72960c..f9dc1c2 100644
--- a/tests/auto/xmlpatternsxslts/xmlpatternsxslts.pro
+++ b/tests/auto/xmlpatternsxslts/xmlpatternsxslts.pro
@@ -7,7 +7,7 @@ include (../xmlpatterns.pri)
HEADERS += ../xmlpatternsxqts/tst_suitetest.h
SOURCES += ../xmlpatternsxqts/tst_suitetest.cpp
-LIBS += -l$$XMLPATTERNS_SDK
+LIBS += -L$$QT.xmlpatterns.libs -l$$XMLPATTERNS_SDK
QT += xml testlib
INCLUDEPATH += $$(QTSRCDIR)/tests/auto/xmlpatternssdk \