This file is indexed.

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

QT += quick positioning

SOURCES += main.cpp \
    satellitemodel.cpp

HEADERS += \
    satellitemodel.h

OTHER_FILES += \
    satelliteinfo.qml

RESOURCES += \
    satelliteinfo.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/qtpositioning/satelliteinfo
INSTALLS += target