diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-09 16:33:24 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-09 16:33:24 +0000 |
| commit | d2980c45c4c02fc96effa811d6be29a213a3e029 (patch) | |
| tree | 1de896ddf08ffbf50813aed3be81e085b58371b9 /source/source.pro | |
| parent | c6194d2f5b80fa486c09a66da114ed1de92d6ce2 (diff) | |
| download | qxmpp-d2980c45c4c02fc96effa811d6be29a213a3e029.tar.gz | |
rename library from "QXmppClient" to "qxmpp"
Diffstat (limited to 'source/source.pro')
| -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 |
