aboutsummaryrefslogtreecommitdiff
path: root/example/example_6_rpcClient/example_6_rpcClient.pro
blob: 938408286c3676b6716b5b5613e6088d7405aa0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = app
TARGET = example_6_rpcClient
SOURCES += main.cpp \
    rpcClient.cpp 
HEADERS += rpcClient.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