~ubuntu-branches/ubuntu/oneiric/soqt/oneiric

« back to all changes in this revision

Viewing changes to SoQt.pc.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2009-03-01 11:41:00 UTC
  • mfrom: (1.1.4 upstream) (5.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090301114100-f4zz3n1oasa52fgk
Tags: 1.4.2~svn20090224-2
* Upload upstream SVN head version containing fixes to build with Coin 3
  (Closes: #515729, #515736, #515742).  Upstream indicated to me that
  SVN is stable enough to release.

* control: Update Standards-Version to 3.8.0; no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
prefix=@prefix@
 
2
exec_prefix=@exec_prefix@
 
3
libdir=@libdir@
 
4
includedir=@includedir@
 
5
 
 
6
Name: SoQt
 
7
Description: a Qt Gui-toolkit binding for Coin
 
8
Version: @SOQT_VERSION@
 
9
Requires: Coin
 
10
Conflicts:
 
11
Libs: -L${libdir} @SOGUI_EXTRA_LDFLAGS@ @SOGUI_EXTRA_LIBS@
 
12
Cflags: -I${includedir} @SOGUI_EXTRA_CFLAGS@ @SOGUI_EXTRA_CPPFLAGS@
 
13
 
 
14
soqt_host=@host@
 
15
compiler=@COIN_COMPILER@
 
16
compiler_is_gcc=@ac_compiler_gnu@
 
17
datadir=@datadir@
 
18
frameworkdir=@frameworkdir@
 
19
msvcrt=@SOGUI_MSVC_LIBC@
 
20
qt_version=@QT_VERSION@