This file is indexed.

/usr/share/Coin/conf/soqt-default.cfg is in libsoqt4-dev 1.6.0~e8310f-2build1.

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
# prefix is determined in soqt-config, making the package "movable"
# prefix="/usr"
host="x86_64-pc-linux-gnu"
exec_prefix="${prefix}"
version="1.6.0a"
cppflags=" -I${prefix}/include -D_FORTIFY_SOURCE=2 -I/usr/include/Inventor/annex -D_REENTRANT -I/usr/include/qt4 -I/usr/include/qt4/Qt"
cflags="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security"
cxxflags="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security"
ldflags="-L${prefix}/lib/x86_64-linux-gnu -Wl,-Bsymbolic-functions -Wl,-z,relro"
libs="-lSoQt -lQtOpenGL -lQtGui -lQtCore -lXmu -lXi -lCoin -lGL -lXext -lSM -lICE -lX11 -ldl -lpthread"
msvcrt=""
datadir="${prefix}/share"
includedir="${prefix}/include"
frameworkdir=""
compiler="g++"
AC_SUBST_GUI="QT"
AC_SUBST_Gui="Qt"
AC_SUBST_gui="qt"
AC_SUBST_WIDGET="QWidget *"
AC_SUBST_EVENT="QEvent *"
AC_SUBST_COMPONENTHEADER="Q_OBJECT"
compiler_is_gcc=yes