4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-13 02:59:34 +00:00
qca/qca2.pc.cmake
Dirk Mueller e6cf48c85f so, I learned that the official way to build qca is
via qmake and that cmake is just a hack. a hack that works,
unlike qmake. except that it doesn't install man pages
and that the pc file is different. 

the remaining bit is to create the crypto cert directory,
I haven't figured out how to do that with cmake yet


svn path=/trunk/kdesupport/qca/; revision=726674
2007-10-18 14:31:08 +00:00

12 lines
304 B
CMake

prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@
libdir=@LIB_INSTALL_DIR@
includedir=@CMAKE_INSTALL_PREFIX@/include/QtCrypto
Name: QCA
Description: Qt Cryptographic Architecture library\n
Version: @QCA_LIB_VERSION_STRING@
Requires: QtCore
Libs: -L${libdir} -lqca
Cflags: -I${includedir}