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

TARGET = example_4_ibbTransferTarget

SOURCES +=  main.cpp \
            ibbTransferTarget.cpp

HEADERS +=  ibbTransferTarget.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
 }

OTHER_FILES += README