This file is indexed.

/usr/lib/x86_64-linux-gnu/qt5/examples/location/places/places.pro is in qtlocation5-examples 5.5.1-3ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
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