diff options
author | Tor Arne Vestbø <tor.arne.vestbo@nokia.com> | 2012-01-23 15:01:29 +0100 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-01-23 16:41:50 +0100 |
commit | 04021958973a8dcb357fad3e6a3e82a8f73fa0fc (patch) | |
tree | 73f1222f781035af90b94c026ae4688380aa288f /tests/auto/xmlpatternsschemats | |
parent | b52522963a86206ca8c7489bfacd5cc226bf201c (diff) | |
download | qtxmlpatterns-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/xmlpatternsschemats')
-rw-r--r-- | tests/auto/xmlpatternsschemats/xmlpatternsschemats.pro | 2 |
1 files changed, 1 insertions, 1 deletions
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 |