From 9362b2a4be9f3a92020a169f1bb2896667974dda Mon Sep 17 00:00:00 2001 From: Iikka Eklund Date: Wed, 31 Aug 2016 14:41:58 +0300 Subject: Support building Qbs for host platforms only With this change we don't need a separate Module class in Coin for Qbs to exclude cross-compilations. Change-Id: I92e26b668615aeea1cba7fd0ff05d58387c058ee Reviewed-by: Jake Petroules --- qbs.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qbs.pro') diff --git a/qbs.pro b/qbs.pro index 1ff1e02eb..af6ba896a 100644 --- a/qbs.pro +++ b/qbs.pro @@ -1,3 +1,5 @@ +requires(!cross_compile) + defineTest(minQtVersion) { maj = $$1 min = $$2 -- cgit v1.2.3