| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
The problem with hardlinks is that things start to behave funny when
you build several times, because on the next compile, the target from
armlink is moved to the .sym file location, and in this case it will
be hardlinked too. In the end you have all three files (bare, .exe
and .sym) being hardlinked together, when the .sym should be an ELF
file and the other two should be an E32 image.
RevBy: Trust me
|
|
|
|
| |
RevBy: Miikka Heikkinen
|
|
|
|
|
|
|
|
|
| |
Platform paths provided by Symbian do not provide the full path to
headers. Ideally they should be used, by looking for and replacing
/epoc32 with the correct path. However, for now this is a good enough
solution.
RevBy: Miikka Heikkinen
|
|
|
|
|
|
|
|
|
|
|
| |
Dependencies to dso files were not generated correctly, both because
the PRE_TARGETDEPS variable seems to be local to the function it was
in, and also because the regular expression was wrong (it has to
match the whole string).
Also switched to qt_ style variable names to avoid clashes.
RevBy: Trust me
|
|
|
|
| |
This reverts commit ebe6a5238947c30a613b61b521cb0d094efa2d02.
|
|
|
|
| |
RevBy: Markus Goetz
|
|
|
|
|
| |
Task: QTBUG-11927
RevBy: Trust me
|
|
|
|
|
| |
Task: QTBUG-11927
RevBy: Trust me
|
|
|
|
| |
RevBy: Trust me
|
|
|
|
|
|
|
| |
Previously, the variable would be appended too soon, so not all
values would be included. Now it is one of the last steps.
RevBy: Trust me
|
|
|
|
| |
RevBy: Trust me
|
|
|
|
|
| |
Reviewed-by: joerg
Task-number: QTBUG-11752
|
|
|
|
|
| |
Task: QTBUG-11396
RevBy: Miikka Heikkinen
|
|
|
|
|
|
|
|
| |
Executing "make deploy" will recreate project sis file and deploy it
into a device.
Task-number: QTBUG-5155
Reviewed-by: axis
|
|
|
|
|
|
|
|
|
|
|
| |
So it would not find elf2e32_qtwrapper
use the qtPrepareTool macro that does the right thing.
But this macro need QT_BUILD_TREE to be defined, which is not defined
yet early in the test process. So change the tests accordingly
Reviewed-by: ossi
|
|\
| |
| |
| |
| | |
Conflicts:
mkspecs/features/symbian/symbian_building.prf
|
| |
| |
| |
| | |
RevBy: Miikka Heikkinen
|
| |
| |
| |
| |
| | |
Task: QT-3540
RevBy: Thomas Zander
|
|/
|
|
| |
Not relevant anymore after 5b5ae51b22b.
|
|
|
|
| |
RevBy: Trust me
|
|
|
|
|
| |
Task: QTBUG-11670
RevBy: Trust me
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The fixes were too complicated for a profile and so a perl script was
introduced. These are the issues that were addressed:
- Made sure that we link correctly in all cases where there is a
mismatch between the DEF file and the ELF file. Specifically, these
two cases:
- If elf2e32 detects a symbols in the ELF file that is marked as
absent in the DEF file, an ordinal mapping will not be
generated in the dso file. This means that binaries linking to
the library will not find the symbol, even though it exists in
the code. Since this is completely useless behavior, this was
fixed to include the symbol regardless.
- If the DEF file contains a symbol that is not present in the
ELF file, an ordinal mapping will be created in the dso file
regardless, which means applications can link to a symbol that
does not exist. This is even worse than point one, since it is
not detected until runtime, when the dynamic link will fail.
Fixed by leaving the symbol out of the dso file if it does not
exist in the ELF file.
Both fixes require rerunning elf2e32 to fix the symbol mappings
that were broken in the first run, but it only happens if at least
one symbol is broken in the way described above. Also, freezing the
DEF files will "save" the symbols, so that it does not occur after
that.
Note that this does not remove the ability to get the postlinker to
tell you about mismatches. By doing
"QMAKE_ELF2E32_FLAGS -= --unfrozen", the symbol mismatches will be
considered errors instead of warnings, and they can be caught that
way.
- Code that was previously in the profile was moved to the perl
script:
- Detecting that there are errors in the postlink and return
nonzero. elf2e32 does not do this on its own (at least not when
using Wine).
- Only overwriting the old dso file if the new one is different.
This saves build time, since binaries that depend on the
library do not trigger relink if the dso has not changed.
These two points simplify the code, and they will also help the
porting to Windows, since the old shell script tricks would not
have worked there.
RevBy: Trust me
|
|
|
|
|
| |
Task: QTBUG-11351
RevBy: Trust me
|
|
|
|
|
|
|
|
| |
Create a dummy store_build target in projects that do not deploy
anything when building for symbian-abld.
Task-number: QTBUG-11656
Reviewed-by: Janne Koskinen
|
|
|
|
|
|
|
|
|
| |
These definitions are not platform dependent as they must be exactly
what configure sets for plugins and imports paths, so moved them
out of data_caging_paths.prf into symbian.conf.
Task-number: QTBUG-11619
Reviewed-by: axis
|
|
|
|
|
|
|
|
|
|
| |
Due to relative include problem with Symbian toolchains, it is
necessary to have include/QtNetwork in systeminclude paths when
there is #include <QtWebkit> statement in a source file, as QtWebkit
header includes QtNetwork header.
Task-number: QTBUG-11494
Reviewed-by: Janne Koskinen
|
|\
| |
| |
| |
| |
| |
| | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public:
Provide 'make unsigned_sis' target for Symbian mkspecs
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Rationale for this is that currently there is no simple way to create
a sis package that can be properly signed via Symbian open signed
mechanism, as 'make sis' will by default use self-signed certificates
and automatically patch capabilities of binaries to remove
non-self-signable ones.
Task-number: QTBUG-11455
Reviewed-by: Janne Koskinen
|
|/
|
|
|
|
|
| |
In case there is a slash in the target (for example; ../foo) then we
don't want to add a faulty cxxflags to the compile line.
Reviewed-by: Axis
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This function can be used to do smart prepending of epocroot to paths
defined by platform_paths.prf, though it'll work for any string.
This is useful because paths defined in platform_paths.prf can start
either with full epocroot or just slash depending on environment.
E.g.
exists($$prependEpocroot($$MW_LAYER_PUBLIC_EXPORT_PATH(foobar.h))) {
...
}
Reviewed-by: Janne Koskinen
|
|\ |
|
| |
| |
| |
| |
| |
| | |
This reduces code duplication.
RevBy: Miikka Heikkinen
|
| |
| |
| |
| |
| |
| | |
Local variables can't be counted upon between different profiles.
RevBy: Trust me
|
| |
| |
| |
| | |
RevBy: Miikka Heikkinen
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
It makes no sense for 'sis' to depend on 'first' or really any target
in symbian-abld and symbian-sbsv2 builds, as all builds are recursive
anyway.
Also do not generate real sis targets for projects that do not
actually deploy anything, making the check equivalent to one
in qmake for generating pkg files.
Task-number: QTBUG-5312
Reviewed-by: Janne Koskinen
|
|
|
|
|
|
|
| |
If MMP_RULES contains EXPORTUNFROZEN, no DEFFILE statements should
be generated to mmp files.
Reviewed-by: Janne Koskinen
|
|
|
|
|
|
|
| |
Checking just for count can fail when default_deployment is replaced
with single custom deployment item.
Reviewed-by: Janne Koskinen
|
|\
| |
| |
| |
| |
| |
| |
| | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public:
Fixed def file usage for Qt plugins under the makefile build system.
Fixed def file usage for the makefile build system on the SDK plugin.
|
| |
| |
| |
| |
| |
| | |
Previously it would not use the autogenerated def files.
RevBy: Thomas Zander
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging:
Add a test for the `make check' feature.
Fix `make check' for debug-and-release on Windows.
Move `check' target for autotests into testcase.prf
|
| | |
|
| |
| |
| |
| |
| | |
testcase.prf is installed, thus allowing `make check' to work
outside of the Qt source tree.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public:
Add missign license headers.
Fix the compilation for tst_qabstractprintdialog and tst_qprinter on symbian.
Make link on linux/symbian
Fix double slashes on few data caging paths
Fix for QRuntimePixmapData serial number setting.
Enable QTouchEvent for S60 5.0
Add missing license header.
Fix build error on S60 3.1 environments
QRuntimeGraphicsSystem
Fix replacement functions in platform_paths.prf
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
Conflicts:
src/plugins/bearer/symbian/qnetworksession_impl.h
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
QT_PLUGINS_BASE_DIR and QT_IMPORTS_BASE_DIR paths had double slash in
front of them.
Reviewed-by: Janne Koskinen
|
| |\ \ \
| | | |/
| | |/|
| | | |
| | | | |
Conflicts:
src/corelib/global/qglobal.h
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Clearing epocroot_prefix at the end of the file caused it to be empty
at the time replacement functions were resolved.
Reviewed-by: Janne Koskinen
|
| |_|/
|/| |
| | |
| | |
| | | |
the left-hand-side of qmake assignments is expanded, so there is
no need to use eval.
|
| | | |
|