File: SoQt.pc.in

package info (click to toggle)
soqt 1.6.0~e8310f-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,900 kB
  • ctags: 2,804
  • sloc: sh: 10,613; cpp: 8,585; makefile: 7,159; perl: 863; ansic: 329
file content (22 lines) | stat: -rw-r--r-- 539 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
datarootdir=@datarootdir@
datadir=${datarootdir}

Name: SoQt
Description: a Qt Gui-toolkit binding for Coin
Version: @SOQT_VERSION@
Requires: Coin
Conflicts:
Libs: -L${libdir} @SOGUI_EXTRA_LDFLAGS@ @SOGUI_EXTRA_LIBS@
Cflags: -I${includedir} @SOGUI_EXTRA_CFLAGS@ @SOGUI_EXTRA_CPPFLAGS@

soqt_host=@host@
compiler=@COIN_COMPILER@
compiler_is_gcc=@ac_compiler_gnu@
frameworkdir=@frameworkdir@
htmldir=@htmldir@
msvcrt=@SOGUI_MSVC_LIBC@
qt_version=@QT_VERSION@