Add poppler-tqt.pc file

(cherry picked from commit b2d01d000c)
v3.5.13-sru
Timothy Pearson 13 years ago committed by Slávek Banko
parent a0c32e0a6a
commit 720e1d7b07

@ -28,6 +28,12 @@ link_directories(
${TQT_LIBRARY_DIRS}
)
##### pc files ##################################
configure_file( poppler-tqt.pc.cmake poppler-tqt.pc @ONLY )
install( FILES ${CMAKE_CURRENT_BINARY_DIR}/poppler-tqt.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig )
##### headers ###################################
install( FILES

@ -0,0 +1,12 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/kde
Name: poppler-tqt
Description: TQt bindings for poppler
Version: @POPPLER_VERSION@
Requires: poppler = @POPPLER_VERSION@
Libs: -L${libdir} -lpoppler-tqt
Cflags: -I${includedir}
Loading…
Cancel
Save