aboutsummaryrefslogtreecommitdiff
path: root/examples/example_4_callHandling/example_4_callHandling.pro
blob: 6c3c22e3ba466628aa3e594d09f4313f107f881e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
include(../examples.pri)

QT += multimedia

TARGET = example_4_callHandling

SOURCES +=  main.cpp \
            xmppClient.cpp

HEADERS +=  xmppClient.h