aboutsummaryrefslogtreecommitdiff
path: root/source/source.pro
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-09 19:31:44 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-09 19:31:44 +0000
commit91104ae59ac5e4c6bb75a92d7c493509e4e6a719 (patch)
tree65cb800ae975950eed82b94d00eda240a35672b3 /source/source.pro
parentaaf6d8810f293ac0c73da6d23afff6a3491da77f (diff)
downloadqxmpp-91104ae59ac5e4c6bb75a92d7c493509e4e6a719.tar.gz
add rules for installation of library and headers
Diffstat (limited to 'source/source.pro')
-rw-r--r--source/source.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/source.pro b/source/source.pro
index 5d8173e6..84149ccf 100644
--- a/source/source.pro
+++ b/source/source.pro
@@ -107,3 +107,9 @@ SOURCES += QXmppUtils.cpp \
QXmppVCard.cpp \
QXmppVersionIq.cpp \
xmlrpc.cpp
+
+# Installation
+headers.files = $$HEADERS
+headers.path = /usr/include/qxmpp
+target.path = /usr/lib
+INSTALLS += headers target