diff options
Diffstat (limited to 'source')
| -rw-r--r-- | source/source.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/source.pro b/source/source.pro index 157a23cc..5d8173e6 100644 --- a/source/source.pro +++ b/source/source.pro @@ -16,10 +16,10 @@ CONFIG += staticlib \ # same for other platforms. CONFIG(debug, debug|release) { DESTDIR = debug - TARGET = QXmppClient_d + TARGET = qxmpp_d } else { DESTDIR = release - TARGET = QXmppClient + TARGET = qxmpp } # Header files |
