Makes it easier to read the code
Change-Id: I71ed3affa3d3fe4e2b782898c78f1c1a97371d26
Reviewed-by: Giuseppe D'Angelo <dangelog@gmail.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
it's possible to add more refs, which makes git refuse to update the
configuration unless a value pattern to overwrite is specified.
Change-Id: I326c05a8ed200339bf8f3f45032409150570538c
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
so one has a base directory for paths it reports.
Task-number: QTBUG-25190
Change-Id: Ib222e2d7b07bf986a9eccd6934e51574b5a5a052
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
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>
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>
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>
Running
./build qtwayland
will build qtwayland and its dependencies.
Change-Id: I78f0b0cec6bc21a14f0d8d89e42080589d9b28b6
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
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>
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
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>
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>
Also, on Windows the build script adds the gnuwin32\bin directory, so
we don't need that part in the readme
Change-Id: I36ac9ebef9ce8b74fa75f63be7243bb334512a32
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
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>
Add more platform-specific information and commands.
Change-Id: I54e5e8692b16330bf4d9316eaef0de5c895ec147
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>