File: geojson_viewer.pro

package info (click to toggle)
qtlocation-opensource-src 5.15.15%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 33,300 kB
  • sloc: cpp: 169,975; ansic: 3,910; xml: 2,791; java: 477; javascript: 190; sql: 52; makefile: 38
file content (22 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TARGET = qml_location_geojsonviewer
TEMPLATE = app

QT += core qml network quick positioning location-private widgets
android: QT += androidextras

SOURCES += main.cpp
CONFIG += c++11
CONFIG += install_ok

QT_FOR_CONFIG += location-private


RESOURCES += \
    qml.qrc

OTHER_FILES += \
    $$files(data/*.json)

target.path = $$[QT_INSTALL_EXAMPLES]/location/geojsonviewer
INSTALLS += target
DEFINES += $$shell_quote(SRC_PATH=$$PWD)