mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-24 16:05:36 +08:00
Added new module `qtdocgallery'
Change-Id: I9086b41be63b95144dbbd5e5511099baf4068253 Reviewed-on: http://codereview.qt.nokia.com/2793 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
f74d833e00
commit
59e8e7914f
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -64,3 +64,6 @@
|
||||
[submodule "qtquick3d"]
|
||||
path = qtquick3d
|
||||
url = git://gitorious.org/qt-quick3d/qt-quick3d.git
|
||||
[submodule "qtdocgallery"]
|
||||
path = qtdocgallery
|
||||
url = git://gitorious.org/qt/qtdocgallery.git
|
||||
|
||||
@@ -225,6 +225,7 @@ my %GERRIT_REPOS = map { $_ => "qt/$_" } qw(
|
||||
qtbase
|
||||
qtdeclarative
|
||||
qtdoc
|
||||
qtdocgallery
|
||||
qtfeedback
|
||||
qtlocation
|
||||
qtmultimedia
|
||||
|
||||
7
qt.pro
7
qt.pro
@@ -95,6 +95,12 @@ module_qtquick3d.depends = module_qtbase module_qtdeclarative
|
||||
# not yet enabled by default
|
||||
module_qtquick3d.CONFIG = no_default_target no_default_install
|
||||
|
||||
module_qtdocgallery.subdir = $$IN_PWD/qtdocgallery
|
||||
module_qtdocgallery.target = module-qtdocgallery
|
||||
module_qtdocgallery.depends = module_qtbase module_qtdeclarative
|
||||
# not yet enabled by default
|
||||
module_qtdocgallery.CONFIG = no_default_target no_default_install
|
||||
|
||||
# only qtbase is required to exist. The others may not - but it is the
|
||||
# users responsibility to ensure that all needed dependencies exist, or
|
||||
# it may not build.
|
||||
@@ -119,6 +125,7 @@ exists(qtsystems/qtsystems.pro): SUBDIRS += module_qtsystems
|
||||
exists(qtmultimediakit/qtmultimediakit.pro): SUBDIRS += module_qtmultimediakit
|
||||
exists(qtfeedback/qtfeedback.pro): SUBDIRS += module_qtfeedback
|
||||
exists(qtquick3d/qtquick3d.pro): SUBDIRS += module_qtquick3d
|
||||
exists(qtdocgallery/qtdocgallery.pro): SUBDIRS += module_qtdocgallery
|
||||
|
||||
exists(qtwebkit/Tools/Scripts/build-webkit) {
|
||||
SUBDIRS += module_qtwebkit \
|
||||
|
||||
1
qtdocgallery
Submodule
1
qtdocgallery
Submodule
Submodule qtdocgallery added at 1102fe901c
Reference in New Issue
Block a user