| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Add language files translated to all Symbian supported languages,
reduced to items likely seen in Symbian.
Task-Number: QTBUG-4919
Reviewed-by: Miikka Heikkinen
|
|
|
|
|
|
|
|
|
| |
- 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 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
|
|
|
|
|
| |
Task-Number: QTBUG-4919
Reviewed-by: Honglei Zhang
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
S60_VERSION and SYMBIAN_VERSION were obsolete in environment.prf.
Reviewed-by: Sami Merila
|
|
|
|
|
|
|
|
|
| |
$(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
|
|
|
|
|
| |
Task-number: QT-5158
Reviewed-by: Sami Merila
|
| |
|
|
|
|
|
| |
Task-number: QTBUG-18614
Reviewed-by: TrustMe
|
|
|
|
|
|
|
| |
Updated version of LGPL and FDL licenseheaders.
Apply release phase licenseheaders for all source files.
Reviewed-by: Trust Me
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|\
| |
| |
| |
| | |
Conflicts:
src/s60installs/qt.iby
|
| |
| |
| |
| |
| | |
Task-number:
Reviewed-by: Miikka Heikkinen
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 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
|
|\ \ \
| |_|/
|/| | |
|
| |\ \
| | |/ |
|
| | |
| | |
| | |
| | | |
Reviewed-by: Trust Me
|
| |/
|/|
| |
| |
| |
| |
| | |
Tests not in use anymore, removed from the layers and package
definition files.
Reviewed-by: TrustMe
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Patches are not applying properly yet, so no use to release them.
Reviewed-by: TrustMe
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|/ /
| |
| |
| |
| | |
Reviewed-by: Trust Me
(cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3)
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Removed extra path component
Reviewed-by: Hannu Niinimaki
|
|/ /
| |
| |
| |
| |
| |
| | |
Removed most functionality from syncqt to get a straight copy
functionality.
Reviewed-by: TrustMe
|
| |
| |
| |
| |
| |
| |
| | |
For Symbian, headers get always exported, and timestamps are not
needed.
Reviewed-by: TrustMe
|
| | |
|
| |
| |
| |
| | |
that's their only purpose. the rest of the contents is just nonsense.
|
|/
|
|
| |
Reviewed-by: TrustMe
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Non-existing exports were removed, and errors caused by whitespace
conversion in the FLM used for configuration were corrected.
Reviewed-by: TrustMe
|
|
config.profiles directory created with initial files needed to
compile Qt on Nokia specific build setups during Symbian platform
builds.
Reviewed-by: Lars Knoll
|