summaryrefslogtreecommitdiff
path: root/tests
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
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')
-rw-r--r--tests/auto/xmlpatternsdiagnosticsts/xmlpatternsdiagnosticsts.pro2
-rw-r--r--tests/auto/xmlpatternsschemats/xmlpatternsschemats.pro2
-rw-r--r--tests/auto/xmlpatternsxqts/xmlpatternsxqts.pro2
-rw-r--r--tests/auto/xmlpatternsxslts/xmlpatternsxslts.pro2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/xmlpatternsdiagnosticsts/xmlpatternsdiagnosticsts.pro b/tests/auto/xmlpatternsdiagnosticsts/xmlpatternsdiagnosticsts.pro
index 6db7e36..14810ac 100644
--- a/tests/auto/xmlpatternsdiagnosticsts/xmlpatternsdiagnosticsts.pro
+++ b/tests/auto/xmlpatternsdiagnosticsts/xmlpatternsdiagnosticsts.pro
@@ -9,7 +9,7 @@ TARGET = tst_xmlpatternsdiagnosticsts
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
diff --git a/tests/auto/xmlpatternsschemats/xmlpatternsschemats.pro b/tests/auto/xmlpatternsschemats/xmlpatternsschemats.pro
index d827c1a..29bef87 100644
--- a/tests/auto/xmlpatternsschemats/xmlpatternsschemats.pro
+++ b/tests/auto/xmlpatternsschemats/xmlpatternsschemats.pro
@@ -15,7 +15,7 @@ if(!debug_and_release|build_pass):CONFIG(debug, debug|release) {
else: PATTERNIST_SDK = $${PATTERNIST_SDK}_debug
}
-LIBS += -l$$PATTERNIST_SDK
+LIBS += -L$$QT.xmlpatterns.libs -l$$PATTERNIST_SDK
QT += xml testlib
diff --git a/tests/auto/xmlpatternsxqts/xmlpatternsxqts.pro b/tests/auto/xmlpatternsxqts/xmlpatternsxqts.pro
index 72607a4..b752abe 100644
--- a/tests/auto/xmlpatternsxqts/xmlpatternsxqts.pro
+++ b/tests/auto/xmlpatternsxqts/xmlpatternsxqts.pro
@@ -4,7 +4,7 @@ SOURCES += tst_xmlpatternsxqts.cpp ../qxmlquery/TestFundament.cpp tst_suitetest.
include(../xmlpatterns.pri)
HEADERS += tst_suitetest.h
-LIBS += -l$$XMLPATTERNS_SDK
+LIBS += -L$$QT.xmlpatterns.libs -l$$XMLPATTERNS_SDK
# syncqt doesn't copy headers in tools/ so let's manually ensure
# it works with shadow builds and source builds.
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 \