| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Task-number: QTBUG-20697
Reviewed-by: Shane Kearns
Reviewed-by: Miikka Heikkinen
|
|
|
|
|
|
|
|
| |
Symbian.
Task-number: QTBUG-18485
Reviewed-by: Miikka Heikkinen
Reviewed-by: axis
|
|
|
|
|
|
|
| |
Better to make it relative to the profile. That way it is always
found, regardless of where Qt is located.
RevBy: Liang Qi
|
|
|
|
| |
RevBy: Oswald Buddenhagen
|
|
|
|
| |
RevBy: Oswald Buddenhagen
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a complement to the 16575f7aef840b6aae0dc767468ab713fbcfd7a6
commit, which adds localization based on TRANSLATIONS keywords for
Raptor and abld.
In addition, since the __PRODUCT_INCLUDE__ define was creating a lot
of trouble regarding < and >, it was refactored into its own source
file, which is automatically included before every source file.
Task: QTBUG-15292
RevBy: Miikka Heikkinen
|
|
|
|
|
|
| |
These should work for both Windows and UNIX platforms.
RevBy: Thomas Zander
|
|
|
|
|
|
|
|
|
|
| |
After commit a1ba5568da6c57e, which moved the extension definitions
from the symbian-makefile.conf to symbian.conf, the
QMAKE_EXTENSION_STATICLIB was wrong because unix.conf was included
later and overwrote it. Turns out we don't need unix.conf, so I just
removed it.
RevBy: Trust me
|
|
|
|
| |
Reviewed-by: axis
|
|
|
|
| |
RevBy: Trust me
|
|
|
|
|
| |
Task: QTBUG-11351
RevBy: Trust me
|
|
|
|
|
|
| |
This reduces code duplication.
RevBy: Miikka Heikkinen
|
|
|
|
| |
this makes windows-style path specs *ugly*. that's intentional. :-P
|
|
|
|
|
|
| |
This new target simply takes a sis file and runs the app on phone.
Reviewed-by: Shane Kearns
|
| |
|
|\
| |
| |
| |
| |
| | |
Conflicts:
mkspecs/common/symbian/symbian-makefile.conf
mkspecs/symbian/features/symbian_building.prf
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This also switches the official def file variable in qmake profiles
to DEF_FILE.
Support for freezing def files was also added, but needs more work
and is therefore disabled for now.
Task: QTBUG-7510
Task: QTBUG-8052
|
| |
| |
| |
| |
| | |
the fork I made for gcce is similar enough to now be shared between gcce and
armcc so move stuff around a bit to avoid the code duplication.
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
| |
- Changed makefile generator name to SYMBIAN_UNIX, to be more in line
with the other generators.
- Explained the reason for avoiding virtual inheritance in a bit more
detail.
- Removed an unnecessary string replacement.
- Fixed the location of s60 plugins for MMP based generators.
RevBy: Miikka Heikkinen
|
|\
| |
| |
| |
| | |
Conflicts:
mkspecs/symbian/linux-armcc/features/symbian_building.prf
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
It reuses almost everything from the original pkg generator, but the
code had to be restructured to accomodate for the new makefile
generator. In addition a few new codepaths and profile changes had to
be introduced to cope with the fact that this mkspec puts files in
different places than Symbian does (inside $QTDIR/lib instead of
$EPOCROOT/...).
This enables the pkg generator to generate correct pkg files for Qt
itself, but applications will not work yet because they also require
generated rss files.
|
| |
| |
| |
| | |
An extra define needs to change between ARM/Thumb.
|
|/ |
|
|
Now we try share as much as possible between the different Symbian
build systems, so that changes made to the MMP systems will also work
in the makefile based one.
|