diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-21 23:56:57 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-21 23:56:57 +0000 |
commit | d2cf7fa5691c06a6ebcc112fbbf1ca9ff1bc54a8 (patch) | |
tree | dc568d0edd49b4da817301578992fdbf12942511 /dbus-1-tqt.pc.cmake | |
download | dbus-1-tqt-d2cf7fa5691c06a6ebcc112fbbf1ca9ff1bc54a8.tar.gz dbus-1-tqt-d2cf7fa5691c06a6ebcc112fbbf1ca9ff1bc54a8.zip |
Add dbus-1-tqt to this SVN tree
Please keep it in sync with the master at svn.trinitydesktop.org
This is revision 167 from that source
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/dbus-1-tqt@1228687 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'dbus-1-tqt.pc.cmake')
-rw-r--r-- | dbus-1-tqt.pc.cmake | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dbus-1-tqt.pc.cmake b/dbus-1-tqt.pc.cmake new file mode 100644 index 0000000..11aaf05 --- /dev/null +++ b/dbus-1-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: dbus-tqt +Description: DBUS bindings for the Trinity Qt [TQt] interface +Version: 0.9.0 +Libs: -L${libdir} -ldbus-1-tqt +Cflags: -I${includedir} |