Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qsystemdetection.h File Reference

Go to the source code of this file.

Macros

#define QSYSTEMDETECTION_H
 
#define Q_OS_UNIX
 
#define QT_DARWIN_PLATFORM_SDK_EQUAL_OR_ABOVE(macos, ios, tvos, watchos)   (0)
 
#define QT_MACOS_IOS_PLATFORM_SDK_EQUAL_OR_ABOVE(macos, ios)   (0)
 
#define QT_MACOS_PLATFORM_SDK_EQUAL_OR_ABOVE(macos)   (0)
 
#define QT_IOS_PLATFORM_SDK_EQUAL_OR_ABOVE(ios)   (0)
 
#define QT_TVOS_PLATFORM_SDK_EQUAL_OR_ABOVE(tvos)   (0)
 
#define QT_WATCHOS_PLATFORM_SDK_EQUAL_OR_ABOVE(watchos)   (0)
 

Macro Definition Documentation

◆ Q_OS_UNIX

#define Q_OS_UNIX

Definition at line 147 of file qsystemdetection.h.

◆ QSYSTEMDETECTION_H

#define QSYSTEMDETECTION_H

Definition at line 12 of file qsystemdetection.h.

◆ QT_DARWIN_PLATFORM_SDK_EQUAL_OR_ABOVE

#define QT_DARWIN_PLATFORM_SDK_EQUAL_OR_ABOVE (   macos,
  ios,
  tvos,
  watchos 
)    (0)

Definition at line 215 of file qsystemdetection.h.

◆ QT_IOS_PLATFORM_SDK_EQUAL_OR_ABOVE

#define QT_IOS_PLATFORM_SDK_EQUAL_OR_ABOVE (   ios)    (0)

Definition at line 218 of file qsystemdetection.h.

◆ QT_MACOS_IOS_PLATFORM_SDK_EQUAL_OR_ABOVE

#define QT_MACOS_IOS_PLATFORM_SDK_EQUAL_OR_ABOVE (   macos,
  ios 
)    (0)

Definition at line 216 of file qsystemdetection.h.

◆ QT_MACOS_PLATFORM_SDK_EQUAL_OR_ABOVE

#define QT_MACOS_PLATFORM_SDK_EQUAL_OR_ABOVE (   macos)    (0)

Definition at line 217 of file qsystemdetection.h.

◆ QT_TVOS_PLATFORM_SDK_EQUAL_OR_ABOVE

#define QT_TVOS_PLATFORM_SDK_EQUAL_OR_ABOVE (   tvos)    (0)

Definition at line 219 of file qsystemdetection.h.

◆ QT_WATCHOS_PLATFORM_SDK_EQUAL_OR_ABOVE

#define QT_WATCHOS_PLATFORM_SDK_EQUAL_OR_ABOVE (   watchos)    (0)

Definition at line 220 of file qsystemdetection.h.