summaryrefslogtreecommitdiff
path: root/poppler-qt4.pc.cmake
diff options
context:
space:
mode:
authorPino Toscano <pino@draco.(none)>2008-01-30 23:12:03 +0100
committerPino Toscano <pino@draco.(none)>2008-01-30 23:12:03 +0100
commit37d2055137c310ceb217164a76814b188be3b1b2 (patch)
tree132ddf267c82925bed25117cd2e21ccf05358190 /poppler-qt4.pc.cmake
parent1ea831d3eee6eda35fadfb3c75962a0c708e6c7b (diff)
Introduce the CMake-based build system.
Mostly works nicely as the autotools, and it mimics (almost) all the autotools behaviours. Copied some scripts from the KDE cmake scripts (BSD-licensed). TODO: gtk-doc.
Diffstat (limited to 'poppler-qt4.pc.cmake')
-rw-r--r--poppler-qt4.pc.cmake12
1 files changed, 12 insertions, 0 deletions
diff --git a/poppler-qt4.pc.cmake b/poppler-qt4.pc.cmake
new file mode 100644
index 00000000..2606cc57
--- /dev/null
+++ b/poppler-qt4.pc.cmake
@@ -0,0 +1,12 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: poppler-qt4
+Description: Qt4 bindings for poppler
+Version: @POPPLER_VERSION@
+Requires: poppler = @POPPLER_VERSION@
+
+Libs: -L${libdir} -lpoppler-qt4
+Cflags: -I${includedir}/poppler/qt4