aboutsummaryrefslogtreecommitdiffstats
path: root/apiextractor.pc.in
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-09-09 15:36:20 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:09 -0300
commitd60308ead4a5df126176d034ebd728bc5be5cb3c (patch)
tree293f3cc93ab3d6b90b8c3887772b045e765433c2 /apiextractor.pc.in
parent4c79cca936632da8fd6c9174babd4a9f72624f52 (diff)
Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated files to allow multiples version installed simultaneous.sb-0.8.0
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'apiextractor.pc.in')
-rw-r--r--apiextractor.pc.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/apiextractor.pc.in b/apiextractor.pc.in
deleted file mode 100644
index 07896a1a0..000000000
--- a/apiextractor.pc.in
+++ /dev/null
@@ -1,11 +0,0 @@
-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