From 2f3f19e6f7e0a2f635762a4ee053020c2237ad30 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Thu, 13 Feb 2014 19:46:01 +0100 Subject: Prospective iOS build fix for tst_qqmlmoduleplugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Include unistd.h for _PC_CASE_SENSITIVE Change-Id: I0c57d7d84fa4c7379502dbf95fd22476724d5fa3 Reviewed-by: Morten Johan Sørvig --- tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp b/tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp index 04c7e51e4f..15be1fdbc0 100644 --- a/tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp +++ b/tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp @@ -44,6 +44,11 @@ #include #include +#if defined(Q_OS_MAC) +// For _PC_CASE_SENSITIVE +#include +#endif + #include "../../shared/testhttpserver.h" #include "../../shared/util.h" -- cgit v1.2.3