summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/corelib/global/qsystemdetection.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/global/qsystemdetection.h b/src/corelib/global/qsystemdetection.h
index fe7d7d880b..ab023a6cb5 100644
--- a/src/corelib/global/qsystemdetection.h
+++ b/src/corelib/global/qsystemdetection.h
@@ -72,6 +72,7 @@
UNIX - Any UNIX BSD/SYSV system
ANDROID - Android platform
HAIKU - Haiku
+ WEBOS - LG WebOS
The following operating systems have variants:
LINUX - both Q_OS_LINUX and Q_OS_ANDROID are defined when building for Android
@@ -111,6 +112,9 @@
# else
# error "Qt has not been ported to this Apple platform - see http://www.qt.io/developers"
# endif
+#elif defined(__WEBOS__)
+# define Q_OS_WEBOS
+# define Q_OS_LINUX
#elif defined(__ANDROID__) || defined(ANDROID)
# define Q_OS_ANDROID
# define Q_OS_LINUX