diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-19 14:04:19 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-19 14:04:19 +0000 |
| commit | 12a524ddc6a64d7b0dee713ae9a7f55bce5ecd24 (patch) | |
| tree | d073301c1e59be2b18253d0fe1bc441c8c04a65a /source/source.pro | |
| parent | 632e582a43fa3cea24e7afb231ead6e1f9799962 (diff) | |
| download | qxmpp-12a524ddc6a64d7b0dee713ae9a7f55bce5ecd24.tar.gz | |
don't make platform specific tests
Diffstat (limited to 'source/source.pro')
| -rw-r--r-- | source/source.pro | 8 |
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 |
