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

TARGET = example_0_connected

SOURCES += main.cpp

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
 }

OTHER_FILES += README