| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Task-number: QT-2139
Reviewed-by: Gunnar Sletta
|
|
|
|
|
|
| |
The new name is QtWebKit not org.webkit.
Reviewed-by:jbarron
|
|
|
|
|
|
|
|
|
|
| |
Task-number: QTBUG-10835, QTBUG-9784
Reviewed-by: Alessandro Portale
Import plugins provide functionality (webkit, gesture, folderlistmodel,
particle elements) that is important for QML application development
and should be included in Qt 4.7 deployment. Even the plugins labeled
as "Qt Labs" plugins will be maintained in the future Qt 4.x releases.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Dependencies were removed as they cause difficulties for maintaining
ROM build configurations.
- PAGED flags were removed as paging configuration should be handled
via other means.
- MMF Phonon backend was commented out by default as normally ROM
builds have Helix backend for Phonon included.
Part of QtP delta reduction effort.
Reviewed-by: Iain
|
|
|
|
| |
Task-number: QT-567
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
qmake - add targets to wrapper make file
make stub_sis
createpackage - use -s or --stub to run makesis with the -s argument
also copies the file to the right place in epoc32\data\system\installs
qt.iby - add qt_stub.sis and qt_webkit_stub.sis
Task-number: QTBUG-6570
Reviewed-by: Miikka Heikkinen
|
|
|
|
|
|
|
|
|
|
| |
Previous s60installs specific fix was flawed in that it failed to
generate exports when doing clean build. Replaced that with a more
generic solution that exports plugin stubs under \epoc32\data\z
always.
Task-number: QTBUG-6972
Reviewed-by: Janne Anttila
|
|
|
|
|
|
|
|
|
| |
Export generated plugin stubs to a known location under epoc32 in all
Symbian builds, so that emulator deployment is not the only way to make
them available for qt.iby.
Task-number: QTBUG-6972
Reviewed-by: Janne Koskinen
|
|
|
|
| |
Reviewed-by: Warwick Allison
|
|
|
|
| |
Reviewed-by: Janne Koskinen
|
|\
| |
| |
| |
| |
| | |
Conflicts:
src/3rdparty/phonon/phonon/factory.cpp
src/s60installs/qt_libs.pro
|
| | |
|
|\ \
| |/
| |
| |
| |
| | |
Conflicts:
src/plugins/plugins.pro
src/s60installs/qt.iby
|
| |
| |
| |
| |
| |
| |
| | |
Ensure that we build the plugins we need and also clean up the file
a bit to remove the symbian specific blocks that aren't needed. Also
we no longer need a separate .iby file for deploying the VG graphics
system since it is now nicely integrated into Qt.
|
|/ |
|
|
|
|
| |
has been merged
|
|
RevBy: jbarron
|