From ba4a89f6a997931b87584994a03bbbfbf095a53b Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Wed, 11 Aug 2010 05:24:35 +0000 Subject: * don't force debug_and_release configuration * put library in "lib" directory, like Qt --- qxmpp.pri | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qxmpp.pri b/qxmpp.pri index 357cfe50..439d4ce5 100644 --- a/qxmpp.pri +++ b/qxmpp.pri @@ -1,12 +1,12 @@ -CONFIG += debug_and_release +# Common definitions QXMPP_VERSION = 0.1.91 QXMPP_INCLUDE_DIR = $$PWD/source +QXMPP_LIBRARY_DIR = $$PWD/lib + CONFIG(debug, debug|release) { - QXMPP_LIBRARY_DIR = $$PWD/source/debug QXMPP_LIBRARY_NAME = qxmpp_d } else { - QXMPP_LIBRARY_DIR = $$PWD/source/release QXMPP_LIBRARY_NAME = qxmpp } -- cgit v1.2.3