| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Task-number:
Reviewed-by: Miikka Heikkinen
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Tests not in use anymore, removed from the layers and package
definition files.
Reviewed-by: TrustMe
|
|/
|
|
|
|
|
|
|
|
|
|
| |
- 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
(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
|