diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-10-12 12:33:44 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-10-12 12:39:33 (GMT) |
commit | 0b3402f2ff0db1de747e9d38021a5c9300c8a011 (patch) | |
tree | 2599d292292811e01f2191c2b194e5b9e4a7c750 /src/s60installs | |
parent | ea5281e6cd1ebc63e080f7232d4eb28f1610539e (diff) | |
download | Qt-0b3402f2ff0db1de747e9d38021a5c9300c8a011.zip Qt-0b3402f2ff0db1de747e9d38021a5c9300c8a011.tar.gz Qt-0b3402f2ff0db1de747e9d38021a5c9300c8a011.tar.bz2 |
Added bearer plugin deployment to qt.iby
Reviewed-by: TrustMe
Diffstat (limited to 'src/s60installs')
-rw-r--r-- | src/s60installs/qt.iby | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/s60installs/qt.iby b/src/s60installs/qt.iby index b6cdce9..4afbf05 100644 --- a/src/s60installs/qt.iby +++ b/src/s60installs/qt.iby @@ -53,6 +53,9 @@ file=ABI_DIR\BUILD_DIR\qaudio.dll SHARED_LIB_DIR\qaudio.dll file=ABI_DIR\BUILD_DIR\qvggraphicssystem.dll SHARED_LIB_DIR\qvggraphicssystem.dll file=ABI_DIR\BUILD_DIR\qglgraphicssystem.dll SHARED_LIB_DIR\qglgraphicssystem.dll +// bearer +file=ABI_DIR\BUILD_DIR\qsymbianbearer.dll SHARED_LIB_DIR\qsymbianbearer.dll + // S60 version compatibility plugins for 5.0 (3.1 and 3.2 devices are never likely to have this in ROM, // so don't bother including those plugins file=ABI_DIR\BUILD_DIR\qts60plugin_5_0.dll SHARED_LIB_DIR\qts60plugin_5_0.dll @@ -99,6 +102,9 @@ data=\epoc32\data\qt\qtlibspluginstubs\qaudio.qtplugin resource\qt\plugins\audio data=\epoc32\data\z\resource\qt\plugins\graphicssystems\qvggraphicssystem.qtplugin resource\qt\plugins\graphicssystems\qvggraphicssystem.qtplugin data=\epoc32\data\z\resource\qt\plugins\graphicssystems\qglgraphicssystem.qtplugin resource\qt\plugins\graphicssystems\qglgraphicssystem.qtplugin +// bearer stub +data=\epoc32\data\z\resource\qt\plugins\bearer\qsymbianbearer.qtplugin resource\qt\plugins\bearer\qsymbianbearer.qtplugin + // Stub sis file data=ZSYSTEM\install\qt_stub.sis System\Install\qt_stub.sis data=ZSYSTEM\install\qtwebkit_stub.sis System\Install\qtwebkit_stub.sis |