diff options
| author | Don Sanders <don.sanders@nokia.com> | 2012-01-13 19:41:24 +0200 |
|---|---|---|
| committer | Don Sanders <don.sanders@nokia.com> | 2012-01-13 19:41:24 +0200 |
| commit | 9f28c4acf8b3347c30719d8ef50aa029f73227c5 (patch) | |
| tree | f16ca36726e98e0570f61412bf3d31416909fa01 /examples/qtmail/plugins | |
| parent | dfb8d97ad5e5165fdec1e55d0fdd62870a909e3b (diff) | |
Update plugins and doc paths.
Code is from MeeGo:
fix_plugins_installation.patch
fix_docs_installation.patch
Docs patch not yet fully applied.
Also update plugin path documentation in messaging.qdoc.
Diffstat (limited to 'examples/qtmail/plugins')
| -rw-r--r-- | examples/qtmail/plugins/composers/email/email.pro | 2 | ||||
| -rw-r--r-- | examples/qtmail/plugins/viewers/generic/generic.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/qtmail/plugins/composers/email/email.pro b/examples/qtmail/plugins/composers/email/email.pro index c4c86cfe..38a7c413 100644 --- a/examples/qtmail/plugins/composers/email/email.pro +++ b/examples/qtmail/plugins/composers/email/email.pro @@ -2,7 +2,7 @@ TEMPLATE = lib TARGET = emailcomposer CONFIG += qmfclient qmfutil plugin -target.path += $$QMF_INSTALL_ROOT/plugins/composers +target.path += $$QMF_INSTALL_ROOT/lib/qmf/plugins/composers DEFINES += PLUGIN_INTERNAL diff --git a/examples/qtmail/plugins/viewers/generic/generic.pro b/examples/qtmail/plugins/viewers/generic/generic.pro index 3cae5d02..62d9ec53 100644 --- a/examples/qtmail/plugins/viewers/generic/generic.pro +++ b/examples/qtmail/plugins/viewers/generic/generic.pro @@ -2,7 +2,7 @@ TEMPLATE = lib TARGET = genericviewer CONFIG += qmfclient qmfutil plugin -target.path += $$QMF_INSTALL_ROOT/plugins/viewers +target.path += $$QMF_INSTALL_ROOT/lib/qmf/plugins/viewers # Use webkit to render mail if available contains(QT_CONFIG,webkit){ |
