summaryrefslogtreecommitdiffstats
path: root/dbus-qt4-1.pc.in
diff options
context:
space:
mode:
authorThiago Macieira <thiago@kde.org>2006-04-30 10:47:47 +0000
committerThiago Macieira <thiago@kde.org>2006-04-30 10:47:47 +0000
commitddb47648990e9734296e35c4622b790b6f6161b8 (patch)
tree2ceee2200d6cd43ae7c7a20fffa2cfa728193cb1 /dbus-qt4-1.pc.in
parentc31815270cd8fc9b97be6fb1b51b7c9118313b01 (diff)
* Makefile.am:
* configure.in: * dbus-qt4-1.pc.in: Add a pkg-config file for libdbus-qt4-1. Thanks to Brad Hards for providing the patch
Diffstat (limited to 'dbus-qt4-1.pc.in')
-rw-r--r--dbus-qt4-1.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/dbus-qt4-1.pc.in b/dbus-qt4-1.pc.in
new file mode 100644
index 00000000..b5c4aaf3
--- /dev/null
+++ b/dbus-qt4-1.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: dbus-qt4-1
+Description: Qt4 integration for the free desktop message bus
+Version: @VERSION@
+Requires: dbus-1 @QT_CORE@ @QT_XML@
+Libs: -L${libdir} -ldbus-qt4-1
+
+