aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-03 11:11:38 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-03 11:11:38 +0200
commita8443321caeedab90f82be99cf9fe388666c32cb (patch)
tree3ab3cdeec04b99a152a176e23c274e0fda8add0b /README
parent680a5913ec3e7b194e17f8884f1fbbb980ff497d (diff)
downloadqxmpp-a8443321caeedab90f82be99cf9fe388666c32cb.tar.gz
use $$[QT_INSTALL_PREFIX] as the default for PREFIX
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index c993cfdf..3e913c26 100644
--- a/README
+++ b/README
@@ -21,6 +21,7 @@ qmake <arguments>
You can pass the following arguments to qmake:
PREFIX=<prefix> to change the install prefix
+ default: $$[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