aboutsummaryrefslogtreecommitdiffstats
path: root/apiextractor.pc.in
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-08-17 17:32:08 -0300
committerHugo Lima <hugo.lima@openbossa.org>2009-08-17 17:32:08 -0300
commit9732e0c744e45a67094fc6ce08bdadb1f9a08d4a (patch)
tree566e389f406515b040317bffa075f4e5021020f7 /apiextractor.pc.in
The genesis...
Diffstat (limited to 'apiextractor.pc.in')
-rw-r--r--apiextractor.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/apiextractor.pc.in b/apiextractor.pc.in
new file mode 100644
index 000000000..07896a1a0
--- /dev/null
+++ b/apiextractor.pc.in
@@ -0,0 +1,11 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=@CMAKE_INSTALL_PREFIX@/bin
+libdir=@CMAKE_INSTALL_PREFIX@/lib
+includedir=@CMAKE_INSTALL_PREFIX@/include
+
+Name: apiextractor
+Description: Qt4 Binding Generator library
+Requires: QtCore
+Version: @apiextractor_VERSION@
+Libs: -L${libdir} -lapiextractor
+Cflags: -I${includedir}/apiextractor