aboutsummaryrefslogtreecommitdiff
path: root/source/source.pro
diff options
context:
space:
mode:
Diffstat (limited to 'source/source.pro')
-rw-r--r--source/source.pro8
1 files changed, 4 insertions, 4 deletions
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