summaryrefslogtreecommitdiffstats
path: root/examples/querymessages/querymessages.pro
blob: 926f4810bc3f4c0c5d4073e16a4ac93cafa6606a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TEMPLATE = app
TARGET = querymessages

QT -= gui

include(../mobility_examples.pri)

CONFIG += mobility console
MOBILITY = messaging
INCLUDEPATH += ../../src/messaging

SOURCES += \
    main.cpp
    
symbian:TARGET.CAPABILITY = NetworkServices \
    LocalServices \
    ReadUserData \
    WriteUserData \
    UserEnvironment \
    ReadDeviceData \
    WriteDeviceData