summaryrefslogtreecommitdiffstats
path: root/src/s60installs/qt.iby
Commit message (Collapse)AuthorAgeFilesLines
* Updated qt.ibyMiikka Heikkinen2010-03-121-70/+34
| | | | | | | | | | | | | | | - 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
* Symbian backend for QtMultimedia audioGareth Stockwell2010-02-181-0/+6
| | | | Task-number: QT-567
* Add make stub_sis target, and add webkit stub to qt.ibyShane Kearns2010-02-121-1/+2
| | | | | | | | | | | | | 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
* Generic solution for plugin stub exports for IBY usageMiikka Heikkinen2010-01-201-13/+13
| | | | | | | | | | 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
* Using qt.iby no longer requires emulator deployment to be doneMiikka Heikkinen2009-12-281-13/+13
| | | | | | | | | 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
* Install Qt declarative (if available) and QmlPatterns on S60Martin Jones2009-11-161-0/+2
| | | | Reviewed-by: Warwick Allison
* Update IBY file to contain all Qt modules, inc. phonon, multimedia, sqlIain2009-10-141-0/+8
| | | | Reviewed-by: Janne Koskinen
* Merge branch 'master' into topic/mmfphononFrans Englich2009-08-121-1/+1
|\ | | | | | | | | | | Conflicts: src/3rdparty/phonon/phonon/factory.cpp src/s60installs/qt_libs.pro
| * 'Trailing whitespace' fixes from s60installsJanne Anttila2009-08-041-1/+1
| |
* | Merge commit 'origin/master' into topic/mmfphononFrans Englich2009-07-211-0/+7
|\ \ | |/ | | | | | | | | Conflicts: src/plugins/plugins.pro src/s60installs/qt.iby
| * Tweak deployment rules after addition of OpenVG.Jason Barron2009-07-091-0/+7
| | | | | | | | | | | | | | 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.
* | Add the Phonon MMF backend.Frans Englich2009-07-211-0/+6
|/
* Add dependancy on Symbian OS std C++ support now the exceptions branchIain2009-06-221-0/+1
| | | | has been merged
* IBY files for adding Qt into ROMIain2009-05-081-0/+94
RevBy: jbarron