mirror of
git://code.qt.io/qt/qt5.git
synced 2026-08-17 09:54:20 +08:00
Compare commits
27 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 63200543dd | |||
| 4e92039103 | |||
| 0a23321599 | |||
| 6b22ad702d | |||
| a3152cb8f1 | |||
| dc199e37d5 | |||
| a7dc6fd595 | |||
| fe236cc44c | |||
| b2385231c4 | |||
| 7befa70253 | |||
| 805c735b02 | |||
| ae9c68d190 | |||
| ef51fe0ebb | |||
| 3b525e1235 | |||
| 76e16b228e | |||
| 604f330cd2 | |||
| b25883ebaa | |||
| a968d5d531 | |||
| 5fd794ca6d | |||
| 4b256e249b | |||
| f37564a749 | |||
| baac9b5129 | |||
| f7b7ff4f9f | |||
| 4c925babf9 | |||
| d000023376 | |||
| 38b7c75f6b | |||
| 1aa3ccbc4c |
@@ -12,9 +12,6 @@
|
||||
# One task per entry. Remember space after colon.
|
||||
#Task-number:
|
||||
#
|
||||
# Solicit reviewers. They still need to use the Gerrit frontend.
|
||||
#Reviewed-by:
|
||||
#
|
||||
# ==[ Please wrap at 72 characters ]===================================|
|
||||
#
|
||||
# Remember to read http://wiki.qt-project.org/Commit_Policy
|
||||
|
||||
+3
-3
@@ -28,9 +28,6 @@
|
||||
[submodule "qtdoc"]
|
||||
path = qtdoc
|
||||
url = ../qtdoc.git
|
||||
[submodule "qlalr"]
|
||||
path = qlalr
|
||||
url = ../qlalr.git
|
||||
[submodule "qtrepotools"]
|
||||
path = qtrepotools
|
||||
url = ../qtrepotools.git
|
||||
@@ -103,3 +100,6 @@
|
||||
[submodule "qtenginio"]
|
||||
path = qtenginio
|
||||
url = ../qtenginio.git
|
||||
[submodule "qtwebsockets"]
|
||||
path = qtwebsockets
|
||||
url = ../qtwebsockets.git
|
||||
|
||||
+2
-1
@@ -200,7 +200,6 @@ my %PROTOCOLS = (
|
||||
my %GERRIT_REPOS = map { $_ => "qt/$_" } qw(
|
||||
qt3d
|
||||
qt5
|
||||
qlalr
|
||||
qtactiveqt
|
||||
qtandroidextras
|
||||
qtbase
|
||||
@@ -231,6 +230,7 @@ my %GERRIT_REPOS = map { $_ => "qt/$_" } qw(
|
||||
qtwayland
|
||||
qtwebkit
|
||||
qtwebkit-examples
|
||||
qtwebsockets
|
||||
qtwinextras
|
||||
qtx11extras
|
||||
qtxmlpatterns
|
||||
@@ -258,6 +258,7 @@ my @DEFAULT_REPOS = qw(
|
||||
qtsvg
|
||||
qttools
|
||||
qttranslations
|
||||
qtwebsockets
|
||||
qtwebkit
|
||||
qtwebkit-examples
|
||||
qtwinextras
|
||||
|
||||
-1
Submodule qlalr deleted from a803a5c214
@@ -3,6 +3,7 @@ cache(, super)
|
||||
|
||||
CONFIG += build_pass # hack to disable the .qmake.super auto-add
|
||||
load(qt_build_config)
|
||||
CONFIG -= build_pass # unhack, as it confuses Qt Creator
|
||||
|
||||
TEMPLATE = subdirs
|
||||
|
||||
@@ -53,11 +54,13 @@ defineTest(addModule) {
|
||||
# users responsibility to ensure that all needed dependencies exist, or
|
||||
# it may not build.
|
||||
|
||||
ANDROID_EXTRAS =
|
||||
android: ANDROID_EXTRAS = qtandroidextras
|
||||
|
||||
addModule(qtbase)
|
||||
addModule(qtandroidextras, qtbase)
|
||||
addModule(qtmacextras, qtbase)
|
||||
addModule(qtx11extras, qtbase)
|
||||
addModule(qlalr, qtbase)
|
||||
addModule(qtsvg, qtbase)
|
||||
addModule(qtxmlpatterns, qtbase)
|
||||
addModule(qtdeclarative, qtbase, qtsvg qtxmlpatterns)
|
||||
@@ -70,7 +73,7 @@ addModule(qtjsondb, qtdeclarative)
|
||||
addModule(qtsystems, qtbase, qtdeclarative)
|
||||
addModule(qtlocation, qtbase, qt3d qtsystems qtmultimedia)
|
||||
addModule(qtsensors, qtbase, qtdeclarative)
|
||||
addModule(qtconnectivity, qtbase, qtdeclarative)
|
||||
addModule(qtconnectivity, qtbase $$ANDROID_EXTRAS, qtdeclarative)
|
||||
addModule(qtfeedback, qtdeclarative, qtmultimedia)
|
||||
addModule(qtpim, qtdeclarative, qtjsondb)
|
||||
addModule(qtwebkit, qtdeclarative, qtlocation qtmultimedia qtsensors, WebKit.pro)
|
||||
@@ -84,6 +87,7 @@ addModule(qtdocgallery, qtdeclarative, qtjsondb)
|
||||
!win32:!mac:addModule(qtwayland, qtbase, qtdeclarative)
|
||||
addModule(qtserialport, qtbase)
|
||||
addModule(qtenginio, qtdeclarative)
|
||||
addModule(qtwebsockets, qtbase, qtdeclarative)
|
||||
addModule(qttranslations, qttools)
|
||||
addModule(qtdoc, qtdeclarative)
|
||||
addModule(qtqa, qtbase)
|
||||
|
||||
+1
-1
Submodule qtactiveqt updated: d6d1217473...2e44efa505
+1
-1
Submodule qtandroidextras updated: f4e81f8ca5...69f8652622
+1
-1
Submodule qtbase updated: 62feb088a3...45e17d0cc7
+1
-1
Submodule qtconnectivity updated: 44fd56d22e...c969ca25b2
+1
-1
Submodule qtdeclarative updated: b433c4b5a7...7d25db8ff4
+1
-1
Submodule qtdoc updated: f308fb8a19...15c0c98d44
+1
-1
Submodule qtgraphicaleffects updated: e8c1b8423a...9b1883d2e9
+1
-1
Submodule qtimageformats updated: b742f21e41...37e34e1f36
+1
-1
Submodule qtlocation updated: 959468ed1b...e656c31890
+1
-1
Submodule qtmacextras updated: df23cbf333...63ea1f8b4c
+1
-1
Submodule qtmultimedia updated: d19bede8ad...d964388b38
+1
-1
Submodule qtqa updated: afafbfafd9...5f4a961316
+1
-1
Submodule qtquick1 updated: a4476cc12e...3eeaf98712
+1
-1
Submodule qtquickcontrols updated: 08a32dff66...44e9533361
+1
-1
Submodule qtrepotools updated: 0f80e8a8fa...e3345e6cb1
+1
-1
Submodule qtscript updated: a2da34be84...b95d7d3425
+1
-1
Submodule qtsensors updated: 07d0e9d579...2b67b50af1
+1
-1
Submodule qtserialport updated: 84ec01711a...c2b0416475
+1
-1
Submodule qtsvg updated: 62c8144782...cd0843d4d7
+1
-1
Submodule qttools updated: cc253a0469...2e74382c09
+1
-1
Submodule qttranslations updated: f0283f70a3...a104c706a4
+1
-1
Submodule qtwebkit updated: 99113b7cc7...6cec10879f
+1
-1
Submodule qtwebkit-examples updated: 5c814406c6...0a23233f9c
Submodule
+1
Submodule qtwebsockets added at 2bf36986a1
+1
-1
Submodule qtwinextras updated: 8ddbbfd4c8...863cb45550
+1
-1
Submodule qtx11extras updated: 9131e081b9...d229decb2d
+1
-1
Submodule qtxmlpatterns updated: 831c6a4ec2...943be69584
Reference in New Issue
Block a user