aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-09 16:33:24 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-09 16:33:24 +0000
commitd2980c45c4c02fc96effa811d6be29a213a3e029 (patch)
tree1de896ddf08ffbf50813aed3be81e085b58371b9
parentc6194d2f5b80fa486c09a66da114ed1de92d6ce2 (diff)
downloadqxmpp-d2980c45c4c02fc96effa811d6be29a213a3e029.tar.gz
rename library from "QXmppClient" to "qxmpp"
-rw-r--r--example/example.pri4
-rw-r--r--source/source.pro4
2 files changed, 4 insertions, 4 deletions
diff --git a/example/example.pri b/example/example.pri
index 81f91262..0875ca16 100644
--- a/example/example.pri
+++ b/example/example.pri
@@ -7,10 +7,10 @@ QT += network xml
CONFIG += console debug_and_release
CONFIG(debug, debug|release) {
- QXMPP_LIB = QXmppClient_d
+ QXMPP_LIB = qxmpp_d
QXMPP_DIR = ../../source/debug
} else {
- QXMPP_LIB = QXmppClient
+ QXMPP_LIB = qxmpp
QXMPP_DIR = ../../source/release
}
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