diff options
Diffstat (limited to 'source/source.pro')
| -rw-r--r-- | source/source.pro | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/source/source.pro b/source/source.pro index 5f5d8300..1e639467 100644 --- a/source/source.pro +++ b/source/source.pro @@ -3,13 +3,10 @@ QT += network \ xml CONFIG += staticlib \ debug_and_release + +TARGET = QXmppClient CONFIG(debug, debug|release) { - win32:TARGET = QXmppClient_d - !win32:TARGET = debug/QXmppClient_d -} -else { - win32:TARGET = QXmppClient - !win32:TARGET = release/QXmppClient + TARGET = $$join(TARGET,,,_d) } # Header files |
