Merge branch 'stable' into dev

Conflicts:
	qtactiveqt
	qtbase
	qtdeclarative
	qtdoc
	qtgraphicaleffects
	qtjsbackend
	qtmultimedia
	qtquick1
	qtquickcontrols
	qtscript
	qtsensors
	qtserialport
	qtsvg
	qttools
	qttranslations
	qtwebkit
	qtwebkit-examples
	qtxmlpatterns

Change-Id: I5ca751a71375fba0c154db187e89bac6f3fa7ad1
This commit is contained in:
Sergio Ahumada
2013-07-11 13:29:44 +02:00
9 changed files with 18 additions and 19 deletions

6
.gitmodules vendored
View File

@@ -94,3 +94,9 @@
[submodule "qtx11extras"]
path = qtx11extras
url = ../qtx11extras.git
[submodule "qtmacextras"]
path = qtmacextras
url = ../qtmacextras.git
[submodule "qtwinextras"]
path = qtwinextras
url = ../qtwinextras.git

10
configure vendored
View File

@@ -53,11 +53,5 @@ mkdir -p qtbase || exit
echo "+ cd qtbase"
cd qtbase || exit
echo "+ $configure $@"
"$configure" "$@" || exit 1
echo "+ cd .."
cd ..
echo "+ qtbase/bin/qmake $srcpath"
exec qtbase/bin/qmake "$srcpath"
echo "+ $configure -top-level $@"
exec "$configure" -top-level "$@"

View File

@@ -52,17 +52,10 @@ if not exist qtbase mkdir qtbase || exit /b 1
echo + cd qtbase
cd qtbase || exit /b 1
echo + %configure% %*
call %configure% %*
echo + %configure% -top-level %*
call %configure% -top-level %*
set err=%errorlevel%
cd ..
if not %err% == 0 goto out
echo + qtbase\bin\qmake %srcpath%
qtbase\bin\qmake %srcpath%
set err=%errorlevel%
:out
exit /b %err%

View File

@@ -226,6 +226,7 @@ my %GERRIT_REPOS = map { $_ => "qt/$_" } qw(
qtjsondb
qtjsbackend
qtlocation
qtmacextras
qtmultimedia
qtpim
qtqa
@@ -242,6 +243,7 @@ my %GERRIT_REPOS = map { $_ => "qt/$_" } qw(
qtwayland
qtwebkit
qtwebkit-examples
qtwinextras
qtx11extras
qtxmlpatterns
);

2
qt.pro
View File

@@ -54,6 +54,8 @@ defineTest(addModule) {
# it may not build.
addModule(qtbase)
addModule(qtmacextras, qtbase)
addModule(qtwinextras, qtbase)
addModule(qtx11extras, qtbase)
addModule(qlalr, qtbase)
addModule(qtsvg, qtbase)

1
qtmacextras Submodule

Submodule qtmacextras added at e537fadafa

2
qtqa

Submodule qtqa updated: 591e4d5e83...c5ba2745d2

1
qtwinextras Submodule

Submodule qtwinextras added at 447815121b