aboutsummaryrefslogtreecommitdiff
path: root/example/example_3_ibbTransferSource/example_3_ibbTransferSource.pro
blob: 6fc65df671c670a4aff056e20e4993af4a1a1b7d (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_3_ibbTransferSource

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 -lQXmppClient_d
 } else {
    LIBS += -L../../source -lQXmppClient
 }