From dc09172eae673ad8a2447589ba859b9962598860 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Tue, 10 Aug 2010 16:59:48 +0000 Subject: refactor qxmpp library name definition --- source/source.pro | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'source/source.pro') diff --git a/source/source.pro b/source/source.pro index ecef1683..1d9359cb 100644 --- a/source/source.pro +++ b/source/source.pro @@ -16,11 +16,7 @@ CONFIG += staticlib # automagically put in debug/release folders, so do the # same for other platforms. TARGET = $$QXMPP_LIB -CONFIG(debug, debug|release) { - DESTDIR = debug -} else { - DESTDIR = release -} +DESTDIR = $$QXMPP_LIBRARY_DIR # Header files HEADERS += QXmppUtils.h \ -- cgit v1.2.3