diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-06-10 08:54:36 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-06-10 08:54:36 (GMT) |
commit | de32770849417fbca964f52eb4d16e7913b28ea1 (patch) | |
tree | 6b60372072cf89a4ef2f769fae5e7aba04805ea5 /src/gui/util/util.pri | |
parent | 5d43a51bb53718b9c98b1720ed46469e5b77fa6f (diff) | |
download | Qt-de32770849417fbca964f52eb4d16e7913b28ea1.zip Qt-de32770849417fbca964f52eb4d16e7913b28ea1.tar.gz Qt-de32770849417fbca964f52eb4d16e7913b28ea1.tar.bz2 |
Switched QDesktopServices mail-to URL handling to RSendAs in Symbian.
Earlier used CSendUi required extensiva capabilities to work correctly,
that's why "new email" option in desktop services example application
did not work correctly with self signed capabilities.
RSendAs requires lower capabilities since SendAs server (separate
process) takes care of necessary actions to send the message.
Diffstat (limited to 'src/gui/util/util.pri')
-rw-r--r-- | src/gui/util/util.pri | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/util/util.pri b/src/gui/util/util.pri index 69c53ae..e628229 100644 --- a/src/gui/util/util.pri +++ b/src/gui/util/util.pri @@ -35,11 +35,6 @@ embedded { util/qsystemtrayicon_qws.cpp } -symbian { - # QDesktopServices uses CSendUi which is located on app layer - INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE -} - !embedded:!x11:mac { OBJECTIVE_SOURCES += util/qsystemtrayicon_mac.mm } |