summaryrefslogtreecommitdiffstats
path: root/src/s60installs/eabi/QtTestu.def
Commit message (Collapse)AuthorAgeFilesLines
* Create 4.7 def files for SymbianShane Kearns2010-03-041-0/+1
| | | | | | | New QtDeclarative module New APIs in existing modules Reviewed-by: Trust Me
* *Completely new* EABI DEF files for Symbian OSIain2009-10-131-99/+67
| | | | | | | | | | | | | | | | | | | | | Notes: - refrozen from scratch without any of the autotest exports (To spell it out: there is no BC between anything built against these DEF files, and anything built with previous versions of the DEF files) - no autotest exports in this set, so no good for autotests - it is very likely that the DEF files will be reworked again before release, meaning that anything built against these ones won't be BC with the 4.6.0 final release (so don't expect your apps built against the beta to work against the final release) - finally added a DEF file for WebKit Reviewed-by: TrustMe Conflicts: src/s60installs/eabi/QtGuiu.def src/s60installs/eabi/QtScriptu.def src/s60installs/eabi/phononu.def
* Latest update to Symbian EABI DEF filesIain2009-09-241-20/+20
| | | | | | | | | | | | A mix of updates caused by code changes, and marking a number of accidentially introduced exports as ABSENT. The extra exports came from freezing using abld on S60 3.2, as it seems that the suppression of --export_all_vtbl doesn't work in abld at the moment (needs investigating) Note that DEF files are still off by default in src/qbase.pri, so this doesn't affect anything unless you enable them. Reviewed-by: TrustMe
* Update def filesShane Kearns2009-09-171-0/+21
| | | | | | | DEF files for ARMv5 UREL, that include the autotest exports. Note that Q_AUTOTEST_EXPORT is only on by default in internal builds Reviewed-by: Iain
* Update EABI DEF files after 4.6 mergeIain2009-08-211-12/+14
| | | | | | | | | | Removed exports are marked ABSENT, as we're experimenting with how hard it will be to maintain BC once these DEF files are final. There were probably too many exports anyway, as I think I might have originally frozen them with a version of RVCT that had the symbol visibility issues. Reviewed-by: TrustMe
* ***EXPERIMENTAL*** DEF files for EABI targetsIain2009-08-191-0/+81
Note: these *will* change between now and the release of 4.6, they should not be relied upon for anything - they are purely for experimental purposes Webkit DEF files to follow in later commit...