From b984a0da2baa935ba9e39243c07160a68cfb682a Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Wed, 11 May 2011 09:05:46 +1000 Subject: 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 --- qt.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'qt.pro') diff --git a/qt.pro b/qt.pro index d2fb223d..f174aed1 100644 --- a/qt.pro +++ b/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 \ -- cgit v1.2.3