mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
qtlocation: add to SUBDIRS, but do not (yet) compile it by default
The previous method of adding qtlocation did not allow `make module-qtlocation' to work. Reviewed-by: Alex Change-Id: I75caab75ddf8ed5800c75933097df297b0021c6c
This commit is contained in:
4
qt.pro
4
qt.pro
@@ -65,10 +65,11 @@ module_qtqa.subdir = $$IN_PWD/qtqa
|
||||
module_qtqa.target = module-qtqa
|
||||
module_qtqa.depends = module-qtbase
|
||||
|
||||
# not yet enabled via SUBDIRS
|
||||
module_qtlocation.subdir = $$IN_PWD/qtlocation
|
||||
module_qtlocation.target = module-qtlocation
|
||||
module_qtlocation.depends = module-qtbase
|
||||
# not yet enabled by default
|
||||
module_qtlocation.CONFIG = no_default_target no_default_install
|
||||
|
||||
SUBDIRS = \
|
||||
module_qtbase \
|
||||
@@ -83,6 +84,7 @@ SUBDIRS = \
|
||||
module_qtdoc \
|
||||
module_qlalr \
|
||||
module_qtqa \
|
||||
module_qtlocation \
|
||||
|
||||
exists(qtwebkit/Tools/Scripts/build-webkit) {
|
||||
SUBDIRS += module_qtwebkit \
|
||||
|
||||
Reference in New Issue
Block a user