| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
The first enables you to use a prefix in front of the library. It is
by default enabled for all platforms which previously used "lib", and
on Symbian it is set to the empty string.
The second variable enables Symbian style linking, where you link
to a stub .lib file, but the actual runtime library is .dll.
|
| |
|
| |
|
| |
|
|
|
|
| |
This is required for exported data.
|
| |
|
|
|
|
|
|
|
| |
Instead of just creating a list, we now create a complete def file
using makedeffile and then create the ordinal map from that.
In addition we make an exp file, in the same way that Symbian does.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- winewrapper - This is a simple tool for launching a wine process
by looking at files in the path, since wine itself does not look in
the path. Needed for the Windows-only Symbian tools.
- makeordinalmap - This one takes a list of files containing symbols
to be exported, and creates a stub file library out of them. This
is required by the Symbian post linker. This is a very slow linking
step, and is likely to be rewritten using threads and less process
spawning later on.
- default_post.prf - In here we define the extra compiler rules that
generate the symbol files, as well as the makeordinalmap command
that uses those files.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
These are needed to set correct entry point, as well as deal with the
delicate symbol handling on Symbian. The symbols will be resolved
properly later on by the elftran tool.
|
| |
|
|
|
|
| |
This pattern is used all over Qt.
|
|
|
|
|
| |
This should ideally be detected by configure, but we hack it for now.
This patch should be reverted.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
The new build system doesn't support Symbian resource files, so it
must be precompiled. New applications shouldn't need any though.
I forgot this in the last commit.
|
|
|
|
| |
s60main now links!
|
| |
|
|
|
|
|
| |
This should probably be reverted later, and added to configure.
Right now, I'm mostly interested in making it compile.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Avoid the use of cmd.exe syntax through the use of Option::shellPath
instead of isForSymbian() in qmake.
|
|
|
|
| |
It contains too much stuff we don't need.
|
| |
|
|
|
|
| |
Based on a patch by Simon Hausmann.
|
|
|
|
| |
file system.
|
|
|
|
| |
Include qcore_symbian_p.h locally, not from the include search path.
|
| |
|
| |
|
|
|
|
| |
The goal is to make this one work completely without abld or sbs.
|
|
|
|
| |
Don't set PLATFORM_X11 unless we do have X11 libs in our xqmakespec.
|
| |
|
|\ |
|
| | |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Since QWS uses the winids for its own purposes I have to store this as a
dynamic property. _q_DirectFBWindowID
The _q_ is documented to be reserved so this won't break anyone's
applications.
Reviewed-by: Donald Carr <donald.carr@nokia.com>
|
| | |
| | |
| | |
| | | |
Reviewed-by: trustme
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Should be overwritten when the final patch of this bug hits trunk:
https://bugs.webkit.org/show_bug.cgi?id=30671
Patch-by: Janne Koskinen
Reviewed-by: Jocelyn Turcotte
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Should be overwritten when the final patch of this bug hits trunk:
https://bugs.webkit.org/show_bug.cgi?id=30670
Patch-by: Janne Koskinen
Reviewed-by: Jocelyn Turcotte
|
| | |
| | |
| | |
| | | |
doc: Changed Trolltech to Nokia
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Temporary workaround to get WebKit to pick up DEF file from std location
Tweak WebCore .pro file to get its DEF file from the same location as
all the other DEF files come from
Reviewed-by: TrustMe
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Re-applying commit ee0a43fee20cc398b505eb65218ebed56dfc8f39
by Simon Hausmann
Fix crash of QtScript on Mac OS X
When compiling on 10.4 but running on 10.5 the flags passed to vm_map cause
it to crash.
For now fall back to the use of mmap() as allocator instead.
Reviewed-by: Kent Hansen
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
qtwebkit-4.6-snapshot-22102009 ( 0639bb8e812c8923287cd5523248ca64fa5f7a50 )
Changes in WebKit/qt since the last update:
Jocelyn: fatal error from script, sha1 in src/3rdparty/webkit/VERSION is bad
|
| | |
| | |
| | |
| | | |
Not-reviewed: No-big-deal
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This function has been declared since the initial commit but was never
actually implemented. The function exists in
QDirectFBWindowSurface.
Reviewed-by: Donald Carr <donald.carr@nokia.com>
|