equal
deleted
inserted
replaced
|
1 TEMPLATE = app |
|
2 TARGET = querymessages |
|
3 |
|
4 QT -= gui |
|
5 |
|
6 include(../examples.pri) |
|
7 |
|
8 CONFIG += mobility console |
|
9 MOBILITY = messaging |
|
10 INCLUDEPATH += ../../src/messaging |
|
11 |
|
12 symbian|win32|wince*|maemo5|mac { |
|
13 } else { |
|
14 # Temporarily link against local qtopiamail lib (should be part of the platform) |
|
15 LIBS += -L $$(QMF_LIBDIR) -lqtopiamail |
|
16 } |
|
17 |
|
18 SOURCES += \ |
|
19 main.cpp |
|
20 |
|
21 symbian:TARGET.CAPABILITY = NetworkServices \ |
|
22 LocalServices \ |
|
23 ReadUserData \ |
|
24 WriteUserData \ |
|
25 UserEnvironment \ |
|
26 ReadDeviceData \ |
|
27 WriteDeviceData |
|
28 |