Merge branch 'stable' into dev

Conflicts:
	qtactiveqt
	qtandroidextras
	qtbase
	qtconnectivity
	qtdeclarative
	qtdoc
	qtgraphicaleffects
	qtimageformats
	qtlocation
	qtmacextras
	qtmultimedia
	qtqa
	qtquick1
	qtquickcontrols
	qtrepotools
	qtscript
	qtsensors
	qtserialport
	qtsvg
	qttools
	qttranslations
	qtwebkit
	qtwebkit-examples
	qtwinextras
	qtx11extras
	qtxmlpatterns

Change-Id: I404135b8463e4cdfc6a235f8c2203ea8ddfa3df5
This commit is contained in:
Frederik Gladhorn
2014-01-29 13:50:59 +01:00
5 changed files with 14 additions and 6 deletions

View File

@@ -4,10 +4,10 @@
# ==[ Details: Describe what changed and explain why it changed ]======| # ==[ Details: Describe what changed and explain why it changed ]======|
# ==[ Footers: Uncomment and edit where applicable ]===================|
#
# Change log entry (see below for instructions). # Change log entry (see below for instructions).
#[ChangeLog][][] #[ChangeLog][][]
# ==[ Footers: Uncomment and edit where applicable ]===================|
# #
# One task per entry. Remember space after colon. # One task per entry. Remember space after colon.
#Task-number: #Task-number:
@@ -22,7 +22,8 @@
# Change log entry: If this commit adds a significant feature, fixes an # Change log entry: If this commit adds a significant feature, fixes an
# issue or contains a behavior change that is relevant to others, # issue or contains a behavior change that is relevant to others,
# add a change log entry. It can be multiple lines long and ends with an # add a change log entry. It can be multiple lines long and ends with an
# empty newline. # empty newline. Try to integrate it into the flow of the commit message
# to avoid redundancy.
# Use the module name to indicate the area of the change e.g. [QtCore]. # Use the module name to indicate the area of the change e.g. [QtCore].
# Optionally specify a class or subtopic [QtNetwork][QSslSocket]. # Optionally specify a class or subtopic [QtNetwork][QSslSocket].
# Other common tags are: [General], [Important Behavior Changes], # Other common tags are: [General], [Important Behavior Changes],

3
.gitmodules vendored
View File

@@ -100,3 +100,6 @@
[submodule "qtandroidextras"] [submodule "qtandroidextras"]
path = qtandroidextras path = qtandroidextras
url = ../qtandroidextras.git url = ../qtandroidextras.git
[submodule "qtenginio"]
path = qtenginio
url = ../qtenginio.git

View File

@@ -208,6 +208,7 @@ my %GERRIT_REPOS = map { $_ => "qt/$_" } qw(
qtdeclarative qtdeclarative
qtdoc qtdoc
qtdocgallery qtdocgallery
qtenginio
qtfeedback qtfeedback
qtgraphicaleffects qtgraphicaleffects
qtimageformats qtimageformats

8
qt.pro
View File

@@ -3,6 +3,7 @@ cache(, super)
CONFIG += build_pass # hack to disable the .qmake.super auto-add CONFIG += build_pass # hack to disable the .qmake.super auto-add
load(qt_build_config) load(qt_build_config)
CONFIG -= build_pass # unhack, as it confuses Qt Creator
TEMPLATE = subdirs TEMPLATE = subdirs
@@ -76,16 +77,17 @@ addModule(qtsensors, qtbase, qtdeclarative)
addModule(qtconnectivity, qtbase $$ANDROID_EXTRAS, qtdeclarative) addModule(qtconnectivity, qtbase $$ANDROID_EXTRAS, qtdeclarative)
addModule(qtfeedback, qtdeclarative, qtmultimedia) addModule(qtfeedback, qtdeclarative, qtmultimedia)
addModule(qtpim, qtdeclarative, qtjsondb) addModule(qtpim, qtdeclarative, qtjsondb)
addModule(qtwebkit, qtdeclarative, qtlocation qtsensors, WebKit.pro) addModule(qtwebkit, qtdeclarative, qtlocation qtmultimedia qtsensors, WebKit.pro)
addModule(qttools, qtbase, qtdeclarative qtactiveqt qtwebkit) addModule(qttools, qtbase, qtdeclarative qtactiveqt qtwebkit)
addModule(qtwebkit-examples, qtwebkit qttools) addModule(qtwebkit-examples, qtwebkit qttools)
addModule(qtimageformats, qtbase) addModule(qtimageformats, qtbase)
addModule(qtgraphicaleffects, qtdeclarative) addModule(qtgraphicaleffects, qtdeclarative)
addModule(qtscript, qtbase) addModule(qtscript, qtbase, qttools)
addModule(qtquick1, qtscript, qtsvg qtxmlpatterns qtwebkit qttools) addModule(qtquick1, qtscript, qtsvg qtxmlpatterns qtwebkit)
addModule(qtdocgallery, qtdeclarative, qtjsondb) addModule(qtdocgallery, qtdeclarative, qtjsondb)
!win32:!mac:addModule(qtwayland, qtbase, qtdeclarative) !win32:!mac:addModule(qtwayland, qtbase, qtdeclarative)
addModule(qtserialport, qtbase) addModule(qtserialport, qtbase)
addModule(qtenginio, qtdeclarative)
addModule(qttranslations, qttools) addModule(qttranslations, qttools)
addModule(qtdoc, qtdeclarative) addModule(qtdoc, qtdeclarative)
addModule(qtqa, qtbase) addModule(qtqa, qtbase)

1
qtenginio Submodule

Submodule qtenginio added at 136ee0aa5d