summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sync.profile2
-rw-r--r--tools/qmake/mkspecs/features/configure.prf5
2 files changed, 6 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index 7d6daec35..e4a88e0c2 100644
--- a/sync.profile
+++ b/sync.profile
@@ -20,7 +20,7 @@
%dependencies = (
"qtbase" => "",
"qtdeclarative" => "",
- "qtxmlpatterns" => "",
+ "qtlocation" => "",
"qttools" => "",
# FIXME: take examples out into their own module to avoid a potential circular dependency later ?
"qtquickcontrols" => "",
diff --git a/tools/qmake/mkspecs/features/configure.prf b/tools/qmake/mkspecs/features/configure.prf
index 9d7d85535..8427b58e3 100644
--- a/tools/qmake/mkspecs/features/configure.prf
+++ b/tools/qmake/mkspecs/features/configure.prf
@@ -107,5 +107,10 @@ defineTest(finalizeConfigure) {
} else {
log("Proprietary codecs (H264, MP3).... Not enabled (Default, enable with WEBENGINE_CONFIG+=use_proprietary_codecs)$${EOL}")
}
+ qtHaveModule(positioning): {
+ log("Geolocation....................... Enabled$${EOL}")
+ } else {
+ log("Geolocation....................... Not enabled (Requires Qt Positioning module)$${EOL}")
+ }
}