From 33ccf5847722df56822e407daed5c2ea3049f0c9 Mon Sep 17 00:00:00 2001 From: Andy Nichols Date: Wed, 6 Jun 2012 15:51:27 +0200 Subject: Fix "make install" to not build examples and tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Before this commit, make install would always end up building the examples and tests, even if qtbase was configured not to. Change-Id: I898e1125a343a8e2749a055f4bd886256026de9d Reviewed-by: Samuel Rødal --- qtwayland.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qtwayland.pro') diff --git a/qtwayland.pro b/qtwayland.pro index 377ee24f6..44d68b43a 100644 --- a/qtwayland.pro +++ b/qtwayland.pro @@ -14,7 +14,8 @@ module_qtwayland_examples.depends = module_qtwayland_src module_qtwayland_tests.subdir = tests module_qtwayland_tests.target = module-qtwayland-tests module_qtwayland_tests.depends = module_qtwayland_src -!contains(QT_BUILD_PARTS,tests):!with-tests { +module_qtwayland_tests.CONFIG = no_default_install +!contains(QT_BUILD_PARTS,tests):{ module_qtwayland_tests.CONFIG += no_default_target } -- cgit v1.2.3