mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 03:54:31 +00:00
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}
|