From ea0970a1216ac42a3ed7be5f869a2b803fda63c8 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 30 Aug 2012 14:52:56 +0200 Subject: set default PREFIX on harmattan to /usr --- qxmpp.pri | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qxmpp.pri b/qxmpp.pri index 0effe70e..8ef9304d 100644 --- a/qxmpp.pri +++ b/qxmpp.pri @@ -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 -- cgit v1.2.3