mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 12:04:31 +00:00
12 lines
302 B
CMake
12 lines
302 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
|
|
Version: @QCA_LIB_VERSION_STRING@
|
|
Requires: QtCore
|
|
Libs: -L${libdir} -lqca
|
|
Cflags: -I${includedir}
|