This file is indexed.

/usr/lib/x86_64-linux-gnu/qt5/examples/location/places_map/places_map.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
TARGET = places_map
TEMPLATE = app

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

RESOURCES += \
    places_map.qrc

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