summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKimmo Ollila <kimmo.ollila@qt.io>2017-01-05 13:23:20 +0200
committerKimmo Ollila <kimmo.ollila@theqtcompany.com>2017-01-12 08:09:48 +0000
commite349e6df7a08b4aa15a63fa5f1dcd0f36d598d53 (patch)
treeabe636b804d34067931213c83e13f909594db90c
parentacedbb4c2755289d2562a1f0cf30f8ee7a38fdc1 (diff)
Build fix for libtiff on INTEGRITY
INTEGRITY doesn't have search.h header Change-Id: I5efe7d8ced37942de85ae810e22e528996e9904f Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io> Reviewed-by: Nikola Velinov <nvelinov@ghs.com>
-rw-r--r--src/3rdparty/libtiff/libtiff/tif_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/libtiff/libtiff/tif_config.h b/src/3rdparty/libtiff/libtiff/tif_config.h
index a6bf38c..b0618df 100644
--- a/src/3rdparty/libtiff/libtiff/tif_config.h
+++ b/src/3rdparty/libtiff/libtiff/tif_config.h
@@ -139,7 +139,7 @@
/* #undef HAVE_PTHREAD */
/* Define to 1 if you have the <search.h> header file. */
-#if !defined(Q_OS_WINCE) && !defined(Q_OS_VXWORKS) && !defined(Q_OS_ANDROID)
+#if !defined(Q_OS_WINCE) && !defined(Q_OS_VXWORKS) && !defined(Q_OS_ANDROID) && !defined(Q_OS_INTEGRITY)
#define HAVE_SEARCH_H 1
#endif