aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-02-08 09:49:42 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2012-02-08 09:49:42 +0000
commitef04d5e30083234d5709cc8371adea690bbbf528 (patch)
treee46b287e173f069576d7a793cf548db9d250c8c6 /src
parent338a29bab47d690c7a847473316066444f8b788c (diff)
downloadqxmpp-ef04d5e30083234d5709cc8371adea690bbbf528.tar.gz
don't make install prefix depend on qt's installation prefix
Diffstat (limited to 'src')
-rw-r--r--src/src.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/src.pro b/src/src.pro
index db9d21c0..f163d288 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -181,8 +181,8 @@ SOURCES += \
# Installation
headers.files = $$INSTALL_HEADERS
-headers.path = $$[QT_INSTALL_PREFIX]/include/qxmpp
-target.path = $$[QT_INSTALL_LIBS]
+headers.path = $$PREFIX/include/qxmpp
+target.path = $$PREFIX/lib
INSTALLS += headers target
# pkg-config support