summaryrefslogtreecommitdiffstats
path: root/dbus-tqt.pc.cmake
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-03 23:53:28 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-03 23:53:28 +0000
commitf1f8cd5cf9f63075ca7db97b814c86d2960de13d (patch)
treec05792cf7d5441f1e89f07880ad46a65b927f756 /dbus-tqt.pc.cmake
parent06163f6ea7355f89e49fac5995f04601a198bc05 (diff)
downloaddbus-tqt-f1f8cd5cf9f63075ca7db97b814c86d2960de13d.tar.gz
dbus-tqt-f1f8cd5cf9f63075ca7db97b814c86d2960de13d.zip
[dependencies/dbus-tqt] added dbus-tqt.pc.cmake
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/dbus-tqt@1230319 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'dbus-tqt.pc.cmake')
-rw-r--r--dbus-tqt.pc.cmake10
1 files changed, 10 insertions, 0 deletions
diff --git a/dbus-tqt.pc.cmake b/dbus-tqt.pc.cmake
new file mode 100644
index 0000000..6d5b9d9
--- /dev/null
+++ b/dbus-tqt.pc.cmake
@@ -0,0 +1,10 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=@PC_EXEC_PREFIX@
+libdir=@PC_LIB_DIR@
+includedir=@PC_INCLUDE_DIR@
+
+Name: @PROJECT_NAME@
+Description: D-BUS TQt bindings
+Version: @VERSION@
+Libs: -L${libdir} @PC_LIBRARIES@
+Cflags: -I${includedir}