From 3f9817b26cd26fa731ca88537c0137d31c0383e4 Mon Sep 17 00:00:00 2001 From: Jacek Poplawski Date: Wed, 5 Jul 2023 12:47:37 +0200 Subject: Add initial support for building for VxWorks using clang Change-Id: I8c4538cd5582bfea69a6e1890445c4c75e6ca0d7 Reviewed-by: Thiago Macieira --- src/corelib/global/qsystemdetection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/global') diff --git a/src/corelib/global/qsystemdetection.h b/src/corelib/global/qsystemdetection.h index ca94d552ec..74ff3fea9b 100644 --- a/src/corelib/global/qsystemdetection.h +++ b/src/corelib/global/qsystemdetection.h @@ -123,7 +123,7 @@ # define Q_OS_INTEGRITY #elif defined(__rtems__) # define Q_OS_RTEMS -#elif defined(VXWORKS) /* there is no "real" VxWorks define - this has to be set in the mkspec! */ +#elif defined(__vxworks) # define Q_OS_VXWORKS #elif defined(__HAIKU__) # define Q_OS_HAIKU -- cgit v1.2.3