mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
Remove QtMultimedia (obsoleted by QtMultimediaKit).
Change-Id: I6fbdde1d28f3156aee0bf9caaae7a1e3b3a4392a Reviewed-on: http://codereview.qt.nokia.com/4105 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
757562f7bd
commit
1b5490797b
@@ -229,7 +229,6 @@ my %GERRIT_REPOS = map { $_ => "qt/$_" } qw(
|
||||
qtdocgallery
|
||||
qtfeedback
|
||||
qtlocation
|
||||
qtmultimedia
|
||||
qtmultimediakit
|
||||
qtphonon
|
||||
qtpim
|
||||
|
||||
7
qt.pro
7
qt.pro
@@ -11,12 +11,6 @@ module_qtphonon.subdir = $$IN_PWD/qtphonon
|
||||
module_qtphonon.target = module-qtphonon
|
||||
module_qtphonon.depends = module_qtbase
|
||||
|
||||
# Disabled and will be removed
|
||||
module_qtmultimedia.subdir = $$IN_PWD/qtmultimedia
|
||||
module_qtmultimedia.target = module-qtmultimedia
|
||||
module_qtmultimedia.depends = module_qtbase
|
||||
module_qtmultimedia.CONFIG = no_default_target no_default_install
|
||||
|
||||
module_qtxmlpatterns.subdir = $$IN_PWD/qtxmlpatterns
|
||||
module_qtxmlpatterns.target = module-qtxmlpatterns
|
||||
module_qtxmlpatterns.depends = module_qtbase
|
||||
@@ -116,7 +110,6 @@ exists(qtphonon/qtphonon.pro): SUBDIRS += module_qtphonon
|
||||
exists(qtxmlpatterns/qtxmlpatterns.pro): SUBDIRS += module_qtxmlpatterns
|
||||
exists(qtscript/qtscript.pro): SUBDIRS += module_qtscript
|
||||
exists(qtdeclarative/qtdeclarative.pro): SUBDIRS += module_qtdeclarative
|
||||
exists(qtmultimedia/qtmultimedia.pro): SUBDIRS += module_qtmultimedia
|
||||
exists(qttools/qttools.pro): SUBDIRS += module_qttools
|
||||
exists(qttranslations/qttranslations.pro): SUBDIRS += module_qttranslations
|
||||
exists(qtdoc/qtdoc.pro): SUBDIRS += module_qtdoc
|
||||
|
||||
Submodule qtmultimedia deleted from e7bda0c3bf
Reference in New Issue
Block a user