summaryrefslogtreecommitdiffstats
path: root/examples/location/places/places.qrc
blob: 42026a6cdd31296d7c56a34efcd4ef47653ab9fa (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
<RCC>
    <qresource prefix="/">
        <file>places.qml</file>
        <file>helper.js</file>
        <file>items/MainMenu.qml</file>
        <file>items/MapComponent.qml</file>
        <file>items/SearchBar.qml</file>
        <file>forms/Message.qml</file>
        <file>forms/MessageForm.ui.qml</file>
        <file>forms/SearchCenter.qml</file>
        <file>forms/SearchCenterForm.ui.qml</file>
        <file>forms/SearchBoundingBox.qml</file>
        <file>forms/SearchBoundingBoxForm.ui.qml</file>
        <file>forms/SearchBoundingCircle.qml</file>
        <file>forms/SearchBoundingCircleForm.ui.qml</file>
        <file>forms/SearchOptions.qml</file>
        <file>forms/SearchOptionsForm.ui.qml</file>
        <file>forms/PlaceDetails.qml</file>
        <file>forms/PlaceDetailsForm.ui.qml</file>
        <file>views/SuggestionView.qml</file>
        <file>views/CategoryDelegate.qml</file>
        <file>views/CategoryView.qml</file>
        <file>views/EditorialDelegate.qml</file>
        <file>views/EditorialPage.qml</file>
        <file>views/EditorialView.qml</file>
        <file>views/ImageView.qml</file>
        <file>views/RatingView.qml</file>
        <file>views/ReviewDelegate.qml</file>
        <file>views/ReviewPage.qml</file>
        <file>views/ReviewView.qml</file>
        <file>views/SearchResultDelegate.qml</file>
        <file>views/SearchResultView.qml</file>
        <file>resources/categories.png</file>
        <file>resources/left.png</file>
        <file>resources/marker.png</file>
        <file>resources/right.png</file>
        <file>resources/scale.png</file>
        <file>resources/scale_end.png</file>
        <file>resources/search.png</file>
        <file>resources/star.png</file>
    </qresource>
</RCC>