summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added QMAKE_PREFIX_SHLIB and QMAKE_SYMBIAN_SHLIB support.axis2009-10-232-16/+30
| | | | | | | | | 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.
* Switched to using just QMAKE_POST_LINK for elftran.axis2009-10-231-12/+5
|
* Added std headers to fix Symbian build error.axis2009-10-231-0/+5
|
* Added support for both lib and app templates.axis2009-10-232-30/+59
|
* Modified makeordinalmap to also generate VtblExports.o file.axis2009-10-231-8/+30
| | | | This is required for exported data.
* Fixed the expfile not being included in the link step.axis2009-10-231-1/+2
|
* Changed the generation of def files and ordinal maps.axis2009-10-234-39/+109
| | | | | | | 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.
* Created tools for generating ordinal maps on Symbian.axis2009-10-233-0/+103
| | | | | | | | | | | | | | - 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.
* Fixed some compiler flags and defines for the Symbian platform.axis2009-10-232-4/+6
|
* Added default libraries for Symbian.axis2009-10-231-1/+2
|
* Added libraries for S60 to the linux mkspec.axis2009-10-231-0/+3
|
* Switch to correct architecture for Symbian.axis2009-10-231-1/+1
|
* Add extra linker options to RVCT.axis2009-10-231-0/+2
| | | | | | 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.
* Enable RVCT type linker options.axis2009-10-231-1/+1
|
* Suppressed some warnings from RVCT.axis2009-10-231-1/+1
| | | | This pattern is used all over Qt.
* Temporarily fixed the architecture for S60.axis2009-10-231-0/+2
| | | | | This should ideally be detected by configure, but we hack it for now. This patch should be reverted.
* Fixed incorrect header includes.axis2009-10-232-2/+2
|
* Fixed incorrect compiler parameter.axis2009-10-231-1/+1
|
* Disabled some modules for S60.axis2009-10-231-0/+4
|
* Added a precompiled version of S60 resource file.axis2009-10-231-0/+3
| | | | | | | 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.
* Enabled static lib creation using armar.axis2009-10-232-3/+3
| | | | s60main now links!
* Disabled moc directory check for all other mkspecs than abld and sbs.axis2009-10-231-11/+13
|
* Enabled exceptions for S60 builds.axis2009-10-231-1/+1
| | | | | This should probably be reverted later, and added to configure. Right now, I'm mostly interested in making it compile.
* Switched to unoptimized builds when doing debug mode.axis2009-10-231-1/+1
|
* Added various defines and includes to make Qt for S60 compile.axis2009-10-232-2/+6
|
* Made qmake support mkspecs under the symbian directory.axis2009-10-231-3/+6
|
* Fix symbian builds on Linux.Simon Hausmann2009-10-232-2/+3
| | | | | Avoid the use of cmd.exe syntax through the use of Option::shellPath instead of isForSymbian() in qmake.
* Removed the linux configuration from the armcc mkspec.axis2009-10-231-1/+20
| | | | It contains too much stuff we don't need.
* Removed leftover gcc arguments.axis2009-10-231-1/+1
|
* Enabled Symbian scope when compiling with linux-armcc.axis2009-10-231-1/+4
| | | | Based on a patch by Simon Hausmann.
* Various header file inclusion fixes for rvct on linux using a case-sensitive ↵Simon Hausmann2009-10-2310-13/+13
| | | | file system.
* Fix compilation.Simon Hausmann2009-10-231-1/+1
| | | | Include qcore_symbian_p.h locally, not from the include search path.
* Hack to allow -no-feature-foo on non-qwsSimon Hausmann2009-10-231-4/+0
|
* Modify visibility test to support armcc as well.axis2009-10-232-8/+17
|
* Skeleton for a native symbian makespec.axis2009-10-233-0/+216
| | | | The goal is to make this one work completely without abld or sbs.
* Make it possible to cross-compile for non-x11-non-qws platforms.Simon Hausmann2009-10-231-1/+1
| | | | Don't set PLATFORM_X11 unless we do have X11 libs in our xqmakespec.
* fix line endingOswald Buddenhagen2009-10-231-1/+1
|
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-231440-15891/+42346
|\
| * Better sql unicode tests (still not working correctly tho).Bill King2009-10-232-11/+9
| |
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Kurt Korbatits2009-10-221464-16003/+43818
| |\
| | * Store DirectFB winID as a dynamic propertyAnders Bakken2009-10-221-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| | * Compile fix for gestures on Windows.Denis Dzyubenko2009-10-221-4/+4
| | | | | | | | | | | | Reviewed-by: trustme
| | * Temporary fix in qt.git to allow build on s60.Jocelyn Turcotte2009-10-221-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | 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
| | * Temporary fix in qt.git to allow build on s60.Jocelyn Turcotte2009-10-221-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | 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
| | * Re-apply change 0f8bff1970d4b0f10e98ce7d6ab341620f4ce76b by Martin SmithMartin Smith2009-10-221-1/+1
| | | | | | | | | | | | doc: Changed Trolltech to Nokia
| | * Re-apply change 8e0fbc2caa3edefb78d6667721235b783bc1a850 by IainIain2009-10-221-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | 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-apply change 6b8ac349b9a477863a8c8388dcc0658f3284bc54 by Jocelyn TurcotteJocelyn Turcotte2009-10-221-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * Updated WebKit from /home/jturcott/dev/webkit/ to ↵Jocelyn Turcotte2009-10-221270-11675/+33732
| | | | | | | | | | | | | | | | | | | | | 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
| | * Update mkdist-webkit script with latest tag.Jocelyn Turcotte2009-10-221-1/+1
| | | | | | | | | | | | Not-reviewed: No-big-deal
| | * Remove declaration of QDirectFBScreen::scrollAnders Bakken2009-10-221-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | 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>