From 08b74f4f30c304b80249a593a572808bc1892f66 Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Thu, 7 Sep 2017 12:56:33 -0700 Subject: Exclude the QtScript module from the VxWorks build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It doesn't compile on that platform. Change-Id: If7ece34a068a91ed269e7a68ac6b400d35ba7440 Reviewed-by: Jędrzej Nowacki Reviewed-by: Gabriel de Dietrich --- qtscript.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtscript.pro') diff --git a/qtscript.pro b/qtscript.pro index 73de3cb..a6753e8 100644 --- a/qtscript.pro +++ b/qtscript.pro @@ -1,3 +1,3 @@ -requires(!integrity:!winrt) +requires(!integrity:!vxworks:!winrt) load(qt_parts) -- cgit v1.2.1