summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/maps/maps.pro
blob: b1cb3b28bf781278f20db41729421a9e20465766 (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 geolocaton support, this example will not work.')
}