From e5e5b1f5a36f538df2cde2519de15f7040295a72 Mon Sep 17 00:00:00 2001 From: Iikka Eklund Date: Fri, 27 Jan 2012 10:50:33 +0200 Subject: Exclude examples from Mac builds On Mac the examples do not compile, when using Qt 4.8 This patch only exludes examples when building the whole framework on Mac. Change-Id: Ia497e25040162beb8d511f0a7b3d9b4d7affb002 Reviewed-by: Niels Weber --- installerfw.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installerfw.pro') diff --git a/installerfw.pro b/installerfw.pro index e2b8132c6..7d3a262a6 100644 --- a/installerfw.pro +++ b/installerfw.pro @@ -1,7 +1,7 @@ TEMPLATE=subdirs CONFIG += ordered SUBDIRS += installerbuilder examples tools - +mac:SUBDIRS -= examples test.target=test test.commands=(cd installerbuilder && $(MAKE) test) -- cgit v1.2.3