aboutsummaryrefslogtreecommitdiff
path: root/examples/example_4_callHandling/example_4_callHandling.pro
blob: 039455ef9d5863d353c8c492aab4f825e320a646 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include(../examples.pri)

CONFIG += mobility
MOBILITY += multimedia

TARGET = example_4_callHandling

SOURCES += example_4_callHandling.cpp

HEADERS += example_4_callHandling.h

# Symbian packaging rules
symbian {
    TARGET.CAPABILITY = "UserEnvironment"
}