aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-03 16:24:46 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-03 16:24:46 +0200
commitc12cf726baf79b8c5c69b96adbf6f6a4d6f52127 (patch)
treee7a3f18b24b4cf29a5acbd9075f810331cb27683 /README
parent033eca2d85b1b4192d8bc1efdd316e51e7ead9ac (diff)
downloadqxmpp-c12cf726baf79b8c5c69b96adbf6f6a4d6f52127.tar.gz
restore default PREFIX
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 3e913c26..5dbd8168 100644
--- a/README
+++ b/README
@@ -21,7 +21,9 @@ qmake <arguments>
You can pass the following arguments to qmake:
PREFIX=<prefix> to change the install prefix
- default: $$[QT_INSTALL_PREFIX]
+ default:
+ unix: /usr/local on unix
+ other: $$[QT_INSTALL_PREFIX]
QXMPP_LIBRARY_TYPE=staticlib to build a static version of QXmpp
QXMPP_USE_SPEEX=1 to enable speex audio codec
QXMPP_USE_THEORA=1 to enable theora video codec