mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-12 18:49:34 +00:00
Added option QCA_INSTALL_IN_QT_PREFIX to provide a way to choose default prefix for installing qca. By default is ON. Also added a cache vars. QCA_PREFIX_INSTALL_DIR QCA_PLUGINS_INSTALL_DIR QCA_BINARY_INSTALL_DIR QCA_LIBRARY_INSTALL_DIR QCA_FEATURE_INSTALL_DIR QCA_INCLUDE_INSTALL_DIR QCA_PRIVATE_INCLUDE_INSTALL_DIR QCA_DOC_INSTALL_DIR QCA_MAN_INSTALL_DIR
12 lines
309 B
CMake
12 lines
309 B
CMake
prefix=@QCA_PREFIX_INSTALL_DIR@
|
|
exec_prefix=@QCA_PREFIX_INSTALL_DIR@
|
|
libdir=@QCA_LIBRARY_INSTALL_DIR@
|
|
includedir=@QCA_INCLUDE_INSTALL_DIR@/QtCrypto
|
|
|
|
Name: QCA
|
|
Description: Qt Cryptographic Architecture library
|
|
Version: @QCA_LIB_VERSION_STRING@
|
|
Requires: QtCore
|
|
Libs: -L${libdir} -lqca
|
|
Cflags: -I${includedir}
|