mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-06 08:18:15 +08:00
Add qtimageformats module to Qt5.
Change-Id: Ie168a1a450b8090d4aa934a21e991c67683ef5de Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
93458fe856
commit
136762ee09
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -79,3 +79,6 @@
|
||||
[submodule "qtjsbackend"]
|
||||
path = qtjsbackend
|
||||
url = git://gitorious.org/qt/qtjsbackend.git
|
||||
[submodule "qtimageformats"]
|
||||
path = qtimageformats
|
||||
url = git://gitorious.org/qt/qtimageformats.git
|
||||
|
||||
@@ -228,6 +228,7 @@ my %GERRIT_REPOS = map { $_ => "qt/$_" } qw(
|
||||
qtdoc
|
||||
qtdocgallery
|
||||
qtfeedback
|
||||
qtimageformats
|
||||
qtjsondb
|
||||
qtjsbackend
|
||||
qtlocation
|
||||
|
||||
5
qt.pro
5
qt.pro
@@ -111,6 +111,10 @@ module_qtjsondb.subdir = $$IN_PWD/qtjsondb
|
||||
module_qtjsondb.target = module-qtjsondb
|
||||
module_qtjsondb.depends = module_qtbase module_qtdeclarative module_qtxmlpatterns
|
||||
|
||||
module_qtimageformats.subdir = $$IN_PWD/qtimageformats
|
||||
module_qtimageformats.target = module-qtimageformats
|
||||
module_qtimageformats.depends = module_qtbase
|
||||
|
||||
# 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.
|
||||
@@ -146,6 +150,7 @@ exists(qtjsondb/qtjsondb.pro) {
|
||||
module_qtsystems.depends += module_qtjsondb
|
||||
}
|
||||
exists(qtjsbackend/qtjsbackend.pro): SUBDIRS += module_qtjsbackend
|
||||
exists(qtimageformats/qtimageformats.pro): SUBDIRS += module_qtimageformats
|
||||
|
||||
exists(qtwebkit/Tools/Scripts/build-webkit) {
|
||||
SUBDIRS += module_qtwebkit \
|
||||
|
||||
1
qtimageformats
Submodule
1
qtimageformats
Submodule
Submodule qtimageformats added at c64ae4f161
Reference in New Issue
Block a user