summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/maps/maps.pro
blob: fead8fe0b63c251c40dcdb29fc32ffa3ad0550d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.')
}