From 323ce65bcf5fe2c82d16cf7efd7fa3bb1fe49359 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Tue, 10 Aug 2010 16:43:28 +0000 Subject: move common definitions to qxmpp.pri --- source/source.pro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/source.pro') diff --git a/source/source.pro b/source/source.pro index a3bdcada..ecef1683 100644 --- a/source/source.pro +++ b/source/source.pro @@ -1,8 +1,9 @@ +include(../qxmpp.pri) + TEMPLATE = lib QT += network \ xml -CONFIG += staticlib \ - debug_and_release +CONFIG += staticlib # To disable the dependency on QtGui, uncomment the following: # DEFINES += QXMPP_NO_GUI @@ -14,12 +15,11 @@ CONFIG += staticlib \ # regardless of the platform. On win32 the library is # automagically put in debug/release folders, so do the # same for other platforms. +TARGET = $$QXMPP_LIB CONFIG(debug, debug|release) { DESTDIR = debug - TARGET = qxmpp_d } else { DESTDIR = release - TARGET = qxmpp } # Header files -- cgit v1.2.3