equal
deleted
inserted
replaced
58 TARGET.CAPABILITY = CAP_APPLICATION |
58 TARGET.CAPABILITY = CAP_APPLICATION |
59 TARGET.EPOCHEAPSIZE = 0x020000 0x1000000 |
59 TARGET.EPOCHEAPSIZE = 0x020000 0x1000000 |
60 |
60 |
61 CONFIG += mobility |
61 CONFIG += mobility |
62 MOBILITY = systeminfo |
62 MOBILITY = systeminfo |
63 LIBS += -lezip -lxqservice -lxqserviceutil |
63 LIBS += -lezip -lxqservice -lxqserviceutil -lcone -leikcore -lmediaclientaudio -leikcoctl -leiksrv -lapparc -lavkon -lefsrv -lcharconv -lws32 -lhal -lgdi -lapgrfx |
64 include(rom/userguide.pri) |
64 include(rom/userguide.pri) |
|
65 SKINICON = qtg_large_help |
65 } |
66 } |
66 |
67 |
67 ICON = resources/qtg_large_help.svg |
|
68 RESOURCES += resources/Userguide.qrc |
68 RESOURCES += resources/Userguide.qrc |
69 |
69 |
70 debug: DESTDIR = ./debug |
70 debug: DESTDIR = ./debug |
71 release: DESTDIR = ./release |
71 release: DESTDIR = ./release |