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