- add qjson because buliscores probably use it later
[buliscores] / qjson / QJson.pc.in
diff --git a/qjson/QJson.pc.in b/qjson/QJson.pc.in
new file mode 100644 (file)
index 0000000..e4704bd
--- /dev/null
@@ -0,0 +1,11 @@
+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}
\ No newline at end of file