mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-28 04:24:32 +00:00
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
12 lines
330 B
CMake
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}
|