This file is indexed.

/usr/share/monkeystudio/templates/PHP/PHP-Qt Gui/$Project Name$.xphpqt is in monkeystudio-common 1.9.0.4-1build3.

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
<!--
###########################################################################################
##      Created using $editor_version_string$
##
##  Author    : $Authors$
##  Project   : $Project Name$
##  FileName  : $Project Name$.xphpqt
##  Date      : $date$
##  License   : $License$
##  Comment   : $Comment$
##  Home Page : $Home Page$
##
##  This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
##  WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
##
###########################################################################################
-->
<!DOCTYPE XUPProject>
<project name="$Project Name$" version="1.1.0" >
    <variable name="XUP.MAIN_FILE">
        <value>$Main File Name$</value>
    </variable>
    <variable name="PHP_FILES" >
        <file>$Main File Name$</file>
    </variable>
</project>