summaryrefslogtreecommitdiffstats
path: root/examples/location/places/places.pro
blob: baeef40511ed11d8b18594fd6592de760e21e30d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
TARGET = qml_location_places
TEMPLATE = app

QT += qml quick network positioning location
SOURCES += main.cpp

RESOURCES += \
    places.qrc

OTHER_FILES += \
    places.qml \
    helper.js \
    items/MainMenu.qml \
    items/SearchBar.qml \
    items/MapComponent.qml \
    forms/Message.qml \
    forms/MessageForm.ui.qml \
    forms/SearchCenter.qml \
    forms/SearchCenterForm.ui.qml \
    forms/SearchBoundingBox.qml \
    forms/SearchBoundingBoxForm.ui.qml \
    forms/SearchBoundingCircle.qml \
    forms/SearchBoundingCircleForm.ui.qml \
    forms/PlaceDetails.qml \
    forms/PlaceDetailsForm.ui.qml \
    forms/SearchOptions.qml \
    forms/SearchOptionsForm.ui.qml \
    views/SuggestionView.qml \
    views/RatingView.qml \
    views/CategoryView.qml \
    views/CategoryDelegate.qml \
    views/SearchResultDelegate.qml \
    views/SearchResultView.qml \
    views/EditorialView.qml \
    views/EditorialDelegate.qml \
    views/EditorialPage.qml \
    views/ReviewView.qml \
    views/ReviewDelegate.qml \
    views/ReviewPage.qml \
    views/ImageView.qml

target.path = $$[QT_INSTALL_EXAMPLES]/location/places
INSTALLS += target