summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-09-30 08:43:50 -0700
committerJake Petroules <jake.petroules@qt.io>2016-10-05 19:07:30 +0000
commit12bc984f653a06fcc87d5d5615c976f6e3d1a080 (patch)
tree832552d3efadb3b16fc0b536c22029406c38cc96 /src/gui
parentfd7e00aff50c9ced966004238b2f74672dbbe300 (diff)
Clean up QT_QPA_DEFAULT_PLATFORM handling
This is now centralized in configure.pri except where it explicitly needs to be overridden. Change-Id: If829d6b5eecf9a5fc403d0a0600d12c9e5781525 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/configure.pri4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/configure.pri b/src/gui/configure.pri
index 10e50d3654..ee5c7730df 100644
--- a/src/gui/configure.pri
+++ b/src/gui/configure.pri
@@ -65,9 +65,11 @@ defineTest(qtConfTest_qpaDefaultPlatform) {
else: win32: name = windows
else: android: name = android
else: macos: name = cocoa
- else: ios: name = ios
+ else: if(ios|tvos): name = ios
+ else: watchos: name = minimal
else: qnx: name = qnx
else: integrity: name = integrityfb
+ else: haiku: name = haiku
else: name = xcb
$${1}.value = $$name