From b6d3bae80317d854d78b5880d8d46cacd0d1a64e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20Johan=20S=C3=B8rvig?= Date: Mon, 15 Sep 2014 21:48:30 +0200 Subject: QtDeclarative fixes and workarounds for NaCl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make QtDeclarative run on Native Client. Some of these should be looked at more closely at a later point in time, but will do as workarounds from now. Change-Id: Ifddcb45b190c3a80c6137772a05ababb5466ea22 Reviewed-by: Morten Johan Sørvig --- tools/tools.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/tools.pro b/tools/tools.pro index b2e9e27066..51a7af92a8 100644 --- a/tools/tools.pro +++ b/tools/tools.pro @@ -6,7 +6,7 @@ SUBDIRS += \ qmlmin.CONFIG = host_build qmlimportscanner.CONFIG = host_build -!android|android_app { +!nacl:!android|android_app { SUBDIRS += \ qml \ qmlprofiler \ -- cgit v1.2.3