mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 03:46:44 +08:00
Hook qtserialbus into qt5.git
Change-Id: I17c8c55205f852b3e79f279cad7b87f403d7fbe7 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
This commit is contained in:
committed by
Simon Hausmann
parent
4c520caa69
commit
c5cb9d2d89
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -126,6 +126,10 @@
|
|||||||
url = ../qtquickcontrols.git
|
url = ../qtquickcontrols.git
|
||||||
branch = 5.6
|
branch = 5.6
|
||||||
initrepo = true
|
initrepo = true
|
||||||
|
[submodule "qtserialbus"]
|
||||||
|
path = qtserialbus
|
||||||
|
url = ../qtserialbus.git
|
||||||
|
branch = 5.6
|
||||||
[submodule "qtserialport"]
|
[submodule "qtserialport"]
|
||||||
path = qtserialport
|
path = qtserialport
|
||||||
url = ../qtserialport.git
|
url = ../qtserialport.git
|
||||||
|
|||||||
1
qt.pro
1
qt.pro
@@ -88,6 +88,7 @@ addModule(qtscript, qtbase, qttools)
|
|||||||
addModule(qtquick1, qtscript, qtsvg qtxmlpatterns)
|
addModule(qtquick1, qtscript, qtsvg qtxmlpatterns)
|
||||||
addModule(qtdocgallery, qtdeclarative)
|
addModule(qtdocgallery, qtdeclarative)
|
||||||
addModule(qtwayland, qtbase, qtdeclarative)
|
addModule(qtwayland, qtbase, qtdeclarative)
|
||||||
|
addModule(qtserialbus, qtbase)
|
||||||
addModule(qtserialport, qtbase)
|
addModule(qtserialport, qtbase)
|
||||||
addModule(qtenginio, qtdeclarative)
|
addModule(qtenginio, qtdeclarative)
|
||||||
addModule(qtwebengine, qtquickcontrols qtwebchannel, qtlocation)
|
addModule(qtwebengine, qtquickcontrols qtwebchannel, qtlocation)
|
||||||
|
|||||||
1
qtserialbus
Submodule
1
qtserialbus
Submodule
Submodule qtserialbus added at 1166152611
Reference in New Issue
Block a user