aboutsummaryrefslogtreecommitdiff
path: root/example/example_3_ibbTransfer/example_2_ibbTransfer.pro
blob: 82821cdcdf5a3d3ac10161cd7b3696023f4be0cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = app

TARGET = example_2_ibbTransfer

SOURCES +=  main.cpp \
            ibbClient.cpp

HEADERS +=  ibbClient.h

INCLUDEPATH += ../../source

QT += network xml

CONFIG += console debug_and_release

CONFIG(debug, debug|release) {
    LIBS += -L../../source/debug -lQXmppClient_d
 } else {
    LIBS += -L../../source/release -lQXmppClient
 }