mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
Added new module, qtpim.
Not yet enabled by default. Change-Id: I7db1f9a782442876139306a25847e6f23194f672 Reviewed-on: http://codereview.qt.nokia.com/3427 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
0606fafb5e
commit
ae61bc2d1f
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -67,3 +67,6 @@
|
||||
[submodule "qtdocgallery"]
|
||||
path = qtdocgallery
|
||||
url = git://gitorious.org/qt/qtdocgallery.git
|
||||
[submodule "qtpim"]
|
||||
path = qtpim
|
||||
url = git://gitorious.org/qt/qtpim.git
|
||||
|
||||
@@ -231,6 +231,7 @@ my %GERRIT_REPOS = map { $_ => "qt/$_" } qw(
|
||||
qtmultimedia
|
||||
qtmultimediakit
|
||||
qtphonon
|
||||
qtpim
|
||||
qtqa
|
||||
qtrepotools
|
||||
qtscript
|
||||
|
||||
7
qt.pro
7
qt.pro
@@ -95,6 +95,12 @@ module_qtdocgallery.subdir = $$IN_PWD/qtdocgallery
|
||||
module_qtdocgallery.target = module-qtdocgallery
|
||||
module_qtdocgallery.depends = module_qtbase module_qtscript module_qtdeclarative
|
||||
|
||||
module_qtpim.subdir = $$IN_PWD/qtpim
|
||||
module_qtpim.target = module-qtpim
|
||||
module_qtpim.depends = module_qtdeclarative
|
||||
# not yet enabled by default
|
||||
module_qtpim.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.
|
||||
@@ -120,6 +126,7 @@ 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(qtpim/qtpim.pro): SUBDIRS += module_qtpim
|
||||
|
||||
exists(qtwebkit/Tools/Scripts/build-webkit) {
|
||||
SUBDIRS += module_qtwebkit \
|
||||
|
||||
1
qtpim
Submodule
1
qtpim
Submodule
Submodule qtpim added at ff95b1592b
Reference in New Issue
Block a user