aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'qt-v5.0.0-alpha1'Marius Storm-Olsen2012-04-110-0/+0
|\ | | | | | | Change-Id: I182dae2e5c8622227751346b82822af0e90853c4
| * Qt 5.0.0 Alpha1qt-v5.0.0-alpha1Marius Storm-Olsen2012-04-1018-33/+0
| |
| * Fix build instructions (-j <n>).Friedemann Kleint2012-03-301-1/+1
| | | | | | | | Change-Id: Ib9b23fed10b687e67859058fb35f92b2250be98f
| * Fix building on Windows and OSXMarius Storm-Olsen2012-03-301-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | A problem with the dependency algorithm would make the top-most dependent module not compile. Also affects building QtWayland on Linux. OSX has a problem when doing 'make install' on Qt configured with prefix pointing to qtbase (no installation needed), so disable that for the alpha, like on Windows. Also, remove a redundant line in the script. Change-Id: I368e80520977cf8a4bfcbbf13445f50c820aee9c
| * Avoid 'make install' on WindowsMarius Storm-Olsen2012-03-291-1/+4
| | | | | | | | | | | | We normally don't 'make install' on Windows, so avoid it for the alpha. Change-Id: Ia5563791be249ea04abdda64b94e15afb2608add
| * Avoid building webkit by default on Windows for nowMarius Storm-Olsen2012-03-291-0/+1
| | | | | | | | | | | | | | WebKit still doesn't compile cleanly on Windows, so avoid it until we have something which works. Change-Id: I468dfbd01741705cd0bba3b035855d46acbb42e9
| * Add build dependency for qtwayland + make qtwayland non default moduleMarius Storm-Olsen2012-03-292-3/+13
| | | | | | | | | | | | | | | | Running ./build qtwayland will build qtwayland and its dependencies. Change-Id: I78f0b0cec6bc21a14f0d8d89e42080589d9b28b6
| * Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt5Simo Fält2012-03-291-0/+0
| |\
| * | Fix readme to instruct building with the build script insteadMarius Storm-Olsen2012-03-281-3/+8
| | | | | | | | | | | | | | | | | | | | | Also, on Windows the build script adds the gnuwin32\bin directory, so we don't need that part in the readme Change-Id: I36ac9ebef9ce8b74fa75f63be7243bb334512a32
| * | Clean up build scriptMarius Storm-Olsen2012-03-272-31/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove loading of thread modules. Not core module, and we don't use them. Return value of system command. Add --force-qmake option, and by default avoid running qmake when a Makefile already exists. Do not pass '-j 1' unless explicit on the command line, and pick up 'MAKE' environment variable. (Thiago) Remove usage of File::Which, as it's not a core module, and often not present on host machines. (Peppe) Remove '-s' or '/s' optin to make/nmake, as we cannot see how far we have compiled, and we only get warnings/errors. Change the qtwebkit build command, and add separate command for installing qtwebkit. Also add the required build tools for WebKit on Windows. Change-Id: I79bffa39a13ece78fa401f39a38a1ccaf0f389b0
* | | sort subdirs by dependenciesOswald Buddenhagen2012-04-111-25/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | not just using $$sort_depends(), so that the independent modules are still sorted more or less logically. Change-Id: I0c9630e338395997f7ee3cb40ef3028b8754af11 Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* | | Updated submodules.Qt Submodule Update Bot2012-04-103-0/+0
| | | | | | | | | | | | | | | Change-Id: I3d84b25eb5e300e427ef4c3e7329207f74dacd25 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* | | Updated submodules.Qt Submodule Update Bot2012-04-103-0/+0
| | | | | | | | | | | | | | | Change-Id: I84dac570b9f422bd182b6389e58159a49349e260 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* | | Updated submodules.Qt Submodule Update Bot2012-04-077-0/+0
| | | | | | | | | | | | | | | Change-Id: I51ca55ff29f53b909c3614b56609e067d2066124 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* | | Updated submodules.Qt Submodule Update Bot2012-04-057-0/+0
| | | | | | | | | | | | | | | Change-Id: If1a52c15fac028718d6f8ff6d2174a23cecb0e16 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* | | Fix building on Windows and OSXMarius Storm-Olsen2012-04-051-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A problem with the dependency algorithm would make the top-most dependent module not compile. Also affects building QtWayland on Linux. OSX has a problem when doing 'make install' on Qt configured with prefix pointing to qtbase (no installation needed), so disable that for the alpha, like on Windows. Also, remove a redundant line in the script. Change-Id: I368e80520977cf8a4bfcbbf13445f50c820aee9c Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* | | Avoid building webkit by default on Windows for nowMarius Storm-Olsen2012-04-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | WebKit still doesn't compile cleanly on Windows, so avoid it until we have something which works. Change-Id: I468dfbd01741705cd0bba3b035855d46acbb42e9 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* | | Add build dependency for qtwayland + make qtwayland non default moduleMarius Storm-Olsen2012-04-052-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | Running ./build qtwayland will build qtwayland and its dependencies. Change-Id: I78f0b0cec6bc21a14f0d8d89e42080589d9b28b6 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* | | Avoid 'make install' on WindowsMarius Storm-Olsen2012-04-051-1/+4
| | | | | | | | | | | | | | | | | | | | | We normally don't 'make install' on Windows, so avoid it for the alpha. Change-Id: Ia5563791be249ea04abdda64b94e15afb2608add Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* | | Updated submodules.Qt Submodule Update Bot2012-04-0516-0/+0
| | | | | | | | | | | | | | | Change-Id: Ifeb89e2305c7c378fe2ccb12f60e199822376f90 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* | | build: Do not clobber existing values of CL environment variable.Friedemann Kleint2012-04-041-2/+7
| | | | | | | | | | | | | | | Change-Id: I88708560e0885fefa149aec7bd9789e585a79d57 Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
* | | Updated submodules.Qt Submodule Update Bot2012-03-3114-0/+0
| | | | | | | | | | | | | | | Change-Id: I15f3399576bd433898f8e89bbcb3c1196e0da5b9 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* | | WebKit build fix (backport of http://trac.webkit.org/changeset/110426)Simon Hausmann2012-03-301-0/+0
| | | | | | | | | | | | | | | Change-Id: Id8c63524a068b8b604677c7115e7bdb2e6ab3b5c Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
* | | Fix build instructions (-j <n>).Friedemann Kleint2012-03-291-1/+1
| | | | | | | | | | | | | | | Change-Id: Ib9b23fed10b687e67859058fb35f92b2250be98f Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
* | | Updated submodules.Qt Submodule Update Bot2012-03-2915-0/+0
| |/ |/| | | | | | | Change-Id: I712875dc293a4f71fd0a99646c8cd9c36b183ecf Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* | WebKit Hotfix for Qt 5 alphaSimon Hausmann2012-03-291-0/+0
| | | | | | | | | | | | | | Eliminates pthread dependency on Windows. Change-Id: I39e7e6baf9e91f3f8223df7c78f5e904ece24f06 Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
* | Fix readme to instruct building with the build script insteadMarius Storm-Olsen2012-03-291-3/+8
| | | | | | | | | | | | | | | | Also, on Windows the build script adds the gnuwin32\bin directory, so we don't need that part in the readme Change-Id: I36ac9ebef9ce8b74fa75f63be7243bb334512a32 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* | Clean up build scriptMarius Storm-Olsen2012-03-292-31/+67
|/ | | | | | | | | | | | | | | | | | | | | | | | | | Remove loading of thread modules. Not core module, and we don't use them. Return value of system command. Add --force-qmake option, and by default avoid running qmake when a Makefile already exists. Do not pass '-j 1' unless explicit on the command line, and pick up 'MAKE' environment variable. (Thiago) Remove usage of File::Which, as it's not a core module, and often not present on host machines. (Peppe) Remove '-s' or '/s' optin to make/nmake, as we cannot see how far we have compiled, and we only get warnings/errors. Change the qtwebkit build command, and add separate command for installing qtwebkit. Also add the required build tools for WebKit on Windows. Change-Id: I79bffa39a13ece78fa401f39a38a1ccaf0f389b0 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-03-2712-0/+0
| | | | | Change-Id: I707e32535dacae1ec16226c0028c28efaf20b900 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* Add build script for Qt 5Marius Storm-Olsen2012-03-262-0/+459
| | | | | | | | The build script will build each module individually, and install them if needed, in the correct order. Change-Id: I9416e624b080b8b25241270e909bd120a4028137 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-03-265-0/+0
| | | | | Change-Id: I1a121f1cb7f3188c94befbfae4418a6e5c9347e1 Reviewed-by: Jyri Tahtela <jyri.tahtela@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-03-261-0/+0
| | | | | Change-Id: I8da3febd53b31c259ab1195ce842255f5ee2ab84 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-03-253-0/+0
| | | | | Change-Id: Ib7e524a79be2e5ba102b2009e5c453dcc8fdb2c9 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-03-2412-0/+0
| | | | | Change-Id: Id1a90d200b4a99e91e3fbdaf4e1cd8408a875364 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-03-2219-0/+0
| | | | | Change-Id: I10fe94d265413c52a958d4c5e4419d97b927df8e Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* Add required dependencies for wayland moduleMarius Storm-Olsen2012-03-221-1/+1
| | | | | Change-Id: I3ca4e23052f93a57466045af1f76b3a36a7e2231 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
* Only add dependency to qtactiveqt if it's availableMarius Storm-Olsen2012-03-211-2/+4
| | | | | | | | | Don't need to be platform specific about it. Change-Id: I3ca981ec03b977961afaa18f09cde10b8b99c64e Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-03-218-0/+0
| | | | | Change-Id: I7d0327830bb4768753cb0c14a23d98fed08be7d2 Reviewed-by: Jyri Tahtela <jyri.tahtela@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-03-2111-0/+0
| | | | | Change-Id: I443a0d2e8e365e930feb5df460576c815e8e78ea Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* Fix README for the Alpha release.Friedemann Kleint2012-03-201-15/+78
| | | | | | | Add more platform-specific information and commands. Change-Id: I54e5e8692b16330bf4d9316eaef0de5c895ec147 Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-03-2010-0/+0
| | | | | Change-Id: I90ec097148dff321fa161ceec41c4d2cf3a7eee0 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-03-1919-0/+0
| | | | | Change-Id: I41be8112dd411bb5734ba177c5391c75dd98b0d3 Reviewed-by: Jyri Tahtela <jyri.tahtela@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-03-1510-0/+0
| | | | | Change-Id: I322ee6fd14717802a1f15c38e9c0ee04674879b2 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-03-145-0/+0
| | | | | Change-Id: I5a53de661c70041bca39a7c27666f299c04d7ccb Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* init-repository: mark as requiring perl 5.8Sergio Ahumada2012-03-141-1/+1
| | | | | | | | This script also works with perl 5.8, so changing the minumum requirement from v5.10 to v5.8. Change-Id: Ia5e59f929bca3e795da015830aeae7ef0d7067e0 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-03-1310-0/+0
| | | | | Change-Id: Ib652510287f21697d673b007e7354e51248dbd7b Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-03-136-0/+0
| | | | | Change-Id: I1d8dd4cffc93d619de473f3b9082923bfeaa5eab Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* QtSVG: Add dependency to declarative and quick1 if qtsvg is available.Toby Tomkins2012-03-131-1/+6
| | | | | | | | | | Currently there is a soft dependency on qtsvg that causes a build of qt5 to have unknown build order for qtsvg and other modules. This change makes it a hard dependency if the qtsvg module is available. Change-Id: Ic58a63f3f5f1d813ba832455c1ad3af41599926b Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-03-1213-0/+0
| | | | | Change-Id: Ibb28a5b1ba12a5d88da14245e15080e04942141d Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* Update WebKitSimon Hausmann2012-03-121-0/+0
| | | | | | | | Includes build fixes for latest API changes in qtbase/qtdeclarative as well as the final QML2 API. Change-Id: Ia3023c1dcd45b6acdcf71e4659fe81231740c344 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>