22 HEADERS += $$PUBLIC_HEADERS |
22 HEADERS += $$PUBLIC_HEADERS |
23 MOC_DIR = moc |
23 MOC_DIR = moc |
24 |
24 |
25 CONFIG += hb |
25 CONFIG += hb |
26 |
26 |
27 ICON = resource/qgn_menu_sat.svg |
27 ICON = resource/qtg_large_sat.svg |
28 symbian: { |
28 symbian: { |
29 TARGET.CAPABILITY = CAP_GENERAL_DLL |
29 TARGET.CAPABILITY = CAP_GENERAL_DLL |
30 TARGET.UID3=0x101f4ce0 |
30 TARGET.UID3=0x101f4ce0 |
31 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \ |
31 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \ |
32 .inc\ |
32 .inc\ |
51 inc/satappuiprovider.h \ |
51 inc/satappuiprovider.h \ |
52 inc/satappview.h \ |
52 inc/satappview.h \ |
53 inc/satappgetinkeynote.h \ |
53 inc/satappgetinkeynote.h \ |
54 inc/csatuiobserver.h \ |
54 inc/csatuiobserver.h \ |
55 inc/csatuiiconhandler.h \ |
55 inc/csatuiiconhandler.h \ |
56 inc/satappplaytoneprovider.h |
56 inc/satappplaytoneprovider.h \ |
|
57 inc/dialogwaiter.h |
57 |
58 |
58 SOURCES += src/main.cpp \ |
59 SOURCES += src/main.cpp \ |
59 src/satappmainhandler.cpp \ |
60 src/satappmainhandler.cpp \ |
60 src/satappcommandhandler.cpp \ |
61 src/satappcommandhandler.cpp \ |
61 src/satappeventprovider.cpp \ |
62 src/satappeventprovider.cpp \ |
62 src/satappuiprovider.cpp \ |
63 src/satappuiprovider.cpp \ |
63 src/satappview.cpp \ |
64 src/satappview.cpp \ |
64 src/satappgetinkeynote.cpp \ |
65 src/satappgetinkeynote.cpp \ |
65 src/csatuiobserver.cpp \ |
66 src/csatuiobserver.cpp \ |
66 src/csatuiiconhandler.cpp \ |
67 src/csatuiiconhandler.cpp \ |
67 src/satappplaytoneprovider.cpp |
68 src/satappplaytoneprovider.cpp \ |
|
69 src/dialogwaiter.cpp |
68 |
70 |
69 BLD_INF_RULES.prj_exports += "rom/satapp.iby CORE_MW_LAYER_IBY_EXPORT_PATH(satapp.iby)" \ |
71 BLD_INF_RULES.prj_exports += "rom/satapp.iby CORE_MW_LAYER_IBY_EXPORT_PATH(satapp.iby)" \ |
70 "rom/satapp_stub.sis /epoc32/data/z/system/install/satapp_stub.sis" \ |
72 "rom/satapp_stub.sis /epoc32/data/z/system/install/satapp_stub.sis" \ |
71 "resource/satapp_en.ts /epoc32/include/platform/qt/translations/satapp_en.ts" |
73 "resource/satapp_en.ts /epoc32/include/platform/qt/translations/satapp_en.ts" |
72 |
74 |