places.pro Example File

places/places.pro
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

© 2021 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.