equal
deleted
inserted
replaced
|
1 TARGET = PublishSubscribeEx |
|
2 TEMPLATE = app |
|
3 |
|
4 QT += core \ |
|
5 gui \ |
|
6 network |
|
7 |
|
8 include(../../common.pri) |
|
9 #not really a test case but deployment happens same way |
|
10 CONFIG += testcase |
|
11 DEPENDPATH += . |
|
12 INCLUDEPATH += . \ |
|
13 ../../src/publishsubscribe |
|
14 |
|
15 SOURCES += main.cpp\ |
|
16 publishsubscribemainwindow.cpp |
|
17 |
|
18 HEADERS += publishsubscribemainwindow.h |
|
19 |
|
20 FORMS += publishsubscribemainwindow.ui |
|
21 |
|
22 symbian { |
|
23 crml.sources = resources.qcrml profile.qcrml |
|
24 crml.path = /resource/qt/crml |
|
25 DEPLOYMENT += crml |
|
26 TARGET.CAPABILITY = ReadUserData |
|
27 TARGET.UID3 = 0x2002ac7c |
|
28 } |
|
29 |
|
30 CONFIG += mobility |
|
31 MOBILITY = publishsubscribe |