This file is indexed.

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

QT += qml quick network positioning
SOURCES += qmllocationflickr.cpp

RESOURCES += \
    flickr.qrc

OTHER_FILES += flickr.qml \
               flickrcommon/* \
               flickrmobile/*

target.path = $$[QT_INSTALL_EXAMPLES]/positioning/flickr
INSTALLS += target