equal
deleted
inserted
replaced
|
1 TEMPLATE=app |
|
2 TARGET=qcrmlgen |
|
3 CONFIG += core gui |
|
4 |
|
5 INCLUDEPATH += ../../src/publishsubscribe |
|
6 INCLUDEPATH += ../../src/publishsubscribe/psmapperserver_symbian |
|
7 |
|
8 HEADERS = qcrmlgen.h \ |
|
9 ../../src/publishsubscribe/psmapperserver_symbian/qcrmlparser_p.h |
|
10 |
|
11 SOURCES=\ |
|
12 main.cpp \ |
|
13 qcrmlgen.cpp \ |
|
14 ../../src/publishsubscribe/psmapperserver_symbian/qcrmlparser.cpp |
|
15 |
|
16 include(../../common.pri) |
|
17 CONFIG += mobility |
|
18 MOBILITY = publishsubscribe |
|
19 include(../../features/deploy.pri) |