From d2980c45c4c02fc96effa811d6be29a213a3e029 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 9 Aug 2010 16:33:24 +0000 Subject: rename library from "QXmppClient" to "qxmpp" --- example/example.pri | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example/example.pri') 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 } -- cgit v1.2.3