blob: fead8fe0b63c251c40dcdb29fc32ffa3ad0550d9 [file] [log] [blame]
TEMPLATE = app
QT += webenginewidgets
HEADERS += \
mainwindow.h
SOURCES += main.cpp \
mainwindow.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/webenginewidgets/maps
INSTALLS += target
!qtConfig(webengine-geolocation) {
error('Qt WebEngine compiled without geolocation support, this example will not work.')
}