mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-13 02:59:34 +00:00
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
12 lines
304 B
CMake
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}
|