diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-03 11:11:38 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-03 11:11:38 +0200 |
| commit | a8443321caeedab90f82be99cf9fe388666c32cb (patch) | |
| tree | 3ab3cdeec04b99a152a176e23c274e0fda8add0b /qxmpp.pri | |
| parent | 680a5913ec3e7b194e17f8884f1fbbb980ff497d (diff) | |
| download | qxmpp-a8443321caeedab90f82be99cf9fe388666c32cb.tar.gz | |
use $$[QT_INSTALL_PREFIX] as the default for PREFIX
Diffstat (limited to 'qxmpp.pri')
| -rw-r--r-- | qxmpp.pri | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -48,14 +48,10 @@ contains(QXMPP_LIBRARY_TYPE,staticlib) { # Installation prefix and library directory isEmpty(PREFIX) { - contains(MEEGO_EDITION,harmattan) { - PREFIX = /usr - } else:unix { - PREFIX = /usr/local - } + PREFIX = $$[QT_INSTALL_PREFIX] } isEmpty(LIBDIR) { - LIBDIR=lib + LIBDIR = lib } # Internal API auto-tests |
