summaryrefslogtreecommitdiff
path: root/libresourceqt
diff options
context:
space:
mode:
Diffstat (limited to 'libresourceqt')
-rw-r--r--libresourceqt/libresourceqt.pro4
-rw-r--r--libresourceqt/libresourceqt1.pc11
2 files changed, 14 insertions, 1 deletions
diff --git a/libresourceqt/libresourceqt.pro b/libresourceqt/libresourceqt.pro
index 428208d..f2d642c 100644
--- a/libresourceqt/libresourceqt.pro
+++ b/libresourceqt/libresourceqt.pro
@@ -34,6 +34,8 @@ headers.files = $${PUBLIC_HEADERS}
INSTALLBASE = /usr
target.path = $${INSTALLBASE}/lib
headers.path = $${INSTALLBASE}/include/resource/qt4/policy
+pc.files = libresourceqt1.pc
+pc.path = $${INSTALLBASE}/lib/pkgconfig
-INSTALLS = target headers
+INSTALLS = target headers pc
diff --git a/libresourceqt/libresourceqt1.pc b/libresourceqt/libresourceqt1.pc
new file mode 100644
index 0000000..9ebe09a
--- /dev/null
+++ b/libresourceqt/libresourceqt1.pc
@@ -0,0 +1,11 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${prefix}/lib
+includedir=${prefix}/include/resource/qt4
+
+Name: libresourceqt1
+Description: Maemo resource management Qt API
+Version: 1.2
+Libs: -L${libdir} -lresourceqt
+Cflags: -I${includedir}
+Requires: dbus-1 libdbus-qeventloop1