This file is indexed.

/usr/share/doc/libpythonqt-qt5-common-dev/examples/PyLauncher/PyLauncher.pro is in libpythonqt-qt5-common-dev 3.2-7build2.

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
# --------- PyLauncher profile -------------------
# Last changed by $Author: florian $
# $Id: PythonQt.pro 35381 2006-03-16 13:05:52Z florian $
# $Source$
# --------------------------------------------------

TARGET   = PyLauncher
TEMPLATE = app

mac:CONFIG -= app_bundle

DESTDIR           = ../../lib

contains(QT_MAJOR_VERSION, 5) {
  QT += widgets
}

include ( ../../build/common.prf )  
include ( ../../build/PythonQt.prf )  
include ( ../../build/PythonQt_QtAll.prf )  

SOURCES +=                    \
  main.cpp