aboutsummaryrefslogtreecommitdiff
path: root/qxmpp.pro
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 /qxmpp.pro
parent338a29bab47d690c7a847473316066444f8b788c (diff)
downloadqxmpp-ef04d5e30083234d5709cc8371adea690bbbf528.tar.gz
don't make install prefix depend on qt's installation prefix
Diffstat (limited to 'qxmpp.pro')
-rw-r--r--qxmpp.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qxmpp.pro b/qxmpp.pro
index ead33bf5..71522af3 100644
--- a/qxmpp.pro
+++ b/qxmpp.pro
@@ -24,7 +24,7 @@ dist.depends = docs
# Install rules
htmldocs.files = doc/html
-htmldocs.path = $$[QT_INSTALL_PREFIX]/share/doc/qxmpp
+htmldocs.path = $$PREFIX/share/doc/qxmpp
htmldocs.CONFIG += no_check_exist directory
QMAKE_EXTRA_TARGETS += dist docs