Commit b8f74f94 authored by Peter Varga's avatar Peter Varga Committed by Allan Sandfeld Jensen
Browse files

Fix typo in error message of maps example


Change-Id: Icd89aea969921ee2a5e6949a4f045ae7439dd618
Reviewed-by: default avatarJüri Valdmann <juri.valdmann@qt.io>
parent b39a5083
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -12,6 +12,6 @@ target.path = $$[QT_INSTALL_EXAMPLES]/webenginewidgets/maps ...@@ -12,6 +12,6 @@ target.path = $$[QT_INSTALL_EXAMPLES]/webenginewidgets/maps
INSTALLS += target INSTALLS += target
!qtConfig(webengine-geolocation) { !qtConfig(webengine-geolocation) {
error('Qt WebEngine compiled without geolocaton support, this example will not work.') error('Qt WebEngine compiled without geolocation support, this example will not work.')
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment