mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
git-subtree-dir: src/http/qjson git-subtree-split: c6d92bada76be2c46dcf6f585f03b2fba47f9da3
11 lines
No EOL
357 B
PkgConfig
11 lines
No EOL
357 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=@LIB_INSTALL_DIR@
|
|
includedir=@INCLUDE_INSTALL_DIR@
|
|
|
|
Name: QJson
|
|
Description: QJson is a qt-based library that maps JSON data to QVariant objects
|
|
Version: @QJSON_LIB_MAJOR_VERSION@.@QJSON_LIB_MINOR_VERSION@.@QJSON_LIB_PATCH_VERSION@
|
|
Requires: QtCore
|
|
Libs: -L${libdir} -lqjson
|
|
Cflags: -I${includedir} |