e4704bda7f675465d1e499541e9783eb966148b0
[buliscores] / qjson / QJson.pc.in
1 prefix=@CMAKE_INSTALL_PREFIX@
2 exec_prefix=${prefix}
3 libdir=@LIB_INSTALL_DIR@
4 includedir=@INCLUDE_INSTALL_DIR@
5
6 Name: QJson
7 Description: QJson is a qt-based library that maps JSON data to QVariant objects
8 Version: @QJSON_LIB_MAJOR_VERSION@.@QJSON_LIB_MINOR_VERSION@.@QJSON_LIB_PATCH_VERSION@
9 Requires: QtCore
10 Libs: -L${libdir} -lqjson
11 Cflags: -I${includedir}