summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Koenig <tobias.koenig@kdab.com>2018-02-02 14:03:51 +0100
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2018-02-04 12:45:13 +0000
commite5c8917bdc95d37244017a5a3e034142fa97c14e (patch)
tree07865f2a9441ad6eaa0ae3163a6b57d8b8754732
parent45b18c4a18a60907496e2738f6f3c75334ec260f (diff)
Exclude qtpdf module from Integrity and uikit based builds
The PDFium library does not support Integrity OS and Watch/Tv/iOS, so exclude the qtpdf module on those platforms. Change-Id: I5e05b7e1d1fd4b2f137d41f54a0e32de18d38ac7 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
-rw-r--r--qpdf.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpdf.pro b/qpdf.pro
index ef555e9..cd1d5c4 100644
--- a/qpdf.pro
+++ b/qpdf.pro
@@ -1,3 +1,3 @@
load(qt_parts)
-# Upstream has not been ported to QNX/iOS/WinPhone/WinRT/MinGW yet.
-requires(!qnx:!ios:!winphone:!winrt:!win32-g++)
+# Upstream PDFium has not been ported to various platforms yet.
+requires(!qnx:!uikit:!winphone:!winrt:!win32-g++:!integrity)