aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Check for a non-error, non-continue case."Jonathan Liu2012-09-281-10/+0
| | | | | | | | | | This reverts commit 6bd52260c811d7ad9eb74bde0db02f178bd40b47. 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>
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-251-24/+24
| | | | | | | | | 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>
* create top-level .qmake.super instead of .qmake.cacheOswald Buddenhagen2012-06-291-4/+0
| | | | | | | | | | 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>
* be explicit about qtbase/configure failingOswald Buddenhagen2012-04-201-1/+4
| | | | | | | | 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>
* Add license header to configure script.Jason McDonald2012-02-141-3/+42
| | | | | Change-Id: I231ee1c8ad214c3b09de35578009da4b47bcd00b Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* Update contact address in license headers.Jason McDonald2012-01-301-1/+1
| | | | | | Change-Id: I2b7793cf4fbb605f58257e71614dcd6e2855a82d Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update copyright year in license headers.Jason McDonald2012-01-061-1/+1
| | | | | | Change-Id: Ic9fffa8c317e73d8cbed665fe48c1b158e2fa420 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Fixed configure exiting with 0 exit code even on failure.Rohan McGovern2011-12-151-2/+2
| | | | | | | | | | 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>
* fix spelling (in a comment)Lincoln Ramsay2011-10-101-1/+1
| | | | | | | 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>
* Check for a non-error, non-continue case.Lincoln Ramsay2011-10-071-0/+10
| | | | | | | | | | 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>
* Don't assume that commands succeedLincoln Ramsay2011-05-031-4/+4
| | | | Signed-off-by: axis <qt-info@nokia.com>
* Warn everywhere, not just UnixLincoln Ramsay2011-05-031-1/+2
| | | | | | | 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>
* Fix shadowbuildOlivier Goffart2011-04-271-2/+2
| | | | Reviewed-by: axis
* Stopped running init-repository from configure.axis2011-04-271-1/+3
| | | | It's unexpected that configure tampers with your git checkout.
* Removed WebKit patches.axis2011-04-271-2/+0
| | | | | They are not needed anymore after the patches were submitted to the qtwebkit repository on gitorious.org.
* Long live the qt5 Qt repositoryQt by Nokia2011-04-271-0/+63