Jason McDonald
a9d7b1e452
Add license header to configure script.
...
Change-Id: I231ee1c8ad214c3b09de35578009da4b47bcd00b
Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com >
2012-02-14 06:03:53 +01:00
Jason McDonald
7e083e46d2
Update contact address in license headers.
...
Change-Id: I2b7793cf4fbb605f58257e71614dcd6e2855a82d
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com >
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com >
2012-01-30 04:08:15 +01:00
Jason McDonald
96f49e86ae
Update copyright year in license headers.
...
Change-Id: Ic9fffa8c317e73d8cbed665fe48c1b158e2fa420
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com >
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com >
2012-01-06 07:50:15 +01:00
Rohan McGovern
ca77c71471
Fixed configure exiting with 0 exit code even on failure.
...
The return value from system() is an exit status (e.g. returned value
from waitpid) and needs to be shifted right by 8 bits to get an exit
code.
Change-Id: Ibbcc58491b27ef6d9d299427aeb78f57b41c92e2
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com >
Reviewed-by: João Abecasis <joao.abecasis@nokia.com >
2011-12-15 04:24:39 +01:00
Lincoln Ramsay
84c8542eeb
fix spelling (in a comment)
...
Change-Id: I74ef359ad899060f3ed60ae323c5fc3a1e75dc86
Reviewed-on: http://codereview.qt-project.org/6198
Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com >
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com >
2011-10-10 00:58:07 +02:00
Lincoln Ramsay
6bd52260c8
Check for a non-error, non-continue case.
...
There is at least one case in configure where it exist with a code of 0
but does not create .qmake.cache. Detect this and avoid continuing.
Change-Id: I0554991e5d4a50b7072494c080fa2c593e03b726
Reviewed-on: http://codereview.qt-project.org/6094
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com >
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2011-10-07 02:29:16 +02:00
Lincoln Ramsay
d3f10a82ff
Don't assume that commands succeed
...
Signed-off-by: axis <qt-info@nokia.com >
2011-05-03 13:47:51 +02:00
Lincoln Ramsay
984400a586
Warn everywhere, not just Unix
...
use warnings; is the portable way of doing #!/usr/bin/perl -w
Also use strict; in init-repository.
Signed-off-by: axis <qt-info@nokia.com >
2011-05-03 13:47:51 +02:00
Olivier Goffart
519c2294b2
Fix shadowbuild
...
Reviewed-by: axis
2011-04-27 14:05:53 +02:00
axis
428afb264c
Stopped running init-repository from configure.
...
It's unexpected that configure tampers with your git checkout.
2011-04-27 12:45:38 +02:00
axis
124a9e2e2c
Removed WebKit patches.
...
They are not needed anymore after the patches were submitted to the
qtwebkit repository on gitorious.org.
2011-04-27 12:45:38 +02:00
Qt by Nokia
92351a70e0
Long live the qt5 Qt repository
2011-04-27 12:34:00 +02:00