aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/example.pri4
1 files changed, 2 insertions, 2 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
}