- 18 Jan, 2018 - 1 commit
-
-
Frederik Gladhorn authored
Installing Update 5 for Visual Studio 2013 Update 5 (KB2829760)... Removing C:\Windows\Temp\vs12-kb2829760.exe ... Caught System.UnauthorizedAccessException Access to the path 'C:\Windows\Temp\vs12-kb2829760.exe' is denied. Change-Id: I9fe136f0361ee21e38563dd17bf76bf4fd53747f Reviewed-by:
Tony Sarajärvi <tony.sarajarvi@qt.io>
-
- 10 Jan, 2018 - 1 commit
-
-
Heikki Halmet authored
This change will split common folder to four different folders: Linux, Unix, Windows and MacOS. Each of these folders includes scripts which are common for their operating system familes Task-number: QTQAINFRA-1451 Change-Id: Ic93b2183052335dee875d1452b21e38d268b6474 Reviewed-by:
Jędrzej Nowacki <jedrzej.nowacki@qt.io>
-
- 29 Dec, 2017 - 1 commit
-
-
Joni Jantti authored
Currently we are using different styles and amount of digits for the provisioning script prefixes. This change will unify them across the platforms. Also removes a couple of duplicate files. Task-number: QTQAINFRA-1668 Change-Id: I039777e7616bccc29c6a4ac55db13326ae8dc87c Reviewed-by:
Joni Jäntti <joni.jantti@qt.io> Reviewed-by:
Simo Fält <simo.falt@qt.io>
-
- 01 Sep, 2017 - 1 commit
-
-
Tony Sarajärvi authored
Replaces existing Windows 8 x86 builds with a vanilla tier 1 image that gets all needed software provisioned except for VS2013 that is pre-installed. Also modifies existing provisioning scripts under common to support this 32bit OS. Task-number: QTQAINFRA-1383 Change-Id: I495cb2d78b4d2d8b2abb9af1254fff0a78a570d9 Reviewed-by:
Heikki Halmet <heikki.halmet@qt.io>
-
- 11 Aug, 2017 - 1 commit
-
-
Joni Jäntti authored
Added all the provisioning scripts that install required programs and make changes to certain settings. These are needed to build qt5. This replaces the old Windows 8 template. Made all the Windows platforms use the scripts under provisioning/common/ instead of duplicate files. Task-number: QTQAINFRA-1357 Change-Id: Ic3f0b50079b212437fff711379f243753ab84872 Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 03 May, 2017 - 1 commit
-
-
Heikki Halmet authored
MSVC 2017 and Build Tools updated to version 15.1. Also missing component 'Visual C++ compilers and libraries for ARM' installed for winrt arm Also script added to storage msvc version numbers to versions.txt Change-Id: I015e15d5d613b178c1266a2aecee5c3270780486 Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 13 Apr, 2017 - 1 commit
-
-
Heikki Halmet authored
These tier 1 templates includes changes needed by 5.9, but we can use these same tier 1 templates for 5.6 also Change-Id: I3ad0d75ab89f7b6502b758fb94f984cc6e0b7f16 Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 03 Feb, 2017 - 1 commit
-
-
Heikki Halmet authored
Script to remove tier1's preinstalled software. Script itself includes all information about the software that needs to be removed from tier2 before provision starts to run installations. When this script is run for certain platform that platform needs to provision all removed software back to tier2 template. So user needs to make sure that all needed provision script are available when calling this removal-script. Goal is to have vanilla os when provision don't need to remove any software before installations. When this goal is reached this script and script calls can be removed from provision. Change-Id: I048909800807fabb1dc599e768a90e7457fbc2cf Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 11 Jan, 2017 - 1 commit
-
-
Tony Sarajarvi authored
Change-Id: Ia61e503ed5315546421fdeb2f4b8b1be37dab3e9 Reviewed-by:
Tony Sarajärvi <tony.sarajarvi@qt.io>
-
- 22 Nov, 2016 - 1 commit
-
-
Tony Sarajärvi authored
Fix building on OpenSuse after openssl update. Every linux distro seems to patch openssl in a different way to deal with broken/outdated SSL issues. We seem unable to detect what suse did when running configure, so this is a stop-gap measure. Change-Id: I5e375e9c5c1615358dbce0b8dd91476cb4f4e45b Reviewed-by:
Tony Sarajärvi <tony.sarajarvi@qt.io> Reviewed-by:
Aapo Keskimolo <aapo.keskimolo@qt.io> Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 25 Feb, 2015 - 1 commit
-
-
Jani Heikkinen authored
Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Change-Id: Ieb3be34b0d4061fb8dc886991528951f59dbd67e Reviewed-by:
Tuukka Turunen <tuukka.turunen@digia.com> Reviewed-by:
Iikka Eklund <iikka.eklund@theqtcompany.com>
-
- 10 Jul, 2013 - 1 commit
-
-
Oswald Buddenhagen authored
call it with the "secret" -top-level option, which shifts the makefile generation one level up. this makes the configure call the last thing we do, thus also avoiding the problems we had with the -help switch (and the previous attempts at fixing it). Change-Id: I80ba4a09b260a140a9d1b976277c30fd1436b4d6 Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com>
-
- 23 Jun, 2013 - 1 commit
-
-
Sergio Ahumada authored
Using the absolute path to configure, otherwise you get: [user@locahost qt5]$ ./configure -minimal + cd qtbase + ./qtbase/configure -minimal ./configure: line 58: ./qtbase/configure: No such file or directory Change-Id: Ic7568cc571aaa52c56bcd28fa1b6bde8abb32c8e Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 20 Jun, 2013 - 1 commit
-
-
Oswald Buddenhagen authored
otherwise the whole no-syncqt-and-thus-perl-needed stunt in qtbase would be fairly useless for top-level builds. Task-number: QTBUG-31786 Change-Id: I9f9b38091155a2d50ffec169267e0363fc24d3c0 Reviewed-by:
Tuukka Turunen <tuukka.turunen@digia.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by:
Lars Knoll <lars.knoll@digia.com>
-
- 14 Nov, 2012 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: Idd22f7d267b83e1a4f2cc6df9994d82a5d361df7 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 28 Sep, 2012 - 1 commit
-
-
Jonathan Liu authored
This reverts commit 6bd52260 . 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>
-
- 25 Sep, 2012 - 1 commit
-
-
Iikka Eklund authored
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>
-
- 29 Jun, 2012 - 1 commit
-
-
Oswald Buddenhagen authored
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>
-
- 20 Apr, 2012 - 1 commit
-
-
Oswald Buddenhagen authored
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>
-
- 14 Feb, 2012 - 1 commit
-
-
Jason McDonald authored
Change-Id: I231ee1c8ad214c3b09de35578009da4b47bcd00b Reviewed-by:
Toby Tomkins <toby.tomkins@nokia.com>
-
- 30 Jan, 2012 - 1 commit
-
-
Jason McDonald authored
Change-Id: I2b7793cf4fbb605f58257e71614dcd6e2855a82d Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Rohan McGovern <rohan.mcgovern@nokia.com>
-
- 06 Jan, 2012 - 1 commit
-
-
Jason McDonald authored
Change-Id: Ic9fffa8c317e73d8cbed665fe48c1b158e2fa420 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Rohan McGovern <rohan.mcgovern@nokia.com>
-
- 15 Dec, 2011 - 1 commit
-
-
Rohan McGovern authored
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>
-
- 09 Oct, 2011 - 1 commit
-
-
Lincoln Ramsay authored
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>
-
- 07 Oct, 2011 - 1 commit
-
-
Lincoln Ramsay authored
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>
-
- 03 May, 2011 - 2 commits
-
-
Lincoln Ramsay authored
Signed-off-by:
axis <qt-info@nokia.com>
-
Lincoln Ramsay authored
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>
-
- 27 Apr, 2011 - 4 commits
-
-
Olivier Goffart authored
Reviewed-by: axis
-
axis authored
It's unexpected that configure tampers with your git checkout.
-
axis authored
They are not needed anymore after the patches were submitted to the qtwebkit repository on gitorious.org.
-
Qt by Nokia authored
-