This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 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} |