summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/WebCore.pri
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/WebCore.pri')
-rw-r--r--Source/WebCore/WebCore.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/WebCore.pri b/Source/WebCore/WebCore.pri
index a9b08d0b8..37cde573a 100644
--- a/Source/WebCore/WebCore.pri
+++ b/Source/WebCore/WebCore.pri
@@ -234,7 +234,7 @@ use?(GRAPHICS_SURFACE) {
}
have?(sqlite3) {
- mac {
+ osx|contains(QT_CONFIG, no-pkg-config) {
LIBS += -lsqlite3
} else {
PKGCONFIG += sqlite3