blob: 1da3b529df9101aaf2bf1cd3d63541a33e9d6941 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
include(../examples.pri)
CONFIG += mobility
MOBILITY += multimedia
TARGET = example_4_callHandling
SOURCES += main.cpp \
xmppClient.cpp
HEADERS += xmppClient.h
# Symbian packaging rules
symbian {
TARGET.CAPABILITY = "UserEnvironment"
}
|