From 12a524ddc6a64d7b0dee713ae9a7f55bce5ecd24 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 19 Jul 2010 14:04:19 +0000 Subject: don't make platform specific tests --- 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 29183565..275eb87a 100644 --- a/source/source.pro +++ b/source/source.pro @@ -9,11 +9,11 @@ CONFIG += staticlib \ # automagically put in debug/release folders, so do the # same for other platforms. CONFIG(debug, debug|release) { - win32:TARGET = QXmppClient_d - !win32:TARGET = debug/QXmppClient_d + DESTDIR = debug + TARGET = QXmppClient_d } else { - win32:TARGET = QXmppClient - !win32:TARGET = release/QXmppClient + DESTDIR = release + TARGET = QXmppClient } # Header files -- cgit v1.2.3