diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-08-30 14:52:56 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-08-30 14:52:56 +0200 |
| commit | ea0970a1216ac42a3ed7be5f869a2b803fda63c8 (patch) | |
| tree | 6107b1d40398f03143c05a6fcc981eaed56f0af5 | |
| parent | e1f26e6a77f708b83547d42225e69734e451ebb9 (diff) | |
| download | qxmpp-ea0970a1216ac42a3ed7be5f869a2b803fda63c8.tar.gz | |
set default PREFIX on harmattan to /usr
| -rw-r--r-- | qxmpp.pri | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -48,7 +48,11 @@ contains(QXMPP_LIBRARY_TYPE,staticlib) { # Installation prefix and library directory isEmpty(PREFIX) { - unix:PREFIX=/usr/local + contains(MEEGO_EDITION,harmattan) { + PREFIX = /usr + } else:unix { + PREFIX = /usr/local + } } isEmpty(LIBDIR) { LIBDIR=lib |
