You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqt3/include/ntqconfig.h.cmake

24 lines
566 B

#pragma once
/* License information */
#define TQT_PRODUCT_LICENSEE "Free"
#define QT_PRODUCT_LICENSE "qt-free"
/* Build key */
#define TQT_BUILD_KEY "@_HOST_SYSTEM_PROCESSOR@ @_HOST_SYSTEM_NAME@ @_COMPILER_NAME@ @TQT_CONFIG@"
/* Machine byte-order */
#define Q_BIG_ENDIAN 4321
#define Q_LITTLE_ENDIAN 1234
#define Q_BYTE_ORDER @_ENDIAN@
/* Compile time features */
#cmakedefine QT_LARGEFILE_SUPPORT 64
#define TQT_POINTER_SIZE @_SIZEOF_VOID_P@
/* immodule extensions support */
#cmakedefine TQT_NO_IM_EXTENSIONS 1
/* STL support */
#cmakedefine TQT_NO_STL 1