summaryrefslogtreecommitdiffstats
path: root/config.profiles
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging into ↵Qt Continuous Integration System2011-11-291-0/+0
|\ | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging: Set execution bits for more scripts. Set execution bits for .test files. Fix more permissions (no execute bit). Fix permission (no execute bit). QGraphicsLayoutItem - bound constraint the minimum and maximum size Notify X11 of its resizable state through MWM Hints.
| * Set execution bits for .test files.Frederik Gladhorn2011-11-251-0/+0
| | | | | | | | These files turn out to be scripts.
| * Fix permission (no execute bit).Frederik Gladhorn2011-11-222-0/+0
| |
* | Symbian-linux crosscompilation case changesPasi Pentikainen2011-11-241-22/+22
| | | | | | | | | | | | | | | | Update the cases to match actual files in Symbian, and add EPOCROOT prefixes to data files in iby. Reviewed-by: Juha Kukkonen Task-number: QTBUG-14361
* | Symbian-linux crosscompilation debug-release alignPasi Pentikainen2011-11-241-1/+1
| | | | | | | | | | | | | | | | | | Change the Symbian Raptor configure options to use debug variant when using configure-sh on linux crosscompilation, so that it matches with result of configure.exe on windows. Reviewed-by: Miikka Heikkinen Task-number: QTBUG-14361
* | Fix Linux-Symbian parallel cross-compilation configure stepPasi Pentikainen2011-11-231-34/+63
|/ | | | | | | | | The qtconfig.flm is mostly rewritten to support parallel Raptor Linux-Symbian cross-compilation. Reviewed-by: Miikka Heikkinen Done-with: Samu Sillanpaa Task-number: QTBUG-14361
* Minor improvements to whatlog generation in Symbian tools2 builds.Miikka Heikkinen2011-11-151-4/+15
| | | | | | | | | | | - Generate temporary whatlog file under epoc32/build rather than the source directory. - Remove depenedency to qmake building from WHAT target to ensure nothing is built if "sbs -c tools2 --what" command is issued as that is supposed to just list what was built. Reviewed-by: Sami Merila
* Fix linux-symbian cross-compilation configure-phase for platform builingPasi Pentikainen2011-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | When building Symbian platform itself, the lower layer libraries are not available on configure phase, and the config.test build scripts fail, creating false "NO"-flags (also config.test currently does not work with Symbian raptor). This fix aligns the configure results of configure-sh- script with configure.exe as far as possible and fixes couple of symbian cross-compilation configure issues, as detailed below: Configure sh-script: - Disable configure tests with symbian-sbsv2 where the failing test would result to invalid disable-flags - Skip applying of X11/Unix/Mac specific QCONFIG disable-flags that are not produced by configure.exe either - Fix emitting of "QT_NO_GUI" flag (in all environments) qtconfigure.flm: - Copy mkspecs as files to /epoc32/... instead of symbolic link Reviewed-by: Miikka Heikkinen Task-number: QTBUG-14361
* Add mobile-reduced ts-files for Symbian.Pasi Pentikainen2011-11-0969-42665/+15959
| | | | | | | | Add language files translated to all Symbian supported languages, reduced to items likely seen in Symbian. Task-Number: QTBUG-4919 Reviewed-by: Miikka Heikkinen
* Improve whatlog generation for Symbian tools2 builds.Miikka Heikkinen2011-11-032-91/+68
| | | | | | | | | - Headerexport script is only called once, whatlog is stored into a file - Sed is only called once - Properly added generated tools to whatlog Task-number: QTBUG-22521 Reviewed-by: Sami Merila
* Symbian configuration parameter change for linux buildingPasi Pentikainen2011-10-261-2/+2
| | | | | | | | Symbian configuration changed to use opengl es2 parameter which works both with configure.exe (symbian windows building) and configure sh-script (symbian linux building). Reviewed-by: Miikka Heikkinen
* Put Qt translation files to rom on Symbian.Pasi Pentikainen2011-10-131-0/+13
| | | | | Task-Number: QTBUG-4919 Reviewed-by: Honglei Zhang
* Improve sbsv2 whatlog support.Miikka Heikkinen2011-09-222-2/+11
| | | | | | | | | All builds will now add anything generated via QMAKE_EXTRA_COMPILERS to whatlog. In addition, platform builds will now add to whatlog the exported mkspecs and qmake_clean.flm that were missing. Task-number: QTBUG-21591 Reviewed-by: Sami Merila
* Fix "sbs -c tools2 --what" output for Qt.Miikka Heikkinen2011-09-122-42/+102
| | | | | | | | | | | Doing "sbs -c tools2" exports Qt headers under epocroot, but didn't list the exported headers with "--what". Added "-what" parameter support to headerexport perl script and utilized that in qtconfig.flm to generate list of exported files for "sbs -c tools2 --what". Task-number: QTBUG-21155 Reviewed-by: Sami Merila
* Update environment.prfMiikka Heikkinen2011-09-091-3/+2
| | | | | | S60_VERSION and SYMBIAN_VERSION were obsolete in environment.prf. Reviewed-by: Sami Merila
* Fix qt.conf for Symbian to use $${EPOCROOT}Miikka Heikkinen2011-09-061-4/+4
| | | | | | | | | $(EPOCROOT) in qt.conf resolves epocroot from environment variable, which is wrong when doing full platform build and qmake is executed in context of sbsv2 tools build. The correct way to resolve epocroot in qt.conf is to use $${EPOCROOT}. Reviewed-by: TrustMe
* Freeze and re-enable def files for SymbianTomi Vihria2011-08-311-1/+1
| | | | | Task-number: QT-5158 Reviewed-by: Sami Merila
* Disabling DEF files to get around building problems.Sami Lempinen2011-06-101-1/+1
|
* Removed qts60plugin references also from config.profilesMiikka Heikkinen2011-05-232-7/+0
| | | | | Task-number: QTBUG-18614 Reviewed-by: TrustMe
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-1311-189/+189
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Fixed Qt UDA creation for SymbianTomi Vihria2011-04-142-1/+2
| | | | | | | | | | Added a dummy Qt sis file and fixed paths in bld.inf. Otherwise build would fail when FF_QT_IN_UDA is defined. Dummy Qt sis file needs to replaced with a real one when actual UDA image is created. Task-number: QT-4888 Reviewed-by: Guoqing Zhang
* Enablers for the Qt eclipsing in SymbianTomi Vihria2011-04-143-55/+4
| | | | | | | | | Remove file listing from the stub package file to ease maintenance, generate stub sis from it and export it to the correct location to be included into ROM. Task-number: QT-4817 Reviewed-by: Guoqing Zhang
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-teamGuoqing Zhang2011-04-113-41/+36
|\ | | | | | | | | Conflicts: src/s60installs/qt.iby
| * Optimize loc.prf for localizationGuoqing Zhang2011-04-052-28/+36
| | | | | | | | | | Task-number: Reviewed-by: Miikka Heikkinen
| * Merge remote branch 'qt-master/master'Guoqing Zhang2011-04-052-20/+0
| |\
| * | Remove obsolete files from qt.ibyMiikka Heikkinen2011-04-041-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - qaudio.dll is no longer built separately, it is static part of QtMultimedia.dll - s60main resources are no longer needed or generated - Webkit files are installed via separate IBY Task-number: QT-4839 Reviewed-by: Guoqing Zhang
* | | Merge remote branch 'qa-review/master' into qa-staging-masterRohan McGovern2011-04-082-2/+2
|\ \ \ | |_|/ |/| |
| * | Merge qt/qt.git master into qa-team-masterRohan McGovern2011-03-24125-32900/+6581
| |\|
| * | Update copyright year to 2011.Jason McDonald2011-01-1110-16/+16
| | | | | | | | | | | | Reviewed-by: Trust Me
* | | Removed old autotest references from Symbian build filesEckhart Koppen2011-03-242-20/+0
| |/ |/| | | | | | | | | | | Tests not in use anymore, removed from the layers and package definition files. Reviewed-by: TrustMe
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-releng-staging into ↵Qt Continuous Integration System2011-03-16113-0/+6034
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-releng-staging: Temporarily removed Harmattan specific patches Harmattan: fixed license headers. Added Harmattan specific debian files to master branch.
| * | Temporarily removed Harmattan specific patchesEckhart Koppen2011-03-1615-2232/+0
| | | | | | | | | | | | | | | | | | Patches are not applying properly yet, so no use to release them. Reviewed-by: TrustMe
| * | Harmattan: fixed license headers.Rohan McGovern2011-03-148-32/+295
| | |
| * | Added Harmattan specific debian files to master branch.Janne Hamalainen2011-03-10128-0/+8003
| | | | | | | | | | | | | | | | | | | | | | | | | | | Debian packaging files added to Master branch. One translation file was removed as it was a left over from an old commit. Reference to it was removed from rules file. Similar commit is done for Harmattan as well. Task: BACKEND-564 Reviewed-by: Adrian Constantin
* | | Update copyright year to 2011.Rohan McGovern2011-03-115-9/+9
|/ / | | | | | | | | Reviewed-by: Trust Me (cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3)
* | Merge remote branch 'qt-master/master'Eckhart Koppen2011-03-081-2/+2
|\ \
| * | Fixed wrong reference to bld.inf in the package_definition.xml fileEckhart Koppen2011-02-221-2/+2
| | | | | | | | | | | | | | | | | | Removed extra path component Reviewed-by: Hannu Niinimaki
* | | Simplified header export script for SymbianEckhart Koppen2011-03-012-272/+141
|/ / | | | | | | | | | | | | Removed most functionality from syncqt to get a straight copy functionality. Reviewed-by: TrustMe
* | Removed timestamp setting and checking for Symbian header exportEckhart Koppen2011-02-151-46/+16
| | | | | | | | | | | | | | For Symbian, headers get always exported, and timestamps are not needed. Reviewed-by: TrustMe
* | Phonon MMF backend enabled in configuration and deploymentDmitry Trofimov2011-02-153-4/+9
| |
* | reduce some symbian-specific TS files for qt to RTL markerOswald Buddenhagen2011-01-274-32582/+16
| | | | | | | | that's their only purpose. the rest of the contents is just nonsense.
* | Added initial set of .pkg files for Symbian SIS generationEckhart Koppen2011-01-203-0/+369
|/ | | | Reviewed-by: TrustMe
* Added patch for temporary support for --listgen option in qmakeEckhart Koppen2011-01-051-0/+47
| | | | | | | | | | The --listgen option is needed in qmake for Symbian platform builds to list the files generated by qmake. This patch enables qmake to recognize this option, but is not functional, just to allow builds to succeed. This patch is not applied to qmake directly, but only made available in the source tree for usage in the build setup. Reviewed-by: TrustMe
* Fixed broken configuration step for Symbian buildsEckhart Koppen2011-01-042-30/+25
| | | | | | | Non-existing exports were removed, and errors caused by whitespace conversion in the FLM used for configuration were corrected. Reviewed-by: TrustMe
* Added initial set of build related files for SymbianEckhart Koppen2010-12-2227-0/+77355
config.profiles directory created with initial files needed to compile Qt on Nokia specific build setups during Symbian platform builds. Reviewed-by: Lars Knoll