qca/qca.pc.cmake
Laurent Montel 48157e0d49 Merge my patch and duncan patch
CCMAIL: duncan@kde.org

Now we can compile qca with cmake
Need to fix plugins compile and unitest and other small error.

svn path=/trunk/kdesupport/qca/; revision=591302
2006-10-02 09:59:51 +00:00

12 lines
330 B
CMake

prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@
libdir=@CMAKE_INSTALL_PREFIX@/lib
includedir=@CMAKE_INSTALL_PREFIX@/include/QtCrypto
Name: QCA
Description: Qt Cryptographic Architecture library\n
Version: 2.0.0 #maybe this shouldn't be literal...
Requires: QtCore
Libs: -L${libdir} -lqca
Cflags: -I${includedir}