This file is indexed.

/usr/share/monkeystudio/templates/C++/MkS Child Plugin/$Plugin Name$.pro is in monkeystudio-common 1.9.0.4+git20161218-1.

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
###########################################################################################
##      Created using $editor_version_string$
##
##  Author      : $Authors$
##  Project     : $Plugin Name$
##  FileName    : $Plugin Name$.pro
##  Date        : $date$
##  Description : $Description$
##
##  This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
##  WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
##
###########################################################################################

TARGET  = $Plugin Name$

include( ../../plugins.pri )
DESTDIR = $$MONKEY_PLUGINS_DIR/child
INCLUDEPATH *= src
RESOURCES   *= $Resources Path$$Plugin Name$.qrc

HEADERS *= $Sources Path$$Plugin Name$.h

SOURCES *= $Sources Path$$Plugin Name$.cpp