This file is indexed.

/usr/share/sofa/tutorials/mixedPendulum/mixedPendulum.pro is in sofa-tutorials 1.0~beta4-11.

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
SOFA_DIR=../../..
TEMPLATE = app

include($${SOFA_DIR}/sofa.cfg)

TARGET = mixedPendulum$$SUFFIX
DESTDIR = $$SOFA_DIR/bin
CONFIG += $$CONFIGPROJECTGUI
LIBS += $$SOFA_GUI_LIBS
LIBS += $$SOFA_LIBS

# The following is a workaround to get KDevelop to detect the name of the program to start
unix {
    QMAKE_POST_LINK = ln -sf mixedPendulum$$SUFFIX $$DESTDIR/mixedPendulum-latest
}


SOURCES = Main.cpp 
HEADERS =