From a1000de2b48d1105fcfb1e6f7ead4fdd71479b6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Fri, 15 Feb 2013 11:57:08 +0100 Subject: Ensure that arch.test for host runs with option(host_build) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit So that mkspecs and features may rely on the host_build test. Change-Id: I18fee4820d9e2904285afcc7ddb8f1cc3d025fef Reviewed-by: Richard Moe Gustavsen Reviewed-by: Tor Arne Vestbø Reviewed-by: Thiago Macieira --- config.tests/arch/arch.pro | 1 + config.tests/arch/arch_host.pro | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 config.tests/arch/arch_host.pro (limited to 'config.tests/arch') diff --git a/config.tests/arch/arch.pro b/config.tests/arch/arch.pro index c6801264b4..fda4acc601 100644 --- a/config.tests/arch/arch.pro +++ b/config.tests/arch/arch.pro @@ -1,3 +1,4 @@ +TARGET = arch SOURCES = arch.cpp CONFIG -= qt dylib release debug_and_release CONFIG += debug console diff --git a/config.tests/arch/arch_host.pro b/config.tests/arch/arch_host.pro new file mode 100644 index 0000000000..f7acef0c5d --- /dev/null +++ b/config.tests/arch/arch_host.pro @@ -0,0 +1,2 @@ +option(host_build) +include(arch.pro) -- cgit v1.2.3