git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[Qt] Make it possible to build WebKit without QtWidgets
[WebKit-https.git]
/
Source
/
WebKit2
/
WebKit2.pri
diff --git
a/Source/WebKit2/WebKit2.pri
b/Source/WebKit2/WebKit2.pri
index
4ff8e5c
..
7573452
100644
(file)
--- a/
Source/WebKit2/WebKit2.pri
+++ b/
Source/WebKit2/WebKit2.pri
@@
-71,3
+71,7
@@
linux-*: {
# -lrt is required for shm_open and shm_unlink.
LIBS += -lrt
}
+
+QT += qml quick
+
+contains(DEFINES, ENABLE_GEOLOCATION=1):haveQt(5): QT += location