/usr/share/Coin/conf/soqt-qt4.cfg is in libsoqt4-dev 1.5.0-2.
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-unknown-linux-gnu"
exec_prefix="${prefix}"
version="1.5.0"
cppflags=" -I${prefix}/include -D_FORTIFY_SOURCE=2 -I/usr/include/Inventor/annex -D_REENTRANT -I/usr/share/qt4/include -I/usr/share/qt4/include/Qt"
cflags="-g -D_REENTRANT -Wl,-z,defs -O2"
cxxflags="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security"
ldflags="-L${exec_prefix}/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -L/usr/share/qt4/lib"
libs="-lSoQt4 -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
|