Commit Graph

17 Commits

Author SHA1 Message Date
Oswald Buddenhagen b9b8db0745 fix argument quoting when invoking "proper" configure
Change-Id: Idd22f7d267b83e1a4f2cc6df9994d82a5d361df7
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
2012-11-14 05:51:43 +01:00
Jonathan Liu 600b295f2c Revert "Check for a non-error, non-continue case."
This reverts commit 6bd52260c8.
Running configure -help should not break builds by removing
.qmake.cache.

Change-Id: I9754ea891a445a9b67a1f9ad0adac85cb36338fe
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
2012-09-28 18:19:12 +02:00
Iikka Eklund 4e87fe89ce Change copyrights from Nokia to Digia
Change copyrights and license headers from Nokia to Digia

Change-Id: Ieac8fb85896427cd5e3c6d91698c455a0dc9e495
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: Janne Anttila <janne.anttila@digia.com>
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
2012-09-25 14:31:30 +02:00
Oswald Buddenhagen 1317419aa2 create top-level .qmake.super instead of .qmake.cache
at this point, the cache is needed only to aggregate the modules,
not to "export" qtbase internals. the modules now have private caches
for "real" config data.

Change-Id: I4c70d220bbc054023710680545a04c171e238aff
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
2012-06-29 03:41:41 +02:00
Oswald Buddenhagen c2543dc358 be explicit about qtbase/configure failing
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>
2012-04-20 11:33:35 +02:00
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