smf/smfservermodule/util/qjson/QJson.pc.in
changeset 7 be09cf1f39dd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/smf/smfservermodule/util/qjson/QJson.pc.in	Tue May 18 17:37:12 2010 +0530
@@ -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