mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-04 18:27:05 +08:00
Merge "Merge branch 'stable' into dev" into refs/staging/dev
This commit is contained in:
@@ -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
3
.gitmodules
vendored
@@ -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
|
||||||
|
|||||||
@@ -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
8
qt.pro
@@ -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
1
qtenginio
Submodule
Submodule qtenginio added at 136ee0aa5d
Reference in New Issue
Block a user