equal
deleted
inserted
replaced
|
1 TEMPLATE = app |
|
2 TARGET = publish-subscribe |
|
3 |
|
4 INCLUDEPATH += ../../src/publishsubscribe |
|
5 DEPENDPATH += ../../src/publishsubscribe |
|
6 |
|
7 symbian { |
|
8 crmlFiles.sources = example.qcrml |
|
9 crmlFiles.path = /resource/qt/crml |
|
10 DEPLOYMENT += crmlFiles |
|
11 |
|
12 #This is Symbian Signed UID3. Needs to match with uidValue in example.qcrml. |
|
13 TARGET.UID3 = 0x2002AC79 |
|
14 } |
|
15 |
|
16 include(../examples.pri) |
|
17 |
|
18 HEADERS = publisherdialog.h \ |
|
19 subscriberdialog.h |
|
20 |
|
21 SOURCES = main.cpp \ |
|
22 publisherdialog.cpp \ |
|
23 subscriberdialog.cpp |
|
24 |
|
25 maemo5|maemo6 { |
|
26 FORMS = publisherdialog_hor.ui \ |
|
27 subscriberdialog_hor.ui |
|
28 } else { |
|
29 FORMS = publisherdialog.ui \ |
|
30 subscriberdialog.ui |
|
31 } |
|
32 |
|
33 CONFIG += mobility |
|
34 MOBILITY = publishsubscribe |