diff --git a/xapp/libqt5-base/Makefile b/xapp/libqt5-base/Makefile new file mode 100644 index 00000000..26dae8fa --- /dev/null +++ b/xapp/libqt5-base/Makefile @@ -0,0 +1,134 @@ +# $FreeBSD: head/devel/qt5-qmake/Makefile 492793 2019-02-12 17:43:00Z tcberner $ + +PORTNAME= qt5-base +DISTVERSION= ${QT5_VERSION} +CATEGORIES= devel +PKGNAMEPREFIX= lib +MASTER_SITES+= http://download.qt.io/official_releases/qt/${DISTVERSION:R}/${DISTVERSION}/submodules/ +DISTNAME= qtbase-everywhere-src-${PORTVERSION} + + +MAINTAINER= kde@FreeBSD.org +COMMENT= Qt Makefile generator + +LIB_DEPENDS+= libdbus.so:gnome/dbus + +LIB_DEPENDS+= libqtfontconfig.so:xapp/libqtfontconfig +LIB_DEPENDS+= libqtfreetype.so:xapp/libqtfreetype2 +LIB_DEPENDS+= libpcre2-16.so:text/libpcre2 + +LIB_DEPENDS+= libSM.so.6:x11/libSM +LIB_DEPENDS+= libX11-xcb.so:x11/libX11 +LIB_DEPENDS+= libX11.so.6:x11/libX11 + +LIB_DEPENDS+= libXau.so.6:x11/libXau +LIB_DEPENDS+= libXdamage.so:x11/libXdamage +LIB_DEPENDS+= libXdmcp.so:x11/libXdmcp +LIB_DEPENDS+= libXext.so:x11/libXext +LIB_DEPENDS+= libXfixes.so:x11/libXfixes +LIB_DEPENDS+= libICE.so:x11/libICE + +LIB_DEPENDS+= libxkbcommon.so:x11/libxkbcommon + +LIB_DEPENDS+= libxcb-dri2.so:x11/libxcb +LIB_DEPENDS+= libxcb-icccm.so:x11/libxcb-util-wm +LIB_DEPENDS+= libxcb-image.so:x11/libxcb-util-image +LIB_DEPENDS+= libxcb-keysyms.so:x11/libxcb-util-keysyms +LIB_DEPENDS+= libxcb-render-util.so:x11/libxcb-util-renderutil +LIB_DEPENDS+= libxcb-util.so:x11/libxcb-util + + +USES= compiler:c++11-lib gmake pkgconfig python:build shebangfix tar:xz ssl + +CONFIGURE_ARGS+= -c++std c++14 + +SHEBANG_FILES+= util/harfbuzz/update-harfbuzz +SHEBANG_FILES+= util/unicode/x11/makeencodings +SHEBANG_FILES+= src/3rdparty/freetype/src/tools/afblue.pl +SHEBANG_FILES+= mkspecs/features/data/mac/objc_namespace.sh +SHEBANG_FILES+= mkspecs/features/uikit/devices.py +SHEBANG_FILES+= mkspecs/features/uikit/device_destinations.sh + +CFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include +CXXFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +#-liconv -lssl -lcrypto +#LDFLAGS+= -licudata -licui18n -licuio -licutest -licutu -licuuc + +#CONFIGURE_ENV+= ICU_INCDIR="${LOCALBASE}/include" +#CONFIGURE_ENV+= ICU_PREFIX="${LOCALBASE}" +#CONFIGURE_ENV+= ICU_LIBS="-licui18n -licuuc -licudata" +#OPENSSL_LIBS='-lssl -lcrypto' + +CONFIGURE_ARGS+= -icu +CONFIGURE_ARGS+= -no-iconv + +CONFIGURE_ARGS+= -L "${LOCALBASE}/lib" +CONFIGURE_ARGS+= -I "${LOCALBASE}/include" + + +REINPLACE_ARGS= -i "" +HAS_CONFIGURE= yes + +CONFIGURE_ARGS+= -prefix ${PREFIX} +CONFIGURE_ARGS+= -opensource +CONFIGURE_ARGS+= -confirm-license +CONFIGURE_ARGS+= -no-pch +CONFIGURE_ARGS+= -prefix ${PREFIX} +CONFIGURE_ARGS+= -bindir ${PREFIX}/bin +CONFIGURE_ARGS+= -headerdir ${PREFIX}/include/Qt5 +CONFIGURE_ARGS+= -libdir ${PREFIX}/lib +CONFIGURE_ARGS+= -plugindir ${PREFIX}/lib/Qt5/plugins +CONFIGURE_ARGS+= -importdir ${PREFIX}/lib/Qt5/imports +CONFIGURE_ARGS+= -datadir ${PREFIX}/share/Qt5 +CONFIGURE_ARGS+= -docdir ${PREFIX}/share/Qt5/docs +CONFIGURE_ARGS+= -translationdir ${PREFIX}/share/Qt5/translations +CONFIGURE_ARGS+= -sysconfdir ${PREFIX}/etc/Qt5 + +CONFIGURE_ARGS+= -nomake examples +CONFIGURE_ARGS+= -nomake tests +CONFIGURE_ARGS+= -archdatadir ${PREFIX}/share/Qt5 +CONFIGURE_ARGS+= -libexecdir ${PREFIX}/libexec/Qt5 +CONFIGURE_ARGS+= -qmldir ${PREFIX}/share/Qt5/qml +CONFIGURE_ARGS+= -examplesdir ${PREFIX}/share/examples/Qt5 +CONFIGURE_ARGS+= -testsdir ${PREFIX}/share/tests/Qt5 + +CONFIGURE_ARGS+= -system-harfbuzz + +CONFIGURE_ARGS+= -no-use-gold-linker +CONFIGURE_ARGS+= -release -no-separate-debug-info +CONFIGURE_ARGS+= -no-eglfs +CONFIGURE_ARGS+= -no-evdev +CONFIGURE_ARGS+= -no-libudev +CONFIGURE_ARGS+= -cups +CONFIGURE_ARGS+= -dbus +CONFIGURE_ARGS+= -no-glib +CONFIGURE_ARGS+= -no-gtk +CONFIGURE_ARGS+= -no-evdev +CONFIGURE_ARGS+= -fontconfig +CONFIGURE_ARGS+= -system-freetype +CONFIGURE_ARGS+= -openssl-linked +#CONFIGURE_ARGS+= -opengl es2 + +#CONFIGURE_ARGS+= -qt-harfbuzz + +#CONFIGURE_ARGS+= -no-xcb #-system-xcb +CONFIGURE_ARGS+= -system-pcre +CONFIGURE_ARGS+= -qt-libpng +CONFIGURE_ARGS+= -gui +#CONFIGURE_ARGS+= -qpa xcb + +CONFIGURE_ARGS+= -sql-psql +CONFIGURE_ARGS+= -no-sql-mysql +CONFIGURE_ARGS+= -no-compile-examples + +DESTDIRNAME= INSTALL_ROOT + +post-install: + cd ${STAGEDIR}${PREFIX} && ${FIND} . -name '*.orig' -delete + cd ${STAGEDIR}${PREFIX}/bin && ${MV} fixqt4headers.pl fixqt4headers + cd ${STAGEDIR}${PREFIX}/bin && ${MV} syncqt.pl syncqt + + +.include diff --git a/xapp/libqt5-base/distinfo b/xapp/libqt5-base/distinfo new file mode 100644 index 00000000..50357832 --- /dev/null +++ b/xapp/libqt5-base/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1598599543 +SHA256 (qtbase-everywhere-src-5.15.0.tar.xz) = 9e7af10aece15fa9500369efde69cb220eee8ec3a6818afe01ce1e7d484824c5 +SIZE (qtbase-everywhere-src-5.15.0.tar.xz) = 49931940 diff --git a/xapp/libqt5-base/files/old/patch-mkspecs_common_bsd_bsd.conf b/xapp/libqt5-base/files/old/patch-mkspecs_common_bsd_bsd.conf new file mode 100644 index 00000000..e278638c --- /dev/null +++ b/xapp/libqt5-base/files/old/patch-mkspecs_common_bsd_bsd.conf @@ -0,0 +1,30 @@ +--- mkspecs/common/bsd/bsd.conf.orig 2017-07-23 16:27:40 UTC ++++ mkspecs/common/bsd/bsd.conf +@@ -21,6 +21,27 @@ QMAKE_LIBS_X11 = -lXext -lX11 -lm + QMAKE_LIBS_OPENGL = -lGL + QMAKE_LIBS_THREAD = + ++QMAKE_INCDIR_X11 = /usr/local/include ++QMAKE_LIBDIR_X11 = /usr/local/lib ++QMAKE_INCDIR_OPENGL = /usr/local/include ++QMAKE_LIBDIR_OPENGL = /usr/local/lib ++QMAKE_INCDIR_OPENGL_ES2 = $$QMAKE_INCDIR_OPENGL ++QMAKE_LIBDIR_OPENGL_ES2 = $$QMAKE_LIBDIR_OPENGL ++QMAKE_INCDIR_EGL = /usr/local/include ++QMAKE_LIBDIR_EGL = /usr/local/lib ++ ++QMAKE_LIBS_EGL = -lEGL ++QMAKE_LIBS_OPENGL_ES2 = -lGLESv2 ++QMAKE_LIBS_LIBUDEV = -ludev ++ ++QMAKE_CFLAGS_WAYLAND = ++QMAKE_INCDIR_WAYLAND = /usr/local/include ++QMAKE_LIBS_WAYLAND_CLIENT = -lwayland-client ++QMAKE_LIBS_WAYLAND_SERVER = -lwayland-server ++QMAKE_LIBDIR_WAYLAND = /usr/local/lib ++QMAKE_DEFINES_WAYLAND = ++QMAKE_WAYLAND_SCANNER = wayland-scanner ++ + QMAKE_AR = ar cqs + QMAKE_OBJCOPY = objcopy + QMAKE_NM = nm -P diff --git a/xapp/libqt5-base/files/old/patch-qsslsocket_openssl11_symbols_p.h b/xapp/libqt5-base/files/old/patch-qsslsocket_openssl11_symbols_p.h new file mode 100644 index 00000000..7265a283 --- /dev/null +++ b/xapp/libqt5-base/files/old/patch-qsslsocket_openssl11_symbols_p.h @@ -0,0 +1,71 @@ +--- src/network/ssl/qsslsocket_openssl11_symbols_p.h.orig 2019-10-01 07:47:24 UTC ++++ src/network/ssl/qsslsocket_openssl11_symbols_p.h +@@ -77,20 +77,49 @@ + + const unsigned char * q_ASN1_STRING_get0_data(const ASN1_STRING *x); + ++#if defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER >= 0x20700000L ++// LibreSSL 2.7 has stack_st but not OPENSSL_STACK ++typedef struct stack_st OPENSSL_STACK; /* Use STACK_OF(...) instead */ ++// From the signature in LibreSSL ++#define OPENSSL_INIT_SETTINGS void ++// https://github.com/openssl/openssl/blob/master/include/openssl/x509_vfy.h#L63 ++typedef int (*X509_STORE_CTX_verify_cb)(int, X509_STORE_CTX *); ++#endif ++ ++ + Q_AUTOTEST_EXPORT BIO *q_BIO_new(const BIO_METHOD *a); + Q_AUTOTEST_EXPORT const BIO_METHOD *q_BIO_s_mem(); + ++#ifdef LIBRESSL_VERSION_NUMBER ++#define q_DSA_bits(dsa) q_BN_num_bits((dsa)->p) ++#else + int q_DSA_bits(DSA *a); ++#endif + int q_EVP_CIPHER_CTX_reset(EVP_CIPHER_CTX *c); + Q_AUTOTEST_EXPORT int q_EVP_PKEY_up_ref(EVP_PKEY *a); + int q_EVP_PKEY_base_id(EVP_PKEY *a); + int q_RSA_bits(RSA *a); ++#ifdef LIBRESSL_VERSION_NUMBER ++int q_sk_num(OPENSSL_STACK *a); ++void q_sk_pop_free(OPENSSL_STACK *a, void (*b)(void *)); ++OPENSSL_STACK *q_sk_new_null(); ++void q_sk_push(OPENSSL_STACK *st, void *data); ++void q_sk_free(OPENSSL_STACK *a); ++void * q_sk_value(OPENSSL_STACK *a, int b); ++#define q_OPENSSL_sk_num(a) q_sk_num(a) ++#define q_OPENSSL_sk_pop_free(a, b) q_sk_pop_free(a, b) ++#define q_OPENSSL_sk_new_null() q_sk_new_null() ++#define q_OPENSSL_sk_push(a, b) q_sk_push(a, b) ++#define q_OPENSSL_sk_free q_sk_free ++#define q_OPENSSL_sk_value(a, b) q_sk_value(a, b) ++#else + Q_AUTOTEST_EXPORT int q_OPENSSL_sk_num(OPENSSL_STACK *a); + Q_AUTOTEST_EXPORT void q_OPENSSL_sk_pop_free(OPENSSL_STACK *a, void (*b)(void *)); + Q_AUTOTEST_EXPORT OPENSSL_STACK *q_OPENSSL_sk_new_null(); + Q_AUTOTEST_EXPORT void q_OPENSSL_sk_push(OPENSSL_STACK *st, void *data); + Q_AUTOTEST_EXPORT void q_OPENSSL_sk_free(OPENSSL_STACK *a); + Q_AUTOTEST_EXPORT void * q_OPENSSL_sk_value(OPENSSL_STACK *a, int b); ++#endif + int q_SSL_session_reused(SSL *a); + unsigned long q_SSL_CTX_set_options(SSL_CTX *ctx, unsigned long op); + int q_OPENSSL_init_ssl(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings); +@@ -113,12 +142,15 @@ + void q_DH_get0_pqg(const DH *dh, const BIGNUM **p, const BIGNUM **q, const BIGNUM **g); + int q_DH_bits(DH *dh); + +-# define q_SSL_load_error_strings() q_OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS \ ++#define q_SSL_load_error_strings() q_OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS \ + | OPENSSL_INIT_LOAD_CRYPTO_STRINGS, NULL) +- ++#ifdef LIBRESSL_VERSION_NUMBER ++#define q_SKM_sk_num(type, st) ((int (*)(const STACK_OF(type) *))q_sk_num)(st) ++#define q_SKM_sk_value(type, st,i) ((type * (*)(const STACK_OF(type) *, int))q_sk_value)(st, i) ++#else + #define q_SKM_sk_num(type, st) ((int (*)(const STACK_OF(type) *))q_OPENSSL_sk_num)(st) + #define q_SKM_sk_value(type, st,i) ((type * (*)(const STACK_OF(type) *, int))q_OPENSSL_sk_value)(st, i) +- ++#endif + #define q_OPENSSL_add_all_algorithms_conf() q_OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS \ + | OPENSSL_INIT_ADD_ALL_DIGESTS \ + | OPENSSL_INIT_LOAD_CONFIG, NULL) diff --git a/xapp/libqt5-base/files/old/patch-src_corelib_corelib.pro b/xapp/libqt5-base/files/old/patch-src_corelib_corelib.pro new file mode 100644 index 00000000..65aa4b79 --- /dev/null +++ b/xapp/libqt5-base/files/old/patch-src_corelib_corelib.pro @@ -0,0 +1,33 @@ +As we moved the libraries of Qt5 from /usr/local/lib to /usr/local/lib/qt5 the +cmake files would get installed into /usr/local/lib/qt5/cmake. This however is +not really convenient for use with other applications depending on Qt via cmake. + +For ports we could modify cmake.mk to always append /usr/local/lib/qt5 to the +search path. This would however still break applications outside of the ports +tree that users want to compile via cmake. An other option would be to patch +devel/cmake to add /usr/local/lib/qt5/cmake to the default search paths. + +We chose the third option. To patch qmake's internal cmake generation function +to fix up the paths so that cmake files still land in the the "correct" location +in /usr/local/lib/cmake -- as this seemed to be the least intrusive method. + + +--- src/corelib/corelib.pro.orig 2017-06-28 11:54:29.000000000 +0200 ++++ src/corelib/corelib.pro 2017-07-20 23:06:37.223900000 +0200 +@@ -130,7 +130,7 @@ + $$cmake_umbrella_config_version_file.output \ + $$cmake_umbrella_config_module_location_for_install.output + +-cmake_qt5_umbrella_module_files.path = $$[QT_INSTALL_LIBS]/cmake/Qt5 ++cmake_qt5_umbrella_module_files.path = $$[QT_INSTALL_PREFIX]/lib/cmake/Qt5 + + QMAKE_SUBSTITUTES += \ + ctest_macros_file \ +@@ -143,6 +143,6 @@ + + ctest_qt5_module_files.files += $$ctest_macros_file.output $$cmake_extras_mkspec_dir_for_install.output + +-ctest_qt5_module_files.path = $$[QT_INSTALL_LIBS]/cmake/Qt5Core ++ctest_qt5_module_files.path = $$[QT_INSTALL_PREFIX]/lib/cmake/Qt5Core + + INSTALLS += ctest_qt5_module_files cmake_qt5_umbrella_module_files diff --git a/xapp/libqt5-base/files/old/patch-src_corelib_time_qtimezoneprivate__tz.cpp b/xapp/libqt5-base/files/old/patch-src_corelib_time_qtimezoneprivate__tz.cpp new file mode 100644 index 00000000..ee621f7f --- /dev/null +++ b/xapp/libqt5-base/files/old/patch-src_corelib_time_qtimezoneprivate__tz.cpp @@ -0,0 +1,20 @@ +--- src/corelib/time/qtimezoneprivate_tz.cpp.orig 2019-11-01 21:30:15 UTC ++++ src/corelib/time/qtimezoneprivate_tz.cpp +@@ -1126,6 +1126,17 @@ QByteArray QTzTimeZonePrivate::systemTimeZoneId() cons + } + } + ++ // On many FreeBSD systems, /etc/localtime is a regular file while the actual name is in /var/db/zoneinfo ++ if (ianaId.isEmpty()) { ++ QFile tzif(QStringLiteral("/var/db/zoneinfo")); ++ if (tzif.open(QIODevice::ReadOnly)) { ++ // TODO QTextStream inefficient, replace later ++ QTextStream ts(&tzif); ++ if (!ts.atEnd()) ++ ianaId = ts.readLine().toUtf8(); ++ } ++ } ++ + // On some Red Hat distros /etc/localtime is real file with name held in /etc/sysconfig/clock + // in a line like ZONE="Europe/Oslo" or TIMEZONE="Europe/Oslo" + if (ianaId.isEmpty()) { diff --git a/xapp/libqt5-base/files/old/patch-src_network_ssl_qsslsocket__openssl__symbols__p.h b/xapp/libqt5-base/files/old/patch-src_network_ssl_qsslsocket__openssl__symbols__p.h new file mode 100644 index 00000000..5b48c17f --- /dev/null +++ b/xapp/libqt5-base/files/old/patch-src_network_ssl_qsslsocket__openssl__symbols__p.h @@ -0,0 +1,97 @@ +--- src/network/ssl/qsslsocket_openssl_symbols_p.h.orig 2020-05-05 11:59:27 UTC ++++ src/network/ssl/qsslsocket_openssl_symbols_p.h +@@ -72,6 +72,14 @@ + #include "qsslsocket_openssl_p.h" + #include + ++#if defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER >= 0x20700000L ++# define TLS1_2_VERSION 0x0303 ++# define TLS_MAX_VERSION TLS1_2_VERSION ++# define TLS_ANY_VERSION 0x10000 ++# define DTLS1_2_VERSION 0xFEFD ++# define DTLS_MAX_VERSION DTLS1_2_VERSION ++#endif ++ + #if QT_CONFIG(ocsp) + #include "qocsp_p.h" + #endif +@@ -225,22 +233,50 @@ QT_BEGIN_NAMESPACE + // content of the header here. Later, can be better sorted/split into groups, + // depending on the functionality. + ++#if defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER >= 0x20700000L ++// LibreSSL 2.7 has stack_st but not OPENSSL_STACK ++typedef struct stack_st OPENSSL_STACK; /* Use STACK_OF(...) instead */ ++// From the signature in LibreSSL ++#define OPENSSL_INIT_SETTINGS void ++// https://github.com/openssl/openssl/blob/master/include/openssl/x509_vfy.h#L63 ++typedef int (*X509_STORE_CTX_verify_cb)(int, X509_STORE_CTX *); ++#endif ++ + const unsigned char * q_ASN1_STRING_get0_data(const ASN1_STRING *x); + + Q_AUTOTEST_EXPORT BIO *q_BIO_new(const BIO_METHOD *a); + Q_AUTOTEST_EXPORT const BIO_METHOD *q_BIO_s_mem(); + ++#ifdef LIBRESSL_VERSION_NUMBER ++#define q_DSA_bits(dsa) q_BN_num_bits((dsa)->p) ++#else + int q_DSA_bits(DSA *a); ++#endif + int q_EVP_CIPHER_CTX_reset(EVP_CIPHER_CTX *c); + Q_AUTOTEST_EXPORT int q_EVP_PKEY_up_ref(EVP_PKEY *a); + int q_EVP_PKEY_base_id(EVP_PKEY *a); + int q_RSA_bits(RSA *a); ++#ifdef LIBRESSL_VERSION_NUMBER ++int q_sk_num(OPENSSL_STACK *a); ++void q_sk_pop_free(OPENSSL_STACK *a, void (*b)(void *)); ++OPENSSL_STACK *q_sk_new_null(); ++void q_sk_push(OPENSSL_STACK *st, void *data); ++void q_sk_free(OPENSSL_STACK *a); ++void * q_sk_value(OPENSSL_STACK *a, int b); ++#define q_OPENSSL_sk_num(a) q_sk_num(a) ++#define q_OPENSSL_sk_pop_free(a, b) q_sk_pop_free(a, b) ++#define q_OPENSSL_sk_new_null() q_sk_new_null() ++#define q_OPENSSL_sk_push(a, b) q_sk_push(a, b) ++#define q_OPENSSL_sk_free q_sk_free ++#define q_OPENSSL_sk_value(a, b) q_sk_value(a, b) ++#else + Q_AUTOTEST_EXPORT int q_OPENSSL_sk_num(OPENSSL_STACK *a); + Q_AUTOTEST_EXPORT void q_OPENSSL_sk_pop_free(OPENSSL_STACK *a, void (*b)(void *)); + Q_AUTOTEST_EXPORT OPENSSL_STACK *q_OPENSSL_sk_new_null(); + Q_AUTOTEST_EXPORT void q_OPENSSL_sk_push(OPENSSL_STACK *st, void *data); + Q_AUTOTEST_EXPORT void q_OPENSSL_sk_free(OPENSSL_STACK *a); + Q_AUTOTEST_EXPORT void * q_OPENSSL_sk_value(OPENSSL_STACK *a, int b); ++#endif + int q_SSL_session_reused(SSL *a); + unsigned long q_SSL_CTX_set_options(SSL_CTX *ctx, unsigned long op); + int q_OPENSSL_init_ssl(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings); +@@ -266,8 +302,13 @@ int q_DH_bits(DH *dh); + # define q_SSL_load_error_strings() q_OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS \ + | OPENSSL_INIT_LOAD_CRYPTO_STRINGS, NULL) + ++#ifdef LIBRESSL_VERSION_NUMBER ++#define q_SKM_sk_num(type, st) ((int (*)(const STACK_OF(type) *))q_sk_num)(st) ++#define q_SKM_sk_value(type, st,i) ((type * (*)(const STACK_OF(type) *, int))q_sk_value)(st, i) ++#else + #define q_SKM_sk_num(type, st) ((int (*)(const STACK_OF(type) *))q_OPENSSL_sk_num)(st) + #define q_SKM_sk_value(type, st,i) ((type * (*)(const STACK_OF(type) *, int))q_OPENSSL_sk_value)(st, i) ++#endif + + #define q_OPENSSL_add_all_algorithms_conf() q_OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS \ + | OPENSSL_INIT_ADD_ALL_DIGESTS \ +@@ -494,12 +535,14 @@ int q_SSL_CTX_use_PrivateKey(SSL_CTX *a, EVP_PKEY *b); + int q_SSL_CTX_use_RSAPrivateKey(SSL_CTX *a, RSA *b); + int q_SSL_CTX_use_PrivateKey_file(SSL_CTX *a, const char *b, int c); + X509_STORE *q_SSL_CTX_get_cert_store(const SSL_CTX *a); ++#if !defined(LIBRESSL_VERSION_NUMBER) + SSL_CONF_CTX *q_SSL_CONF_CTX_new(); + void q_SSL_CONF_CTX_free(SSL_CONF_CTX *a); + void q_SSL_CONF_CTX_set_ssl_ctx(SSL_CONF_CTX *a, SSL_CTX *b); + unsigned int q_SSL_CONF_CTX_set_flags(SSL_CONF_CTX *a, unsigned int b); + int q_SSL_CONF_CTX_finish(SSL_CONF_CTX *a); + int q_SSL_CONF_cmd(SSL_CONF_CTX *a, const char *b, const char *c); ++#endif + void q_SSL_free(SSL *a); + STACK_OF(SSL_CIPHER) *q_SSL_get_ciphers(const SSL *a); + const SSL_CIPHER *q_SSL_get_current_cipher(SSL *a); diff --git a/xapp/libqt5-base/files/old/patch-x-src-plugins-sqldrivers-mysql-qsql_mysql.cpp b/xapp/libqt5-base/files/old/patch-x-src-plugins-sqldrivers-mysql-qsql_mysql.cpp new file mode 100644 index 00000000..26eba310 --- /dev/null +++ b/xapp/libqt5-base/files/old/patch-x-src-plugins-sqldrivers-mysql-qsql_mysql.cpp @@ -0,0 +1,62 @@ +--- ./src/plugins/sqldrivers/mysql/qsql_mysql.cpp.orig 2019-01-28 19:11:52.000000000 +0200 ++++ ./src/plugins/sqldrivers/mysql/qsql_mysql.cpp 2019-03-17 19:22:28.531459000 +0200 +@@ -80,6 +80,14 @@ + // by redefining it we can regain source compatibility. + using my_bool = decltype(mysql_stmt_bind_result(nullptr, nullptr)); + ++// MYSQL 8.0.1 no longer uses the my_bool type: ++// https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-1.html ++#if (MYSQL_VERSION_ID >= 80001) && !defined(MARIADB_BASE_VERSION) ++typedef bool mysql_bool; ++#else ++typedef my_bool mysql_bool; ++#endif ++ + QT_BEGIN_NAMESPACE + + class QMYSQLDriverPrivate : public QSqlDriverPrivate +@@ -238,7 +246,7 @@ + myField(0), type(QVariant::Invalid) + {} + char *outField; +- my_bool nullIndicator; ++ mysql_bool nullIndicator; + ulong bufLength; + MYSQL_FIELD *myField; + QVariant::Type type; +@@ -992,7 +1000,7 @@ + MYSQL_BIND* currBind; + QVector timeVector; + QVector stringVector; +- QVector nullVector; ++ QVector nullVector; + + const QVector values = boundValues(); + +@@ -1013,7 +1021,7 @@ + + currBind = &d->outBinds[i]; + +- nullVector[i] = static_cast(val.isNull()); ++ nullVector[i] = static_cast(val.isNull()); + currBind->is_null = &nullVector[i]; + currBind->length = 0; + currBind->is_unsigned = 0; +@@ -1110,7 +1118,7 @@ + d->rowsAffected = mysql_stmt_affected_rows(d->stmt); + + if (isSelect()) { +- my_bool update_max_length = true; ++ mysql_bool update_max_length = true; + + r = mysql_stmt_bind_result(d->stmt, d->inBinds); + if (r != 0) { +@@ -1321,7 +1329,7 @@ + QString sslCAPath; + QString sslCipher; + #if MYSQL_VERSION_ID >= 50000 +- my_bool reconnect=false; ++ mysql_bool reconnect=false; + uint connectTimeout = 0; + uint readTimeout = 0; + uint writeTimeout = 0; diff --git a/xapp/libqt5-base/files/patch-src_corelib_io_qlockfile__unix.cpp b/xapp/libqt5-base/files/patch-src_corelib_io_qlockfile__unix.cpp new file mode 100644 index 00000000..44ac7f53 --- /dev/null +++ b/xapp/libqt5-base/files/patch-src_corelib_io_qlockfile__unix.cpp @@ -0,0 +1,74 @@ +--- src/corelib/io/io.pri.orig 2018-02-08 18:24:48 UTC ++++ src/corelib/io/io.pri +@@ -178,6 +178,9 @@ win32 { + SOURCES += \ + io/qstandardpaths_unix.cpp \ + io/qstorageinfo_unix.cpp ++ freebsd { ++ LIBS += -lkvm -lprocstat ++ } + } + + linux|if(qnx:qtConfig(inotify)) { +--- src/corelib/io/qlockfile_unix.cpp.orig 2018-02-08 18:24:48 UTC ++++ src/corelib/io/qlockfile_unix.cpp +@@ -75,6 +75,8 @@ + # include + # if !defined(Q_OS_NETBSD) + # include ++# include ++# include + # endif + #endif + +@@ -246,23 +248,44 @@ QString QLockFilePrivate::processNameByPid(qint64 pid) + struct kinfo_proc kp; + int mib[6] = { CTL_KERN, KERN_PROC, KERN_PROC_PID, (int)pid, sizeof(struct kinfo_proc), 1 }; + # else ++ QString nameFromProcstat; ++ kvm_t *kvm = kvm_open(nullptr, "/dev/null", nullptr, O_RDONLY, ""); ++ if (kvm) { ++ int cnt; ++ struct kinfo_proc *kp = kvm_getprocs(kvm, KERN_PROC_PID, getpid(), &cnt); ++ if (kp) { ++ struct procstat *ps = procstat_open_sysctl(); ++ char **argv = procstat_getargv(ps, kp, 0); ++ if (argv != nullptr && argv[0] != nullptr) ++ nameFromProcstat = QString::fromLocal8Bit(argv[0]); ++ procstat_close(ps); ++ } ++ kvm_close(kvm); ++ } + struct kinfo_proc kp; + int mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PID, (int)pid }; + # endif +- size_t len = sizeof(kp); +- u_int mib_len = sizeof(mib)/sizeof(u_int); ++ if (nameFromProcstat.isEmpty()) { ++ size_t len = sizeof(kp); ++ u_int mib_len = sizeof(mib)/sizeof(u_int); + +- if (sysctl(mib, mib_len, &kp, &len, NULL, 0) < 0) +- return QString(); +- ++ if (sysctl(mib, mib_len, &kp, &len, NULL, 0) < 0) ++ return QString(); ++ } + # if defined(Q_OS_OPENBSD) || defined(Q_OS_NETBSD) + if (kp.p_pid != pid) + return QString(); + QString name = QFile::decodeName(kp.p_comm); + # else +- if (kp.ki_pid != pid) ++ QString name; ++ if (!nameFromProcstat.isEmpty()) { ++ QFileInfo fi(nameFromProcstat); ++ name = fi.fileName(); ++ } ++ else if (kp.ki_pid != pid) + return QString(); +- QString name = QFile::decodeName(kp.ki_comm); ++ else ++ name = QFile::decodeName(kp.ki_comm); + # endif + return name; diff --git a/xapp/libqt5-base/files/patch-src_corelib_time_qtimezoneprivate__tz.cpp b/xapp/libqt5-base/files/patch-src_corelib_time_qtimezoneprivate__tz.cpp new file mode 100644 index 00000000..2402e0c7 --- /dev/null +++ b/xapp/libqt5-base/files/patch-src_corelib_time_qtimezoneprivate__tz.cpp @@ -0,0 +1,28 @@ +--- src/corelib/time/qtimezoneprivate_tz.cpp.orig 2020-05-11 08:15:08 UTC ++++ src/corelib/time/qtimezoneprivate_tz.cpp +@@ -1153,6 +1153,25 @@ QByteArray QTzTimeZonePrivate::systemTimeZoneId() cons + } + } + ++ // On some FreeBSD systems, /etc/localtime is a regular file while ++ // the actual name is in /var/db/zoneinfo ++ if (ianaId.isEmpty()) { ++ QFile tzif(QStringLiteral("/var/db/zoneinfo")); ++ if (tzif.open(QIODevice::ReadOnly)) { ++ const int maximumTZNameLength = 256; ++ QByteArray tzcontents( tzif.read( maximumTZNameLength ) ); ++ if (tzcontents.size() >= 2) { ++ // Shortest TZ would be UTC, or r/z, but there's special ++ // cases "GB" and "US" ++ const int newlineIndex = tzcontents.indexOf('\n'); ++ if (newlineIndex < 0) // No newline in file ++ ianaId = tzcontents; ++ if (newlineIndex > 2) // Newline, chop it off ++ ianaId = tzcontents.left(newlineIndex); ++ } ++ } ++ } ++ + // Some systems (e.g. uClibc) have a default value for $TZ in /etc/TZ: + if (ianaId.isEmpty()) { + QFile zone(QStringLiteral("/etc/TZ")); diff --git a/xapp/libqt5-base/files/patch-src_network_kernel_qnetworkinterface__unix.cpp b/xapp/libqt5-base/files/patch-src_network_kernel_qnetworkinterface__unix.cpp new file mode 100644 index 00000000..b2d74692 --- /dev/null +++ b/xapp/libqt5-base/files/patch-src_network_kernel_qnetworkinterface__unix.cpp @@ -0,0 +1,99 @@ +Clean up interface type and MTU detection. + + - Introduce a class SockPuppet that handles closing the socket + automatically, and handles different address families as well. + - Finding MTU requires using AF_LOCAL, cribbed that detail from ifconfig.c + - Zero out structures more diligently, initialize pointers to nullptr. + - In particular, don't use a union of structs passed in to ioctl(). + Make them separate structs (with block scope so the compiler might + place them on top of each other, that would be ok). + - IFM_FDDI (still) exists in 11.2, not in 12.0 + +--- src/network/kernel/qnetworkinterface_unix.cpp.orig 2019-10-25 07:16:48 UTC ++++ src/network/kernel/qnetworkinterface_unix.cpp +@@ -420,13 +420,24 @@ QT_BEGIN_INCLUDE_NAMESPACE + #endif // QT_PLATFORM_UIKIT + QT_END_INCLUDE_NAMESPACE + +-static int openSocket(int &socket) ++template struct SockPuppet + { +- if (socket == -1) +- socket = qt_safe_socket(AF_INET, SOCK_DGRAM, 0); +- return socket; +-} ++ int socket{-1}; + ++ int open() ++ { ++ if (socket == -1) ++ socket = qt_safe_socket(address_family, SOCK_DGRAM, 0); ++ return socket; ++ } ++ ++ ~SockPuppet() ++ { ++ if (socket != -1) ++ qt_safe_close(socket); ++ } ++}; ++ + static QNetworkInterface::InterfaceType probeIfType(int socket, int iftype, struct ifmediareq *req) + { + // Determine the interface type. +@@ -480,16 +491,9 @@ static QNetworkInterface::InterfaceType probeIfType(in + static QList createInterfaces(ifaddrs *rawList) + { + QList interfaces; +- union { +- struct ifmediareq mediareq; +- struct ifreq req; +- }; +- int socket = -1; +- memset(&mediareq, 0, sizeof(mediareq)); + +- // ensure both structs start with the name field, of size IFNAMESIZ +- Q_STATIC_ASSERT(sizeof(mediareq.ifm_name) == sizeof(req.ifr_name)); +- Q_ASSERT(&mediareq.ifm_name == &req.ifr_name); ++ SockPuppet socket; ++ SockPuppet localSocket; + + // on NetBSD we use AF_LINK and sockaddr_dl + // scan the list for that family +@@ -503,14 +507,22 @@ static QList createInterfa + iface->name = QString::fromLatin1(ptr->ifa_name); + iface->flags = convertFlags(ptr->ifa_flags); + iface->hardwareAddress = iface->makeHwAddress(sdl->sdl_alen, (uchar*)LLADDR(sdl)); ++ { ++ ifmediareq req; ++ memset(&req, 0, sizeof(req)); ++ strncpy(req.ifm_name, ptr->ifa_name, sizeof(req.ifm_name)); ++ iface->type = probeIfType(socket.open(), sdl->sdl_type, &req); ++ } ++ { ++ ifreq req; ++ memset(&req, 0, sizeof(req)); ++ strncpy(req.ifr_name, ptr->ifa_name, sizeof(req.ifr_name)); ++ req.ifr_addr.sa_family = AF_LOCAL; ++ iface->mtu = getMtu(localSocket.open(), &req); ++ } + +- qstrncpy(mediareq.ifm_name, ptr->ifa_name, sizeof(mediareq.ifm_name)); +- iface->type = probeIfType(openSocket(socket), sdl->sdl_type, &mediareq); +- iface->mtu = getMtu(socket, &req); + } + +- if (socket != -1) +- qt_safe_close(socket); + return interfaces; + } + +@@ -609,7 +621,7 @@ static QList interfaceList + { + QList interfaces; + +- ifaddrs *interfaceListing; ++ ifaddrs *interfaceListing = nullptr; + if (getifaddrs(&interfaceListing) == -1) { + // error + return interfaces; diff --git a/xapp/libqt5-base/files/patch-src_network_socket_qnet__unix__p.h b/xapp/libqt5-base/files/patch-src_network_socket_qnet__unix__p.h new file mode 100644 index 00000000..8e6ca284 --- /dev/null +++ b/xapp/libqt5-base/files/patch-src_network_socket_qnet__unix__p.h @@ -0,0 +1,17 @@ +Some extra includes for us. + +--- src/network/socket/qnet_unix_p.h.orig 2018-12-03 11:15:26 UTC ++++ src/network/socket/qnet_unix_p.h +@@ -71,6 +71,12 @@ + # include + #endif + ++#if defined(Q_OS_FREEBSD) ++# include ++# include ++# include ++#endif ++ + QT_BEGIN_NAMESPACE + + // Almost always the same. If not, specify in qplatformdefs.h. diff --git a/xapp/libqt5-base/files/patch-src_network_ssl_qsslcontext__openssl.cpp b/xapp/libqt5-base/files/patch-src_network_ssl_qsslcontext__openssl.cpp new file mode 100644 index 00000000..70fcbb69 --- /dev/null +++ b/xapp/libqt5-base/files/patch-src_network_ssl_qsslcontext__openssl.cpp @@ -0,0 +1,18 @@ +--- src/network/ssl/qsslcontext_openssl.cpp.orig 2020-05-17 21:00:32 UTC ++++ src/network/ssl/qsslcontext_openssl.cpp +@@ -696,6 +696,7 @@ void QSslContext::applyBackendConfig(QSslContext *sslC + } + #endif // ocsp + ++#if !defined(LIBRESSL_VERSION_NUMBER) + QSharedPointer cctx(q_SSL_CONF_CTX_new(), &q_SSL_CONF_CTX_free); + if (cctx) { + q_SSL_CONF_CTX_set_ssl_ctx(cctx.data(), sslContext->ctx); +@@ -746,6 +747,7 @@ void QSslContext::applyBackendConfig(QSslContext *sslC + sslContext->errorStr = msgErrorSettingBackendConfig(QSslSocket::tr("SSL_CONF_CTX_new() failed")); + sslContext->errorCode = QSslError::UnspecifiedError; + } ++#endif + } + + QT_END_NAMESPACE diff --git a/xapp/libqt5-base/files/patch-src_network_ssl_qsslsocket__openssl__symbols.cpp b/xapp/libqt5-base/files/patch-src_network_ssl_qsslsocket__openssl__symbols.cpp new file mode 100644 index 00000000..1649b786 --- /dev/null +++ b/xapp/libqt5-base/files/patch-src_network_ssl_qsslsocket__openssl__symbols.cpp @@ -0,0 +1,87 @@ +--- src/network/ssl/qsslsocket_openssl_symbols.cpp.orig 2020-05-05 11:59:27 UTC ++++ src/network/ssl/qsslsocket_openssl_symbols.cpp +@@ -147,6 +147,14 @@ DEFINEFUNC(int, EVP_CIPHER_CTX_reset, EVP_CIPHER_CTX * + DEFINEFUNC(int, EVP_PKEY_up_ref, EVP_PKEY *a, a, return 0, return) + DEFINEFUNC(int, EVP_PKEY_base_id, EVP_PKEY *a, a, return NID_undef, return) + DEFINEFUNC(int, RSA_bits, RSA *a, a, return 0, return) ++#ifdef LIBRESSL_VERSION_NUMBER ++DEFINEFUNC(int, sk_num, OPENSSL_STACK *a, a, return -1, return) ++DEFINEFUNC2(void, sk_pop_free, OPENSSL_STACK *a, a, void (*b)(void*), b, return, DUMMYARG) ++DEFINEFUNC(OPENSSL_STACK *, sk_new_null, DUMMYARG, DUMMYARG, return nullptr, return) ++DEFINEFUNC2(void, sk_push, OPENSSL_STACK *a, a, void *b, b, return, DUMMYARG) ++DEFINEFUNC(void, sk_free, OPENSSL_STACK *a, a, return, DUMMYARG) ++DEFINEFUNC2(void *, sk_value, OPENSSL_STACK *a, a, int b, b, return nullptr, return) ++#else + DEFINEFUNC(int, DSA_bits, DSA *a, a, return 0, return) + DEFINEFUNC(int, OPENSSL_sk_num, OPENSSL_STACK *a, a, return -1, return) + DEFINEFUNC2(void, OPENSSL_sk_pop_free, OPENSSL_STACK *a, a, void (*b)(void*), b, return, DUMMYARG) +@@ -154,6 +162,7 @@ DEFINEFUNC(OPENSSL_STACK *, OPENSSL_sk_new_null, DUMMY + DEFINEFUNC2(void, OPENSSL_sk_push, OPENSSL_STACK *a, a, void *b, b, return, DUMMYARG) + DEFINEFUNC(void, OPENSSL_sk_free, OPENSSL_STACK *a, a, return, DUMMYARG) + DEFINEFUNC2(void *, OPENSSL_sk_value, OPENSSL_STACK *a, a, int b, b, return nullptr, return) ++#endif + DEFINEFUNC(int, SSL_session_reused, SSL *a, a, return 0, return) + DEFINEFUNC2(unsigned long, SSL_CTX_set_options, SSL_CTX *ctx, ctx, unsigned long op, op, return 0, return) + #ifdef TLS1_3_VERSION +@@ -351,12 +360,14 @@ DEFINEFUNC2(int, SSL_CTX_use_PrivateKey, SSL_CTX *a, a + DEFINEFUNC2(int, SSL_CTX_use_RSAPrivateKey, SSL_CTX *a, a, RSA *b, b, return -1, return) + DEFINEFUNC3(int, SSL_CTX_use_PrivateKey_file, SSL_CTX *a, a, const char *b, b, int c, c, return -1, return) + DEFINEFUNC(X509_STORE *, SSL_CTX_get_cert_store, const SSL_CTX *a, a, return nullptr, return) ++#if !defined(LIBRESSL_VERSION_NUMBER) + DEFINEFUNC(SSL_CONF_CTX *, SSL_CONF_CTX_new, DUMMYARG, DUMMYARG, return nullptr, return); + DEFINEFUNC(void, SSL_CONF_CTX_free, SSL_CONF_CTX *a, a, return ,return); + DEFINEFUNC2(void, SSL_CONF_CTX_set_ssl_ctx, SSL_CONF_CTX *a, a, SSL_CTX *b, b, return, return); + DEFINEFUNC2(unsigned int, SSL_CONF_CTX_set_flags, SSL_CONF_CTX *a, a, unsigned int b, b, return 0, return); + DEFINEFUNC(int, SSL_CONF_CTX_finish, SSL_CONF_CTX *a, a, return 0, return); + DEFINEFUNC3(int, SSL_CONF_cmd, SSL_CONF_CTX *a, a, const char *b, b, const char *c, c, return 0, return); ++#endif + DEFINEFUNC(void, SSL_free, SSL *a, a, return, DUMMYARG) + DEFINEFUNC(STACK_OF(SSL_CIPHER) *, SSL_get_ciphers, const SSL *a, a, return nullptr, return) + DEFINEFUNC(const SSL_CIPHER *, SSL_get_current_cipher, SSL *a, a, return nullptr, return) +@@ -834,12 +845,21 @@ bool q_resolveOpenSslSymbols() + RESOLVEFUNC(EVP_PKEY_up_ref) + RESOLVEFUNC(EVP_PKEY_base_id) + RESOLVEFUNC(RSA_bits) ++#ifdef LIBRESSL_VERSION_NUMBER ++ RESOLVEFUNC(sk_new_null) ++ RESOLVEFUNC(sk_push) ++ RESOLVEFUNC(sk_free) ++ RESOLVEFUNC(sk_num) ++ RESOLVEFUNC(sk_pop_free) ++ RESOLVEFUNC(sk_value) ++#else + RESOLVEFUNC(OPENSSL_sk_new_null) + RESOLVEFUNC(OPENSSL_sk_push) + RESOLVEFUNC(OPENSSL_sk_free) + RESOLVEFUNC(OPENSSL_sk_num) + RESOLVEFUNC(OPENSSL_sk_pop_free) + RESOLVEFUNC(OPENSSL_sk_value) ++#endif + RESOLVEFUNC(DH_get0_pqg) + RESOLVEFUNC(SSL_CTX_set_options) + +@@ -881,7 +901,9 @@ bool q_resolveOpenSslSymbols() + + RESOLVEFUNC(SSL_SESSION_get_ticket_lifetime_hint) + RESOLVEFUNC(DH_bits) ++#ifndef LIBRESSL_VERSION_NUMBER + RESOLVEFUNC(DSA_bits) ++#endif + + #if QT_CONFIG(dtls) + RESOLVEFUNC(DTLSv1_listen) +@@ -1041,12 +1063,14 @@ bool q_resolveOpenSslSymbols() + RESOLVEFUNC(SSL_CTX_use_RSAPrivateKey) + RESOLVEFUNC(SSL_CTX_use_PrivateKey_file) + RESOLVEFUNC(SSL_CTX_get_cert_store); ++#if !defined(LIBRESSL_VERSION_NUMBER) + RESOLVEFUNC(SSL_CONF_CTX_new); + RESOLVEFUNC(SSL_CONF_CTX_free); + RESOLVEFUNC(SSL_CONF_CTX_set_ssl_ctx); + RESOLVEFUNC(SSL_CONF_CTX_set_flags); + RESOLVEFUNC(SSL_CONF_CTX_finish); + RESOLVEFUNC(SSL_CONF_cmd); ++#endif + RESOLVEFUNC(SSL_accept) + RESOLVEFUNC(SSL_clear) + RESOLVEFUNC(SSL_connect) diff --git a/xapp/libqt5-base/files/patch-src_network_ssl_qsslsocket__openssl__symbols__p.h b/xapp/libqt5-base/files/patch-src_network_ssl_qsslsocket__openssl__symbols__p.h new file mode 100644 index 00000000..5b48c17f --- /dev/null +++ b/xapp/libqt5-base/files/patch-src_network_ssl_qsslsocket__openssl__symbols__p.h @@ -0,0 +1,97 @@ +--- src/network/ssl/qsslsocket_openssl_symbols_p.h.orig 2020-05-05 11:59:27 UTC ++++ src/network/ssl/qsslsocket_openssl_symbols_p.h +@@ -72,6 +72,14 @@ + #include "qsslsocket_openssl_p.h" + #include + ++#if defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER >= 0x20700000L ++# define TLS1_2_VERSION 0x0303 ++# define TLS_MAX_VERSION TLS1_2_VERSION ++# define TLS_ANY_VERSION 0x10000 ++# define DTLS1_2_VERSION 0xFEFD ++# define DTLS_MAX_VERSION DTLS1_2_VERSION ++#endif ++ + #if QT_CONFIG(ocsp) + #include "qocsp_p.h" + #endif +@@ -225,22 +233,50 @@ QT_BEGIN_NAMESPACE + // content of the header here. Later, can be better sorted/split into groups, + // depending on the functionality. + ++#if defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER >= 0x20700000L ++// LibreSSL 2.7 has stack_st but not OPENSSL_STACK ++typedef struct stack_st OPENSSL_STACK; /* Use STACK_OF(...) instead */ ++// From the signature in LibreSSL ++#define OPENSSL_INIT_SETTINGS void ++// https://github.com/openssl/openssl/blob/master/include/openssl/x509_vfy.h#L63 ++typedef int (*X509_STORE_CTX_verify_cb)(int, X509_STORE_CTX *); ++#endif ++ + const unsigned char * q_ASN1_STRING_get0_data(const ASN1_STRING *x); + + Q_AUTOTEST_EXPORT BIO *q_BIO_new(const BIO_METHOD *a); + Q_AUTOTEST_EXPORT const BIO_METHOD *q_BIO_s_mem(); + ++#ifdef LIBRESSL_VERSION_NUMBER ++#define q_DSA_bits(dsa) q_BN_num_bits((dsa)->p) ++#else + int q_DSA_bits(DSA *a); ++#endif + int q_EVP_CIPHER_CTX_reset(EVP_CIPHER_CTX *c); + Q_AUTOTEST_EXPORT int q_EVP_PKEY_up_ref(EVP_PKEY *a); + int q_EVP_PKEY_base_id(EVP_PKEY *a); + int q_RSA_bits(RSA *a); ++#ifdef LIBRESSL_VERSION_NUMBER ++int q_sk_num(OPENSSL_STACK *a); ++void q_sk_pop_free(OPENSSL_STACK *a, void (*b)(void *)); ++OPENSSL_STACK *q_sk_new_null(); ++void q_sk_push(OPENSSL_STACK *st, void *data); ++void q_sk_free(OPENSSL_STACK *a); ++void * q_sk_value(OPENSSL_STACK *a, int b); ++#define q_OPENSSL_sk_num(a) q_sk_num(a) ++#define q_OPENSSL_sk_pop_free(a, b) q_sk_pop_free(a, b) ++#define q_OPENSSL_sk_new_null() q_sk_new_null() ++#define q_OPENSSL_sk_push(a, b) q_sk_push(a, b) ++#define q_OPENSSL_sk_free q_sk_free ++#define q_OPENSSL_sk_value(a, b) q_sk_value(a, b) ++#else + Q_AUTOTEST_EXPORT int q_OPENSSL_sk_num(OPENSSL_STACK *a); + Q_AUTOTEST_EXPORT void q_OPENSSL_sk_pop_free(OPENSSL_STACK *a, void (*b)(void *)); + Q_AUTOTEST_EXPORT OPENSSL_STACK *q_OPENSSL_sk_new_null(); + Q_AUTOTEST_EXPORT void q_OPENSSL_sk_push(OPENSSL_STACK *st, void *data); + Q_AUTOTEST_EXPORT void q_OPENSSL_sk_free(OPENSSL_STACK *a); + Q_AUTOTEST_EXPORT void * q_OPENSSL_sk_value(OPENSSL_STACK *a, int b); ++#endif + int q_SSL_session_reused(SSL *a); + unsigned long q_SSL_CTX_set_options(SSL_CTX *ctx, unsigned long op); + int q_OPENSSL_init_ssl(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings); +@@ -266,8 +302,13 @@ int q_DH_bits(DH *dh); + # define q_SSL_load_error_strings() q_OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS \ + | OPENSSL_INIT_LOAD_CRYPTO_STRINGS, NULL) + ++#ifdef LIBRESSL_VERSION_NUMBER ++#define q_SKM_sk_num(type, st) ((int (*)(const STACK_OF(type) *))q_sk_num)(st) ++#define q_SKM_sk_value(type, st,i) ((type * (*)(const STACK_OF(type) *, int))q_sk_value)(st, i) ++#else + #define q_SKM_sk_num(type, st) ((int (*)(const STACK_OF(type) *))q_OPENSSL_sk_num)(st) + #define q_SKM_sk_value(type, st,i) ((type * (*)(const STACK_OF(type) *, int))q_OPENSSL_sk_value)(st, i) ++#endif + + #define q_OPENSSL_add_all_algorithms_conf() q_OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS \ + | OPENSSL_INIT_ADD_ALL_DIGESTS \ +@@ -494,12 +535,14 @@ int q_SSL_CTX_use_PrivateKey(SSL_CTX *a, EVP_PKEY *b); + int q_SSL_CTX_use_RSAPrivateKey(SSL_CTX *a, RSA *b); + int q_SSL_CTX_use_PrivateKey_file(SSL_CTX *a, const char *b, int c); + X509_STORE *q_SSL_CTX_get_cert_store(const SSL_CTX *a); ++#if !defined(LIBRESSL_VERSION_NUMBER) + SSL_CONF_CTX *q_SSL_CONF_CTX_new(); + void q_SSL_CONF_CTX_free(SSL_CONF_CTX *a); + void q_SSL_CONF_CTX_set_ssl_ctx(SSL_CONF_CTX *a, SSL_CTX *b); + unsigned int q_SSL_CONF_CTX_set_flags(SSL_CONF_CTX *a, unsigned int b); + int q_SSL_CONF_CTX_finish(SSL_CONF_CTX *a); + int q_SSL_CONF_cmd(SSL_CONF_CTX *a, const char *b, const char *c); ++#endif + void q_SSL_free(SSL *a); + STACK_OF(SSL_CIPHER) *q_SSL_get_ciphers(const SSL *a); + const SSL_CIPHER *q_SSL_get_current_cipher(SSL *a); diff --git a/xapp/libqt5-base/files/patch-src_plugins_bearer_generic_qgenericengine.cpp b/xapp/libqt5-base/files/patch-src_plugins_bearer_generic_qgenericengine.cpp new file mode 100644 index 00000000..6ab81c6a --- /dev/null +++ b/xapp/libqt5-base/files/patch-src_plugins_bearer_generic_qgenericengine.cpp @@ -0,0 +1,54 @@ +Determine suitable bearer. This code is basically the same +as the Linux code, except out ioctl()s are named differently +and we need an AF_LOCAL socket (this detail cribbed from ifconfig.c). +If getting the HW address succeeds, assume it's Ethernet. Tested +with two Ethernet cards and a vlan (all of which have a MAC reported +by ifconfig). + +--- src/plugins/bearer/generic/qgenericengine.cpp.orig 2018-12-03 11:15:26 UTC ++++ src/plugins/bearer/generic/qgenericengine.cpp +@@ -82,7 +82,7 @@ using namespace ABI::Windows::Networking::Connectivity + // needed as interface is used as parameter name in qGetInterfaceType + #undef interface + +-#ifdef Q_OS_LINUX ++#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) + #include + #include + #include +@@ -139,6 +139,23 @@ static QNetworkConfiguration::BearerType qGetInterface + + if (result >= 0 && request.ifr_hwaddr.sa_family == ARPHRD_ETHER) + return QNetworkConfiguration::BearerEthernet; ++ ++#elif defined(Q_OS_FREEBSD) ++ int sock = socket(AF_LOCAL, SOCK_DGRAM, 0); ++ ++ ifreq request; ++ memset(&request, 0, sizeof(struct ifreq)); ++ strncpy(request.ifr_name, interface.toLocal8Bit().data(), sizeof(request.ifr_name) - 1); ++ request.ifr_name[sizeof(request.ifr_name) - 1] = '\0'; ++ ++ if (sock >= 0) { ++ int result = ioctl(sock, SIOCGHWADDR, &request); ++ close(sock); ++ ++ if (result >= 0) ++ return QNetworkConfiguration::BearerEthernet; ++ } ++ + #elif defined(Q_OS_WINRT) + ComPtr networkInfoStatics; + HRESULT hr = GetActivationFactory(HString::MakeReference(RuntimeClass_Windows_Networking_Connectivity_NetworkInformation).Get(), &networkInfoStatics); +@@ -231,9 +248,11 @@ static QNetworkConfiguration::BearerType qGetInterface + QGenericEngine::QGenericEngine(QObject *parent) + : QBearerEngineImpl(parent) + { ++#ifndef QT_NO_NETWORKINTERFACE + //workaround for deadlock in __cxa_guard_acquire with webkit on macos x + //initialise the Q_GLOBAL_STATIC in same thread as the AtomicallyInitializedStatic + (void)QNetworkInterface::interfaceFromIndex(0); ++#endif + } + + QGenericEngine::~QGenericEngine() diff --git a/xapp/libqt5-base/files/patch-x-configure b/xapp/libqt5-base/files/patch-x-configure new file mode 100644 index 00000000..982ef1a3 --- /dev/null +++ b/xapp/libqt5-base/files/patch-x-configure @@ -0,0 +1,12 @@ +--- ./configure.orig 2019-01-28 19:11:52.000000000 +0200 ++++ ./configure 2019-03-17 13:46:10.483553000 +0200 +@@ -855,7 +855,7 @@ + fi + + if [ -n "$CFG_HOST_QT_TOOLS_PATH" ]; then +- "$CFG_HOST_QT_TOOLS_PATH/qmake" -qtconf "$QTCONFFILE" "$relpathMangled" -- "$@" ++ "$CFG_HOST_QT_TOOLS_PATH/qmake" -qtconf "$QTCONFFILE" "$relpathMangled" -- "$@" + else +- "$outpath/bin/qmake" "$relpathMangled" -- "$@" ++ "$outpath/bin/qmake" "$relpathMangled" -- "$@" + fi diff --git a/xapp/libqt5-base/files/patch-x-mkspecs-features-create_cmake.prf b/xapp/libqt5-base/files/patch-x-mkspecs-features-create_cmake.prf new file mode 100644 index 00000000..362cf5a7 --- /dev/null +++ b/xapp/libqt5-base/files/patch-x-mkspecs-features-create_cmake.prf @@ -0,0 +1,13 @@ +--- ./mkspecs/features/create_cmake.prf.orig 2019-03-17 19:45:17.993885000 +0200 ++++ ./mkspecs/features/create_cmake.prf 2019-03-17 19:45:03.170331000 +0200 +@@ -268,8 +268,8 @@ + CMAKE_LIB_FILE_LOCATION_RELEASE = lib$${CMAKE_QT_STEM}.so + CMAKE_LIB_SONAME = lib$${CMAKE_QT_STEM}.so + } else { +- CMAKE_LIB_FILE_LOCATION_DEBUG = lib$${CMAKE_QT_STEM}.so.$$eval(QT.$${MODULE}.VERSION) +- CMAKE_LIB_FILE_LOCATION_RELEASE = lib$${CMAKE_QT_STEM}.so.$$eval(QT.$${MODULE}.VERSION) ++ CMAKE_LIB_FILE_LOCATION_DEBUG = lib$${CMAKE_QT_STEM}.so.$$section(QT.$${MODULE}.VERSION, ., 0, 0) ++ CMAKE_LIB_FILE_LOCATION_RELEASE = lib$${CMAKE_QT_STEM}.so.$$section(QT.$${MODULE}.VERSION, ., 0, 0) + CMAKE_LIB_SONAME = lib$${CMAKE_QT_STEM}.so.$$section(QT.$${MODULE}.VERSION, ., 0, 0) + } + } diff --git a/xapp/libqt5-base/files/patch-x-mkspecs-features-moc.prf b/xapp/libqt5-base/files/patch-x-mkspecs-features-moc.prf new file mode 100644 index 00000000..07b88e3f --- /dev/null +++ b/xapp/libqt5-base/files/patch-x-mkspecs-features-moc.prf @@ -0,0 +1,10 @@ +--- ./mkspecs/features/moc.prf.orig 2019-03-17 13:53:11.594774000 +0200 ++++ ./mkspecs/features/moc.prf 2019-03-17 13:53:21.097822000 +0200 +@@ -1,6 +1,6 @@ + + #global defaults +-qtPrepareTool(QMAKE_MOC, moc) ++qtPrepareTool(QMAKE_MOC, moc) + isEmpty(MOC_DIR):MOC_DIR = . + isEmpty(QMAKE_H_MOD_MOC):QMAKE_H_MOD_MOC = moc_ + isEmpty(QMAKE_EXT_CPP_MOC):QMAKE_EXT_CPP_MOC = .moc diff --git a/xapp/libqt5-base/files/patch-x-mkspecs-features-uic.prf b/xapp/libqt5-base/files/patch-x-mkspecs-features-uic.prf new file mode 100644 index 00000000..a981533d --- /dev/null +++ b/xapp/libqt5-base/files/patch-x-mkspecs-features-uic.prf @@ -0,0 +1,8 @@ +--- ./mkspecs/features/uic.prf.orig 2019-03-17 13:52:21.138747000 +0200 ++++ ./mkspecs/features/uic.prf 2019-03-17 13:52:45.947642000 +0200 +@@ -1,4 +1,4 @@ +-qtPrepareTool(QMAKE_UIC, uic, _DEP) ++qtPrepareTool(QMAKE_UIC, uic, _DEP) + + isEmpty(UI_DIR):UI_DIR = . + isEmpty(QMAKE_MOD_UIC):QMAKE_MOD_UIC = ui_ diff --git a/xapp/libqt5-base/files/patch-x-qmake-Makefile.unix b/xapp/libqt5-base/files/patch-x-qmake-Makefile.unix new file mode 100644 index 00000000..b51e5210 --- /dev/null +++ b/xapp/libqt5-base/files/patch-x-qmake-Makefile.unix @@ -0,0 +1,33 @@ +--- ./qmake/Makefile.unix.orig 2019-03-17 13:47:22.012382000 +0200 ++++ ./qmake/Makefile.unix 2019-03-17 13:48:27.561198000 +0200 +@@ -144,14 +144,14 @@ + CXXFLAGS = $(EXTRA_CXXFLAGS) $(CONFIG_CXXFLAGS) $(CPPFLAGS) + LFLAGS = $(EXTRA_LFLAGS) $(CONFIG_LFLAGS) + +-first all: $(BUILD_PATH)/bin/qmake$(EXEEXT) +-qmake: $(BUILD_PATH)/bin/qmake$(EXEEXT) +-binary: $(BUILD_PATH)/qmake/qmake$(EXEEXT) ++first all: $(BUILD_PATH)/bin/qmake$(EXEEXT) ++qmake: $(BUILD_PATH)/bin/qmake$(EXEEXT) ++binary: $(BUILD_PATH)/qmake/qmake$(EXEEXT) + +-$(BUILD_PATH)/bin/qmake$(EXEEXT): $(OBJS) $(QOBJS) qlibraryinfo.o ++$(BUILD_PATH)/bin/qmake$(EXEEXT): $(OBJS) $(QOBJS) qlibraryinfo.o + $(CXX) -o "$@" $(OBJS) $(QOBJS) qlibraryinfo.o $(LFLAGS) + +-$(BUILD_PATH)/qmake/qmake$(EXEEXT): $(OBJS) $(QOBJS) qlibraryinfo_final.o ++$(BUILD_PATH)/qmake/qmake$(EXEEXT): $(OBJS) $(QOBJS) qlibraryinfo_final.o + $(CXX) -o "$@" $(OBJS) $(QOBJS) qlibraryinfo_final.o $(LFLAGS) + + Makefile: $(SOURCE_PATH)/qmake/Makefile.unix +@@ -162,8 +162,8 @@ + + distclean:: clean + $(RM_RF) .deps +- $(RM_F) $(BUILD_PATH)/bin/qmake$(EXEEXT) +- $(RM_F) $(BUILD_PATH)/qmake/qmake$(EXEEXT) ++ $(RM_F) $(BUILD_PATH)/bin/qmake$(EXEEXT) ++ $(RM_F) $(BUILD_PATH)/qmake/qmake$(EXEEXT) + $(RM_F) Makefile + + depend: diff --git a/xapp/libqt5-base/files/patch-x-qmake-generators-unix-unixmake.cpp b/xapp/libqt5-base/files/patch-x-qmake-generators-unix-unixmake.cpp new file mode 100644 index 00000000..feca1cb0 --- /dev/null +++ b/xapp/libqt5-base/files/patch-x-qmake-generators-unix-unixmake.cpp @@ -0,0 +1,11 @@ +--- ./qmake/generators/unix/unixmake.cpp.orig 2019-01-28 19:11:52.000000000 +0200 ++++ ./qmake/generators/unix/unixmake.cpp 2019-03-17 19:22:28.499343000 +0200 +@@ -597,7 +597,7 @@ + && !project->isActiveConfig("plugin") + && !project->isActiveConfig("unversioned_libname")) { + if(project->isEmpty("QMAKE_HPUX_SHLIB")) { +- links << "$(TARGET0)" << "$(TARGET1)" << "$(TARGET2)"; ++ links << "$(TARGET0)"; + } else { + links << "$(TARGET0)"; + } diff --git a/xapp/libqt5-base/files/patch-x-qmake-generators-unix-unixmake2.cpp b/xapp/libqt5-base/files/patch-x-qmake-generators-unix-unixmake2.cpp new file mode 100644 index 00000000..e204bc7d --- /dev/null +++ b/xapp/libqt5-base/files/patch-x-qmake-generators-unix-unixmake2.cpp @@ -0,0 +1,267 @@ +--- ./qmake/generators/unix/unixmake2.cpp.orig 2020-03-27 11:49:31.000000000 +0200 ++++ ./qmake/generators/unix/unixmake2.cpp 2020-05-15 18:12:54.807060000 +0200 +@@ -260,14 +260,12 @@ + } else if(!project->isActiveConfig("staticlib") && project->values("QMAKE_APP_FLAG").isEmpty()) { + t << "TARGETA = " << fileVar("TARGETA") << Qt::endl; + if(!project->isEmpty("QMAKE_BUNDLE")) { +- t << "TARGETD = " << fileVar("TARGET_x.y") << Qt::endl; ++ t << "TARGETD = " << fileVar("TARGET_x") << Qt::endl; + t << "TARGET0 = " << fileVar("TARGET_") << Qt::endl; + } else if (!project->isActiveConfig("unversioned_libname")) { + t << "TARGET0 = " << fileVar("TARGET_") << Qt::endl; + if (project->isEmpty("QMAKE_HPUX_SHLIB")) { +- t << "TARGETD = " << fileVar("TARGET_x.y.z") << Qt::endl; +- t << "TARGET1 = " << fileVar("TARGET_x") << Qt::endl; +- t << "TARGET2 = " << fileVar("TARGET_x.y") << Qt::endl; ++ t << "TARGETD = " << fileVar("TARGET_x") << Qt::endl; + } else { + t << "TARGETD = " << fileVar("TARGET_x") << Qt::endl; + } +@@ -598,7 +596,7 @@ + t << "\n\t"; + + if (!project->isActiveConfig("unversioned_libname")) +- t << "-$(DEL_FILE) $(TARGET) $(TARGET0) $(TARGET1) $(TARGET2)"; ++ t << "-$(DEL_FILE) $(TARGET) $(TARGET0)"; + else + t << "-$(DEL_FILE) $(TARGET)"; + +@@ -606,9 +604,7 @@ + + if (!project->isActiveConfig("unversioned_libname")) { + t << "\n\t" +- << varGlue("QMAKE_LN_SHLIB","-"," "," $(TARGET) $(TARGET0)") << "\n\t" +- << varGlue("QMAKE_LN_SHLIB","-"," "," $(TARGET) $(TARGET1)") << "\n\t" +- << varGlue("QMAKE_LN_SHLIB","-"," "," $(TARGET) $(TARGET2)"); ++ << varGlue("QMAKE_LN_SHLIB","-"," "," $(TARGET) $(TARGET0)"); + } + if (!destdir.isEmpty()) { + t << "\n\t" +@@ -618,11 +614,7 @@ + if (!project->isActiveConfig("unversioned_libname")) { + t << "\n\t" + << "-$(DEL_FILE) " << destdir << "$(TARGET0)\n\t" +- << "-$(DEL_FILE) " << destdir << "$(TARGET1)\n\t" +- << "-$(DEL_FILE) " << destdir << "$(TARGET2)\n\t" +- << "-$(MOVE) $(TARGET0) " << destdir << "$(TARGET0)\n\t" +- << "-$(MOVE) $(TARGET1) " << destdir << "$(TARGET1)\n\t" +- << "-$(MOVE) $(TARGET2) " << destdir << "$(TARGET2)"; ++ << "-$(MOVE) $(TARGET0) " << destdir << "$(TARGET0)"; + } + } + if(!project->isEmpty("QMAKE_POST_LINK")) +@@ -762,14 +754,11 @@ + ProStringList commonSedArgs; + if (!project->values("VERSION").isEmpty()) { + const ProString shortVersion = +- project->first("VER_MAJ") + "." + +- project->first("VER_MIN"); ++ project->first("VER_MAJ"); + commonSedArgs << "-e \"s,@SHORT_VERSION@," << shortVersion << ",g\" "; + commonSedArgs << "-e \"s,\\$${QMAKE_SHORT_VERSION}," << shortVersion << ",g\" "; + const ProString fullVersion = +- project->first("VER_MAJ") + "." + +- project->first("VER_MIN") + "." + +- project->first("VER_PAT"); ++ project->first("VER_MAJ"); + commonSedArgs << "-e \"s,@FULL_VERSION@," << fullVersion << ",g\" "; + commonSedArgs << "-e \"s,\\$${QMAKE_FULL_VERSION}," << fullVersion << ",g\" "; + } +@@ -1188,6 +1177,7 @@ + } + if(!project->isEmpty("TARGET")) + project->values("TARGET").first().prepend(project->first("DESTDIR")); ++ + } else if (project->isActiveConfig("staticlib")) { + project->values("PRL_TARGET") = + project->values("TARGET").first().prepend(project->first("QMAKE_PREFIX_STATICLIB")); +@@ -1216,33 +1206,42 @@ + bundle_loc + project->first("TARGET"); + project->values("TARGET_").append(target); + if (!project->isActiveConfig("shallow_bundle")) { +- project->values("TARGET_x.y").append(project->first("QMAKE_BUNDLE") + ++ project->values("TARGET_x").append(project->first("QMAKE_BUNDLE") + + "/Versions/" + + project->first("QMAKE_FRAMEWORK_VERSION") + + bundle_loc + project->first("TARGET")); + } else { +- project->values("TARGET_x.y").append(target); ++ project->values("TARGET_x").append(target); + } + } else if(project->isActiveConfig("plugin")) { ++ + QString prefix; ++ + if(!project->isActiveConfig("no_plugin_name_prefix")) + prefix = "lib"; + project->values("PRL_TARGET").prepend(prefix + project->first("TARGET")); +- project->values("TARGET_x.y.z").append(prefix + ++ ++ project->values("TARGET_x").append(prefix + + project->first("TARGET") + "." + + project->first("QMAKE_EXTENSION_PLUGIN")); +- if(project->isActiveConfig("lib_version_first")) +- project->values("TARGET_x").append(prefix + project->first("TARGET") + "." + +- project->first("VER_MAJ") + "." + +- project->first("QMAKE_EXTENSION_PLUGIN")); +- else +- project->values("TARGET_x").append(prefix + project->first("TARGET") + "." + +- project->first("QMAKE_EXTENSION_PLUGIN") + +- "." + project->first("VER_MAJ")); +- project->values("TARGET") = project->values("TARGET_x.y.z"); ++ ++ //if(project->isActiveConfig("lib_version_first")) ++ // project->values("TARGET_x").append(prefix + project->first("TARGET") + "." + ++ // project->first("VER_MAJ") + "." + ++ // project->first("QMAKE_EXTENSION_PLUGIN")); ++ //else ++ // project->values("TARGET_x").append(prefix + project->first("TARGET") + "." + ++ // project->first("QMAKE_EXTENSION_PLUGIN") + ++ // "." + project->first("VER_MAJ")); ++ ++ project->values("TARGET") = project->values("TARGET_x"); ++ ++ + } else if (!project->isEmpty("QMAKE_HPUX_SHLIB")) { ++ + project->values("PRL_TARGET").prepend("lib" + project->first("TARGET")); + project->values("TARGET_").append("lib" + project->first("TARGET") + ".sl"); ++ + if(project->isActiveConfig("lib_version_first")) + project->values("TARGET_x").append("lib" + project->first("VER_MAJ") + "." + + project->first("TARGET")); +@@ -1250,38 +1249,27 @@ + project->values("TARGET_x").append("lib" + project->first("TARGET") + "." + + project->first("VER_MAJ")); + project->values("TARGET") = project->values("TARGET_x"); ++ ++ + } else if (!project->isEmpty("QMAKE_AIX_SHLIB")) { + project->values("PRL_TARGET").prepend("lib" + project->first("TARGET")); ++ + project->values("TARGET_").append(project->first("QMAKE_PREFIX_STATICLIB") + project->first("TARGET") + + "." + project->first("QMAKE_EXTENSION_STATICLIB")); + if(project->isActiveConfig("lib_version_first")) { ++ + project->values("TARGET_x").append("lib" + project->first("TARGET") + "." + + project->first("VER_MAJ") + "." + + project->first("QMAKE_EXTENSION_SHLIB")); +- project->values("TARGET_x.y").append("lib" + project->first("TARGET") + "." + +- project->first("VER_MAJ") + +- "." + project->first("VER_MIN") + "." + +- project->first("QMAKE_EXTENSION_SHLIB")); +- project->values("TARGET_x.y.z").append("lib" + project->first("TARGET") + "." + +- project->first("VER_MAJ") + "." + +- project->first("VER_MIN") + "." + +- project->first("VER_PAT") + "." + +- project->first("QMAKE_EXTENSION_SHLIB")); ++ ++ + } else { + project->values("TARGET_x").append("lib" + project->first("TARGET") + "." + + project->first("QMAKE_EXTENSION_SHLIB") + + "." + project->first("VER_MAJ")); +- project->values("TARGET_x.y").append("lib" + project->first("TARGET") + "." + +- project->first("QMAKE_EXTENSION_SHLIB") + +- "." + project->first("VER_MAJ") + +- "." + project->first("VER_MIN")); +- project->values("TARGET_x.y.z").append("lib" + project->first("TARGET") + "." + +- project->first("QMAKE_EXTENSION_SHLIB") + "." + +- project->first("VER_MAJ") + "." + +- project->first("VER_MIN") + "." + +- project->first("VER_PAT")); + } +- project->values("TARGET") = project->values("TARGET_x.y.z"); ++ project->values("TARGET") = project->values("TARGET_x"); ++ + } else { + project->values("PRL_TARGET").prepend("lib" + project->first("TARGET")); + project->values("TARGET_").append("lib" + project->first("TARGET") + "." + +@@ -1290,49 +1278,36 @@ + project->values("TARGET_x").append("lib" + project->first("TARGET") + "." + + project->first("VER_MAJ") + "." + + project->first("QMAKE_EXTENSION_SHLIB")); +- project->values("TARGET_x.y").append("lib" + project->first("TARGET") + "." + +- project->first("VER_MAJ") + +- "." + project->first("VER_MIN") + "." + +- project->first("QMAKE_EXTENSION_SHLIB")); +- project->values("TARGET_x.y.z").append("lib" + project->first("TARGET") + "." + +- project->first("VER_MAJ") + "." + +- project->first("VER_MIN") + "." + +- project->first("VER_PAT") + "." + +- project->first("QMAKE_EXTENSION_SHLIB")); ++ + } else { + project->values("TARGET_x").append("lib" + project->first("TARGET") + "." + + project->first("QMAKE_EXTENSION_SHLIB") + + "." + project->first("VER_MAJ")); +- project->values("TARGET_x.y").append("lib" + project->first("TARGET") + "." + +- project->first("QMAKE_EXTENSION_SHLIB") +- + "." + project->first("VER_MAJ") + +- "." + project->first("VER_MIN")); +- project->values("TARGET_x.y.z").append("lib" + project->first("TARGET") + +- "." + +- project->first( +- "QMAKE_EXTENSION_SHLIB") + "." + +- project->first("VER_MAJ") + "." + +- project->first("VER_MIN") + "." + +- project->first("VER_PAT")); + } + if (project->isActiveConfig("unversioned_libname")) + project->values("TARGET") = project->values("TARGET_"); + else +- project->values("TARGET") = project->values("TARGET_x.y.z"); ++ project->values("TARGET") = project->values("TARGET_x"); + } ++ + if (!project->values("QMAKE_LFLAGS_SONAME").isEmpty()) { + ProString soname; ++ + if(project->isActiveConfig("plugin")) { ++ + if(!project->values("TARGET").isEmpty()) + soname += project->first("TARGET"); ++ ++ + } else if(!project->isEmpty("QMAKE_BUNDLE")) { +- soname += project->first("TARGET_x.y"); ++ soname += project->first("TARGET_x"); + } else if(project->isActiveConfig("unversioned_soname")) { + soname = "lib" + project->first("QMAKE_ORIG_TARGET") + + "." + project->first("QMAKE_EXTENSION_SHLIB"); + } else if(!project->values("TARGET_x").isEmpty()) { + soname += project->first("TARGET_x"); + } ++ + if(!soname.isEmpty()) { + if(project->isActiveConfig("absolute_library_soname") && + project->values("INSTALLS").indexOf("target") != -1 && +@@ -1376,17 +1351,14 @@ + if(!project->isEmpty("QMAKE_LFLAGS_COMPAT_VERSION")) { + if(project->isEmpty("COMPAT_VERSION")) + project->values("QMAKE_LFLAGS") += QString(project->first("QMAKE_LFLAGS_COMPAT_VERSION") + +- project->first("VER_MAJ") + "." + +- project->first("VER_MIN")); ++ project->first("VER_MAJ")); + else + project->values("QMAKE_LFLAGS") += QString(project->first("QMAKE_LFLAGS_COMPAT_VERSION") + + project->first("COMPATIBILITY_VERSION")); + } + if(!project->isEmpty("QMAKE_LFLAGS_VERSION")) { + project->values("QMAKE_LFLAGS") += QString(project->first("QMAKE_LFLAGS_VERSION") + +- project->first("VER_MAJ") + "." + +- project->first("VER_MIN") + "." + +- project->first("VER_PAT")); ++ project->first("VER_MAJ")); + } + project->values("QMAKE_LFLAGS") += project->values("QMAKE_LFLAGS_SONAME"); + } +@@ -1481,7 +1453,7 @@ + t << fileVar("TARGET"); + } else { + if (project->isEmpty("QMAKE_HPUX_SHLIB")) +- t << fileVar("TARGET_x.y.z") << ' '; ++ t << fileVar("TARGET_x") << ' '; + t << fileVar("TARGET_x") << ' ' << fileVar("TARGET_"); + } + t << "'\n\n"; diff --git a/xapp/libqt5-base/files/patch-x-src-corelib-configure.json b/xapp/libqt5-base/files/patch-x-src-corelib-configure.json new file mode 100644 index 00000000..e3b15647 --- /dev/null +++ b/xapp/libqt5-base/files/patch-x-src-corelib-configure.json @@ -0,0 +1,11 @@ +--- ./src/corelib/configure.json.orig 2019-01-28 19:11:52.000000000 +0200 ++++ ./src/corelib/configure.json 2019-03-17 19:22:28.506269000 +0200 +@@ -44,7 +44,7 @@ + }, + "headers": "glib.h", + "sources": [ +- { "type": "pkgConfig", "args": "glib-2.0 gthread-2.0" } ++ { "type": "pkgConfig", "args": "glib gthread" } + ] + }, + "posix_iconv": { diff --git a/xapp/libqt5-base/files/patch-x-src-corelib-corelib.pro b/xapp/libqt5-base/files/patch-x-src-corelib-corelib.pro new file mode 100644 index 00000000..895ed369 --- /dev/null +++ b/xapp/libqt5-base/files/patch-x-src-corelib-corelib.pro @@ -0,0 +1,20 @@ +--- ./src/corelib/corelib.pro.orig 2019-01-28 19:11:52.000000000 +0200 ++++ ./src/corelib/corelib.pro 2019-03-17 19:22:28.508051000 +0200 +@@ -133,7 +133,7 @@ + $$cmake_umbrella_config_version_file.output \ + $$cmake_umbrella_config_module_location_for_install.output + +-cmake_qt5_umbrella_module_files.path = $$[QT_INSTALL_LIBS]/cmake/Qt5 ++cmake_qt5_umbrella_module_files.path = $$[QT_INSTALL_PREFIX]/lib/cmake/Qt5 + + QMAKE_SUBSTITUTES += \ + ctest_macros_file \ +@@ -146,7 +146,7 @@ + + ctest_qt5_module_files.files += $$ctest_macros_file.output $$cmake_extras_mkspec_dir_for_install.output + +-ctest_qt5_module_files.path = $$[QT_INSTALL_LIBS]/cmake/Qt5Core ++ctest_qt5_module_files.path = $$[QT_INSTALL_PREFIX]/lib/cmake/Qt5Core + + INSTALLS += ctest_qt5_module_files cmake_qt5_umbrella_module_files + diff --git a/xapp/libqt5-base/files/patch-x-src-gui-configure.json b/xapp/libqt5-base/files/patch-x-src-gui-configure.json new file mode 100644 index 00000000..7cf82c2a --- /dev/null +++ b/xapp/libqt5-base/files/patch-x-src-gui-configure.json @@ -0,0 +1,30 @@ +--- ./src/gui/configure.json.orig 2019-03-06 09:59:50.000000000 +0200 ++++ ./src/gui/configure.json 2019-08-07 06:31:35.107450000 +0200 +@@ -238,10 +238,10 @@ + }, + "headers": "ft2build.h", + "sources": [ +- { "type": "pkgConfig", "args": "freetype2" }, +- { "type": "freetype", "libs": "-lfreetype", "condition": "!config.wasm" }, ++ { "type": "pkgConfig", "args": "qtfreetype2" }, ++ { "type": "freetype", "libs": "-lqtfreetype", "condition": "!config.wasm" }, + { "libs": "-s USE_FREETYPE=1", "condition": "config.wasm" }, +- { "libs": "-lfreetype" } ++ { "libs": "-lqtfreetype" } + ], + "use": [ + { "lib": "zlib", "condition": "features.system-zlib" } +@@ -259,10 +259,10 @@ + "FcPattern *pattern = 0;" + ] + }, +- "headers": "fontconfig/fontconfig.h", ++ "headers": "qtfontconfig/fontconfig/fontconfig.h", + "sources": [ +- { "type": "pkgConfig", "args": "fontconfig" }, +- { "type": "freetype", "libs": "-lfontconfig" } ++ { "type": "pkgConfig", "args": "qtfontconfig" }, ++ { "type": "freetype", "libs": "-lqtfontconfig" } + ], + "use": "freetype" + }, diff --git a/xapp/libqt5-base/files/patch-x-src-platformsupport-glxconvenience-qglxconvenience.cpp b/xapp/libqt5-base/files/patch-x-src-platformsupport-glxconvenience-qglxconvenience.cpp new file mode 100644 index 00000000..e9f60887 --- /dev/null +++ b/xapp/libqt5-base/files/patch-x-src-platformsupport-glxconvenience-qglxconvenience.cpp @@ -0,0 +1,13 @@ +--- ./src/platformsupport/glxconvenience/qglxconvenience.cpp.orig 2019-01-28 19:11:52.000000000 +0200 ++++ ./src/platformsupport/glxconvenience/qglxconvenience.cpp 2019-03-17 19:22:28.527486000 +0200 +@@ -251,6 +251,10 @@ + if (requestedAlpha && actualAlpha != requestedAlpha) + continue; + ++ // avoid BGR visuals due to bugs elsewhere ++ if ((visual->red_mask & 0x1) == 0x1) ++ continue; ++ + return candidate; + } + if (compatibleCandidate) { diff --git a/xapp/libqt5-base/files/patch-x-src-widgets-configure.json b/xapp/libqt5-base/files/patch-x-src-widgets-configure.json new file mode 100644 index 00000000..3ea1f623 --- /dev/null +++ b/xapp/libqt5-base/files/patch-x-src-widgets-configure.json @@ -0,0 +1,11 @@ +--- ./src/widgets/configure.json.orig 2019-01-28 19:11:52.000000000 +0200 ++++ ./src/widgets/configure.json 2019-03-17 19:22:28.533401000 +0200 +@@ -21,7 +21,7 @@ + "gtk3": { + "label": "GTK+ >= 3.6", + "sources": [ +- { "type": "pkgConfig", "args": "gtk+-3.0 >= 3.6" } ++ { "type": "pkgConfig", "args": "gtk+ >= 3.6" } + ] + } + }, diff --git a/xapp/libqt5-base/files/patch-x-tests-tests.pro b/xapp/libqt5-base/files/patch-x-tests-tests.pro new file mode 100644 index 00000000..b34a8d5f --- /dev/null +++ b/xapp/libqt5-base/files/patch-x-tests-tests.pro @@ -0,0 +1,13 @@ +--- ./tests/tests.pro.orig 2019-01-28 19:11:52.000000000 +0200 ++++ ./tests/tests.pro 2019-03-17 19:22:28.535049000 +0200 +@@ -2,8 +2,8 @@ + CONFIG += no_docs_target + requires(qtHaveModule(testlib)) + +-SUBDIRS = auto ++#SUBDIRS = auto + + # benchmarks in debug mode is rarely sensible + # benchmarks are not sensible for code coverage (here with tool testcocoon) +-!uikit:!testcocoon:contains(QT_CONFIG, release): SUBDIRS += benchmarks ++#!uikit:!testcocoon:contains(QT_CONFIG, release): SUBDIRS += benchmarks diff --git a/xapp/libqt5-base/pkg-descr b/xapp/libqt5-base/pkg-descr new file mode 100644 index 00000000..a15e394b --- /dev/null +++ b/xapp/libqt5-base/pkg-descr @@ -0,0 +1,9 @@ +Qt is a cross-platform application and UI framework for developers +using C++ or QML, a CSS/JavaScript-like language. + +With Qt, code can be reused efficiently to target multiple platforms +with one code base. The modular C++ class library and developer tools +easily enables developers to create applications for one platform and +easily build and run to deploy on another platform. + +WWW: http://qt-project.org diff --git a/xapp/libqt5-base/pkg-plist b/xapp/libqt5-base/pkg-plist new file mode 100644 index 00000000..7dec347e --- /dev/null +++ b/xapp/libqt5-base/pkg-plist @@ -0,0 +1,3760 @@ +bin/fixqt4headers +bin/moc +bin/qdbuscpp2xml +bin/qdbusxml2cpp +bin/qlalr +bin/qmake +bin/qvkgen +bin/rcc +bin/syncqt +bin/tracegen +bin/uic +include/Qt5/QtAccessibilitySupport/5.15.0/QtAccessibilitySupport/private/qaccessiblebridgeutils_p.h +include/Qt5/QtAccessibilitySupport/QtAccessibilitySupport +include/Qt5/QtAccessibilitySupport/QtAccessibilitySupportDepends +include/Qt5/QtAccessibilitySupport/QtAccessibilitySupportVersion +include/Qt5/QtAccessibilitySupport/qtaccessibilitysupportversion.h +include/Qt5/QtConcurrent/QtConcurrent +include/Qt5/QtConcurrent/qtconcurrent_global.h +include/Qt5/QtConcurrent/qtconcurrentcompilertest.h +include/Qt5/QtConcurrent/QtConcurrentDepends +include/Qt5/QtConcurrent/qtconcurrentexception.h +include/Qt5/QtConcurrent/QtConcurrentFilter +include/Qt5/QtConcurrent/qtconcurrentfilter.h +include/Qt5/QtConcurrent/qtconcurrentfilterkernel.h +include/Qt5/QtConcurrent/qtconcurrentfunctionwrappers.h +include/Qt5/QtConcurrent/qtconcurrentiteratekernel.h +include/Qt5/QtConcurrent/QtConcurrentMap +include/Qt5/QtConcurrent/qtconcurrentmap.h +include/Qt5/QtConcurrent/qtconcurrentmapkernel.h +include/Qt5/QtConcurrent/qtconcurrentmedian.h +include/Qt5/QtConcurrent/qtconcurrentreducekernel.h +include/Qt5/QtConcurrent/QtConcurrentRun +include/Qt5/QtConcurrent/qtconcurrentrun.h +include/Qt5/QtConcurrent/qtconcurrentrunbase.h +include/Qt5/QtConcurrent/qtconcurrentstoredfunctioncall.h +include/Qt5/QtConcurrent/qtconcurrentthreadengine.h +include/Qt5/QtConcurrent/QtConcurrentVersion +include/Qt5/QtConcurrent/qtconcurrentversion.h +include/Qt5/QtCore/5.15.0/QtCore/private/cp949codetbl_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/minimum-linux_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qabstractanimation_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qabstracteventdispatcher_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qabstractfileengine_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qabstractitemmodel_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qabstractproxymodel_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qabstractstate_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qabstracttransition_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qanimationgroup_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qbig5codec_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qbinaryjson_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qbinaryjsonarray_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qbinaryjsonobject_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qbinaryjsonvalue_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qbytearray_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qbytedata_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qcalendarbackend_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qcalendarmath_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qcborcommon_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qcborvalue_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qcfsocketnotifier_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qcollator_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qconfig_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qcore_mac_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qcore_unix_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qcoreapplication_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qcorecmdlineargs_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qcoreglobaldata_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qdatastream_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qdataurl_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qdatetime_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qdatetimeparser_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qdeadlinetimer_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qdebug_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qdir_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qdoublescanprint_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qduplicatetracker_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qelfparser_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qendian_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qeucjpcodec_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qeuckrcodec_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qeventdispatcher_cf_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qeventdispatcher_glib_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qeventdispatcher_unix_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qeventdispatcher_win_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qeventdispatcher_winrt_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qeventloop_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qeventtransition_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qfactoryloader_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qfile_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qfiledevice_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qfileinfo_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qfileselector_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qfilesystemengine_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qfilesystementry_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qfilesystemiterator_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qfilesystemmetadata_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qfilesystemwatcher_fsevents_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qfilesystemwatcher_inotify_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qfilesystemwatcher_kqueue_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qfilesystemwatcher_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qfilesystemwatcher_polling_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qfilesystemwatcher_win_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qfinalstate_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qfreelist_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qfsfileengine_iterator_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qfsfileengine_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qfunctions_fake_env_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qfunctions_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qfutex_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qfutureinterface_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qfuturewatcher_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qgb18030codec_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qglobal_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qgregoriancalendar_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qharfbuzz_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qhijricalendar_data_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qhijricalendar_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qhistorystate_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qhooks_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qiconvcodec_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qicucodec_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qiodevice_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qipaddress_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qisciicodec_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qislamiccivilcalendar_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qitemselectionmodel_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qjalalicalendar_data_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qjalalicalendar_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qjiscodec_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qjni_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qjnihelpers_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qjpunicode_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qjson_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qjsonparser_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qjsonwriter_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qjuliancalendar_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qlatincodec_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qlibrary_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qlocale_data_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qlocale_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qlocale_tools_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qlockfile_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qlocking_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qlogging_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qloggingregistry_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qmachparser_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qmakearray_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qmemory_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qmetaobject_moc_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qmetaobject_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qmetaobjectbuilder_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qmetatype_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qmetatypeswitcher_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qmilankoviccalendar_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qmimedatabase_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qmimeglobpattern_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qmimemagicrule_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qmimemagicrulematcher_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qmimeprovider_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qmimetype_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qmimetypeparser_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qmutex_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qnoncontiguousbytedevice_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qnumeric_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qobject_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qoffsetstringarray_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qoperatingsystemversion_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qoperatingsystemversion_win_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qorderedmutexlocker_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qparallelanimationgroup_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qplugin_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qpoll_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qppsattribute_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qppsattributeprivate_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qppsobject_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qppsobjectprivate_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qprocess_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qpropertyanimation_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qrandom_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qreadwritelock_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qresource_iterator_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qresource_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qringbuffer_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qromancalendar_data_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qromancalendar_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qsavefile_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qscopedpointer_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qsequentialanimationgroup_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qsettings_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qsharedmemory_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qsignaleventgenerator_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qsignaltransition_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qsimd_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qsimd_x86_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qsimplecodec_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qsjiscodec_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qstate_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qstatemachine_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qstdweb_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qstorageinfo_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qstringalgorithms_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qstringiterator_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qsystemerror_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qsystemlibrary_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qsystemsemaphore_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qt_pch.h +include/Qt5/QtCore/5.15.0/QtCore/private/qtcore-config_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qtemporaryfile_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qtextcodec_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qtextstream_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qthread_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qthreadpool_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qtimerinfo_unix_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qtimezoneprivate_data_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qtimezoneprivate_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qtldurl_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qtools_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qtrace_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qtranslator_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qtransposeproxymodel_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qtsciicodec_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qunicodetables_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qunicodetools_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qurl_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qurltlds_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qutfcodec_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qvariant_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qvariantanimation_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qwaitcondition_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qwindowscodec_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qwindowspipereader_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qwindowspipewriter_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qwineventnotifier_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qwinregistry_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qxmlstream_p.h +include/Qt5/QtCore/5.15.0/QtCore/private/qxmlutils_p.h +include/Qt5/QtCore/Q_PID +include/Qt5/QtCore/Q_SECURITY_ATTRIBUTES +include/Qt5/QtCore/Q_STARTUPINFO +include/Qt5/QtCore/QAbstractAnimation +include/Qt5/QtCore/qabstractanimation.h +include/Qt5/QtCore/QAbstractEventDispatcher +include/Qt5/QtCore/qabstracteventdispatcher.h +include/Qt5/QtCore/QAbstractItemModel +include/Qt5/QtCore/qabstractitemmodel.h +include/Qt5/QtCore/QAbstractListModel +include/Qt5/QtCore/QAbstractNativeEventFilter +include/Qt5/QtCore/qabstractnativeeventfilter.h +include/Qt5/QtCore/QAbstractProxyModel +include/Qt5/QtCore/qabstractproxymodel.h +include/Qt5/QtCore/QAbstractState +include/Qt5/QtCore/qabstractstate.h +include/Qt5/QtCore/QAbstractTableModel +include/Qt5/QtCore/QAbstractTransition +include/Qt5/QtCore/qabstracttransition.h +include/Qt5/QtCore/qalgorithms.h +include/Qt5/QtCore/QAnimationDriver +include/Qt5/QtCore/QAnimationGroup +include/Qt5/QtCore/qanimationgroup.h +include/Qt5/QtCore/QArgument +include/Qt5/QtCore/QArrayData +include/Qt5/QtCore/qarraydata.h +include/Qt5/QtCore/qarraydataops.h +include/Qt5/QtCore/QArrayDataPointer +include/Qt5/QtCore/qarraydatapointer.h +include/Qt5/QtCore/QArrayDataPointerRef +include/Qt5/QtCore/QAssociativeIterable +include/Qt5/QtCore/qatomic_bootstrap.h +include/Qt5/QtCore/qatomic_cxx11.h +include/Qt5/QtCore/qatomic_msvc.h +include/Qt5/QtCore/qatomic.h +include/Qt5/QtCore/QAtomicInt +include/Qt5/QtCore/QAtomicInteger +include/Qt5/QtCore/QAtomicPointer +include/Qt5/QtCore/qbasicatomic.h +include/Qt5/QtCore/QBasicMutex +include/Qt5/QtCore/QBasicTimer +include/Qt5/QtCore/qbasictimer.h +include/Qt5/QtCore/QBEInteger +include/Qt5/QtCore/QBigEndianStorageType +include/Qt5/QtCore/QBitArray +include/Qt5/QtCore/qbitarray.h +include/Qt5/QtCore/QBitRef +include/Qt5/QtCore/QBuffer +include/Qt5/QtCore/qbuffer.h +include/Qt5/QtCore/QByteArray +include/Qt5/QtCore/qbytearray.h +include/Qt5/QtCore/QByteArrayData +include/Qt5/QtCore/QByteArrayDataPtr +include/Qt5/QtCore/QByteArrayList +include/Qt5/QtCore/qbytearraylist.h +include/Qt5/QtCore/QByteArrayListIterator +include/Qt5/QtCore/QByteArrayMatcher +include/Qt5/QtCore/qbytearraymatcher.h +include/Qt5/QtCore/QByteRef +include/Qt5/QtCore/QCache +include/Qt5/QtCore/qcache.h +include/Qt5/QtCore/QCalendar +include/Qt5/QtCore/qcalendar.h +include/Qt5/QtCore/QCborArray +include/Qt5/QtCore/qcborarray.h +include/Qt5/QtCore/qcborcommon.h +include/Qt5/QtCore/QCborError +include/Qt5/QtCore/QCborMap +include/Qt5/QtCore/qcbormap.h +include/Qt5/QtCore/QCborParserError +include/Qt5/QtCore/qcborstream.h +include/Qt5/QtCore/QCborStreamReader +include/Qt5/QtCore/qcborstreamreader.h +include/Qt5/QtCore/QCborStreamWriter +include/Qt5/QtCore/qcborstreamwriter.h +include/Qt5/QtCore/QCborValue +include/Qt5/QtCore/qcborvalue.h +include/Qt5/QtCore/QCborValueRef +include/Qt5/QtCore/QChar +include/Qt5/QtCore/qchar.h +include/Qt5/QtCore/QCharRef +include/Qt5/QtCore/QChildEvent +include/Qt5/QtCore/QCollator +include/Qt5/QtCore/qcollator.h +include/Qt5/QtCore/QCollatorSortKey +include/Qt5/QtCore/QCommandLineOption +include/Qt5/QtCore/qcommandlineoption.h +include/Qt5/QtCore/QCommandLineParser +include/Qt5/QtCore/qcommandlineparser.h +include/Qt5/QtCore/qcompilerdetection.h +include/Qt5/QtCore/QConcatenateTablesProxyModel +include/Qt5/QtCore/qconcatenatetablesproxymodel.h +include/Qt5/QtCore/qconfig-bootstrapped.h +include/Qt5/QtCore/qconfig.h +include/Qt5/QtCore/QConstOverload +include/Qt5/QtCore/qcontainerfwd.h +include/Qt5/QtCore/qcontainertools_impl.h +include/Qt5/QtCore/QContiguousCache +include/Qt5/QtCore/qcontiguouscache.h +include/Qt5/QtCore/QContiguousCacheData +include/Qt5/QtCore/QContiguousCacheTypedData +include/Qt5/QtCore/QCoreApplication +include/Qt5/QtCore/qcoreapplication.h +include/Qt5/QtCore/qcoreevent.h +include/Qt5/QtCore/QCryptographicHash +include/Qt5/QtCore/qcryptographichash.h +include/Qt5/QtCore/QDataStream +include/Qt5/QtCore/qdatastream.h +include/Qt5/QtCore/QDate +include/Qt5/QtCore/QDateTime +include/Qt5/QtCore/qdatetime.h +include/Qt5/QtCore/QDeadlineTimer +include/Qt5/QtCore/qdeadlinetimer.h +include/Qt5/QtCore/QDebug +include/Qt5/QtCore/qdebug.h +include/Qt5/QtCore/QDebugStateSaver +include/Qt5/QtCore/QDeferredDeleteEvent +include/Qt5/QtCore/QDir +include/Qt5/QtCore/qdir.h +include/Qt5/QtCore/QDirIterator +include/Qt5/QtCore/qdiriterator.h +include/Qt5/QtCore/QDynamicPropertyChangeEvent +include/Qt5/QtCore/QEasingCurve +include/Qt5/QtCore/qeasingcurve.h +include/Qt5/QtCore/QElapsedTimer +include/Qt5/QtCore/qelapsedtimer.h +include/Qt5/QtCore/QEnableSharedFromThis +include/Qt5/QtCore/qendian.h +include/Qt5/QtCore/QEvent +include/Qt5/QtCore/QEventLoop +include/Qt5/QtCore/qeventloop.h +include/Qt5/QtCore/QEventLoopLocker +include/Qt5/QtCore/QEventTransition +include/Qt5/QtCore/qeventtransition.h +include/Qt5/QtCore/QException +include/Qt5/QtCore/qexception.h +include/Qt5/QtCore/QExplicitlySharedDataPointer +include/Qt5/QtCore/QFactoryInterface +include/Qt5/QtCore/qfactoryinterface.h +include/Qt5/QtCore/QFile +include/Qt5/QtCore/qfile.h +include/Qt5/QtCore/QFileDevice +include/Qt5/QtCore/qfiledevice.h +include/Qt5/QtCore/QFileInfo +include/Qt5/QtCore/qfileinfo.h +include/Qt5/QtCore/QFileInfoList +include/Qt5/QtCore/QFileSelector +include/Qt5/QtCore/qfileselector.h +include/Qt5/QtCore/QFileSystemWatcher +include/Qt5/QtCore/qfilesystemwatcher.h +include/Qt5/QtCore/QFinalState +include/Qt5/QtCore/qfinalstate.h +include/Qt5/QtCore/QFlag +include/Qt5/QtCore/QFlags +include/Qt5/QtCore/qflags.h +include/Qt5/QtCore/QFloat16 +include/Qt5/QtCore/qfloat16.h +include/Qt5/QtCore/QFunctionPointer +include/Qt5/QtCore/qfunctions_nacl.h +include/Qt5/QtCore/qfunctions_vxworks.h +include/Qt5/QtCore/qfunctions_winrt.h +include/Qt5/QtCore/QFuture +include/Qt5/QtCore/qfuture.h +include/Qt5/QtCore/QFutureInterface +include/Qt5/QtCore/qfutureinterface.h +include/Qt5/QtCore/QFutureInterfaceBase +include/Qt5/QtCore/QFutureIterator +include/Qt5/QtCore/QFutureSynchronizer +include/Qt5/QtCore/qfuturesynchronizer.h +include/Qt5/QtCore/QFutureWatcher +include/Qt5/QtCore/qfuturewatcher.h +include/Qt5/QtCore/QFutureWatcherBase +include/Qt5/QtCore/QGenericArgument +include/Qt5/QtCore/qgenericatomic.h +include/Qt5/QtCore/QGenericReturnArgument +include/Qt5/QtCore/qglobal.h +include/Qt5/QtCore/QGlobalStatic +include/Qt5/QtCore/qglobalstatic.h +include/Qt5/QtCore/QHash +include/Qt5/QtCore/qhash.h +include/Qt5/QtCore/QHashData +include/Qt5/QtCore/QHashDummyValue +include/Qt5/QtCore/QHashFunctions +include/Qt5/QtCore/qhashfunctions.h +include/Qt5/QtCore/QHashIterator +include/Qt5/QtCore/QHashNode +include/Qt5/QtCore/QHistoryState +include/Qt5/QtCore/qhistorystate.h +include/Qt5/QtCore/QIdentityProxyModel +include/Qt5/QtCore/qidentityproxymodel.h +include/Qt5/QtCore/QIncompatibleFlag +include/Qt5/QtCore/QIntegerForSize +include/Qt5/QtCore/QInternal +include/Qt5/QtCore/QIODevice +include/Qt5/QtCore/qiodevice.h +include/Qt5/QtCore/qisenum.h +include/Qt5/QtCore/QItemSelection +include/Qt5/QtCore/QItemSelectionModel +include/Qt5/QtCore/qitemselectionmodel.h +include/Qt5/QtCore/QItemSelectionRange +include/Qt5/QtCore/qiterator.h +include/Qt5/QtCore/QJsonArray +include/Qt5/QtCore/qjsonarray.h +include/Qt5/QtCore/QJsonDocument +include/Qt5/QtCore/qjsondocument.h +include/Qt5/QtCore/QJsonObject +include/Qt5/QtCore/qjsonobject.h +include/Qt5/QtCore/QJsonParseError +include/Qt5/QtCore/QJsonValue +include/Qt5/QtCore/qjsonvalue.h +include/Qt5/QtCore/QJsonValuePtr +include/Qt5/QtCore/QJsonValueRef +include/Qt5/QtCore/QJsonValueRefPtr +include/Qt5/QtCore/QKeyValueIterator +include/Qt5/QtCore/QLatin1Char +include/Qt5/QtCore/QLatin1Literal +include/Qt5/QtCore/QLatin1String +include/Qt5/QtCore/QLEInteger +include/Qt5/QtCore/QLibrary +include/Qt5/QtCore/qlibrary.h +include/Qt5/QtCore/QLibraryInfo +include/Qt5/QtCore/qlibraryinfo.h +include/Qt5/QtCore/QLine +include/Qt5/QtCore/qline.h +include/Qt5/QtCore/QLineF +include/Qt5/QtCore/QLinkedList +include/Qt5/QtCore/qlinkedlist.h +include/Qt5/QtCore/QLinkedListData +include/Qt5/QtCore/QLinkedListIterator +include/Qt5/QtCore/QLinkedListNode +include/Qt5/QtCore/QList +include/Qt5/QtCore/qlist.h +include/Qt5/QtCore/QListData +include/Qt5/QtCore/QListIterator +include/Qt5/QtCore/QListSpecialMethods +include/Qt5/QtCore/QLittleEndianStorageType +include/Qt5/QtCore/QLocale +include/Qt5/QtCore/qlocale.h +include/Qt5/QtCore/QLockFile +include/Qt5/QtCore/qlockfile.h +include/Qt5/QtCore/qlogging.h +include/Qt5/QtCore/QLoggingCategory +include/Qt5/QtCore/qloggingcategory.h +include/Qt5/QtCore/QMap +include/Qt5/QtCore/qmap.h +include/Qt5/QtCore/QMapData +include/Qt5/QtCore/QMapDataBase +include/Qt5/QtCore/QMapIterator +include/Qt5/QtCore/QMapNode +include/Qt5/QtCore/QMapNodeBase +include/Qt5/QtCore/QMargins +include/Qt5/QtCore/qmargins.h +include/Qt5/QtCore/QMarginsF +include/Qt5/QtCore/qmath.h +include/Qt5/QtCore/QMessageAuthenticationCode +include/Qt5/QtCore/qmessageauthenticationcode.h +include/Qt5/QtCore/QMessageLogContext +include/Qt5/QtCore/QMessageLogger +include/Qt5/QtCore/QMetaClassInfo +include/Qt5/QtCore/QMetaEnum +include/Qt5/QtCore/QMetaMethod +include/Qt5/QtCore/QMetaObject +include/Qt5/QtCore/qmetaobject.h +include/Qt5/QtCore/QMetaProperty +include/Qt5/QtCore/QMetaType +include/Qt5/QtCore/qmetatype.h +include/Qt5/QtCore/QMimeData +include/Qt5/QtCore/qmimedata.h +include/Qt5/QtCore/QMimeDatabase +include/Qt5/QtCore/qmimedatabase.h +include/Qt5/QtCore/QMimeType +include/Qt5/QtCore/qmimetype.h +include/Qt5/QtCore/QModelIndex +include/Qt5/QtCore/QModelIndexList +include/Qt5/QtCore/QMultiHash +include/Qt5/QtCore/QMultiMap +include/Qt5/QtCore/QMutableByteArrayListIterator +include/Qt5/QtCore/QMutableFutureIterator +include/Qt5/QtCore/QMutableHashIterator +include/Qt5/QtCore/QMutableLinkedListIterator +include/Qt5/QtCore/QMutableListIterator +include/Qt5/QtCore/QMutableMapIterator +include/Qt5/QtCore/QMutableSetIterator +include/Qt5/QtCore/QMutableStringListIterator +include/Qt5/QtCore/QMutableVectorIterator +include/Qt5/QtCore/QMutex +include/Qt5/QtCore/qmutex.h +include/Qt5/QtCore/QMutexLocker +include/Qt5/QtCore/qnamespace.h +include/Qt5/QtCore/QNoDebug +include/Qt5/QtCore/QNonConstOverload +include/Qt5/QtCore/qnumeric.h +include/Qt5/QtCore/QObject +include/Qt5/QtCore/qobject_impl.h +include/Qt5/QtCore/qobject.h +include/Qt5/QtCore/QObjectCleanupHandler +include/Qt5/QtCore/qobjectcleanuphandler.h +include/Qt5/QtCore/QObjectData +include/Qt5/QtCore/qobjectdefs_impl.h +include/Qt5/QtCore/qobjectdefs.h +include/Qt5/QtCore/QObjectList +include/Qt5/QtCore/QObjectUserData +include/Qt5/QtCore/QOperatingSystemVersion +include/Qt5/QtCore/qoperatingsystemversion.h +include/Qt5/QtCore/QPair +include/Qt5/QtCore/qpair.h +include/Qt5/QtCore/QParallelAnimationGroup +include/Qt5/QtCore/qparallelanimationgroup.h +include/Qt5/QtCore/QPauseAnimation +include/Qt5/QtCore/qpauseanimation.h +include/Qt5/QtCore/QPersistentModelIndex +include/Qt5/QtCore/qplugin.h +include/Qt5/QtCore/QPluginLoader +include/Qt5/QtCore/qpluginloader.h +include/Qt5/QtCore/QPluginMetaData +include/Qt5/QtCore/QPoint +include/Qt5/QtCore/qpoint.h +include/Qt5/QtCore/QPointer +include/Qt5/QtCore/qpointer.h +include/Qt5/QtCore/QPointF +include/Qt5/QtCore/QProcess +include/Qt5/QtCore/qprocess.h +include/Qt5/QtCore/QProcessEnvironment +include/Qt5/QtCore/qprocessordetection.h +include/Qt5/QtCore/QPropertyAnimation +include/Qt5/QtCore/qpropertyanimation.h +include/Qt5/QtCore/QQueue +include/Qt5/QtCore/qqueue.h +include/Qt5/QtCore/qrandom.h +include/Qt5/QtCore/QRandomGenerator +include/Qt5/QtCore/QRandomGenerator64 +include/Qt5/QtCore/QReadLocker +include/Qt5/QtCore/QReadWriteLock +include/Qt5/QtCore/qreadwritelock.h +include/Qt5/QtCore/QRect +include/Qt5/QtCore/qrect.h +include/Qt5/QtCore/QRectF +include/Qt5/QtCore/QRecursiveMutex +include/Qt5/QtCore/qrefcount.h +include/Qt5/QtCore/QRegExp +include/Qt5/QtCore/qregexp.h +include/Qt5/QtCore/QRegularExpression +include/Qt5/QtCore/qregularexpression.h +include/Qt5/QtCore/QRegularExpressionMatch +include/Qt5/QtCore/QRegularExpressionMatchIterator +include/Qt5/QtCore/QResource +include/Qt5/QtCore/qresource.h +include/Qt5/QtCore/qresultstore.h +include/Qt5/QtCore/QReturnArgument +include/Qt5/QtCore/QRunnable +include/Qt5/QtCore/qrunnable.h +include/Qt5/QtCore/QSaveFile +include/Qt5/QtCore/qsavefile.h +include/Qt5/QtCore/QScopedArrayPointer +include/Qt5/QtCore/QScopedPointer +include/Qt5/QtCore/qscopedpointer.h +include/Qt5/QtCore/QScopedPointerArrayDeleter +include/Qt5/QtCore/QScopedPointerDeleteLater +include/Qt5/QtCore/QScopedPointerDeleter +include/Qt5/QtCore/QScopedPointerObjectDeleteLater +include/Qt5/QtCore/QScopedPointerPodDeleter +include/Qt5/QtCore/QScopedValueRollback +include/Qt5/QtCore/qscopedvaluerollback.h +include/Qt5/QtCore/QScopeGuard +include/Qt5/QtCore/qscopeguard.h +include/Qt5/QtCore/QSemaphore +include/Qt5/QtCore/qsemaphore.h +include/Qt5/QtCore/QSemaphoreReleaser +include/Qt5/QtCore/QSequentialAnimationGroup +include/Qt5/QtCore/qsequentialanimationgroup.h +include/Qt5/QtCore/QSequentialIterable +include/Qt5/QtCore/QSet +include/Qt5/QtCore/qset.h +include/Qt5/QtCore/QSetIterator +include/Qt5/QtCore/QSettings +include/Qt5/QtCore/qsettings.h +include/Qt5/QtCore/QSharedData +include/Qt5/QtCore/qshareddata.h +include/Qt5/QtCore/QSharedDataPointer +include/Qt5/QtCore/QSharedMemory +include/Qt5/QtCore/qsharedmemory.h +include/Qt5/QtCore/QSharedPointer +include/Qt5/QtCore/qsharedpointer_impl.h +include/Qt5/QtCore/qsharedpointer.h +include/Qt5/QtCore/QSignalBlocker +include/Qt5/QtCore/QSignalMapper +include/Qt5/QtCore/qsignalmapper.h +include/Qt5/QtCore/QSignalTransition +include/Qt5/QtCore/qsignaltransition.h +include/Qt5/QtCore/QSize +include/Qt5/QtCore/qsize.h +include/Qt5/QtCore/QSizeF +include/Qt5/QtCore/QSocketDescriptor +include/Qt5/QtCore/QSocketNotifier +include/Qt5/QtCore/qsocketnotifier.h +include/Qt5/QtCore/QSortFilterProxyModel +include/Qt5/QtCore/qsortfilterproxymodel.h +include/Qt5/QtCore/QSpecialInteger +include/Qt5/QtCore/QStack +include/Qt5/QtCore/qstack.h +include/Qt5/QtCore/QStandardPaths +include/Qt5/QtCore/qstandardpaths.h +include/Qt5/QtCore/QState +include/Qt5/QtCore/qstate.h +include/Qt5/QtCore/QStateMachine +include/Qt5/QtCore/qstatemachine.h +include/Qt5/QtCore/QStaticArrayData +include/Qt5/QtCore/QStaticByteArrayData +include/Qt5/QtCore/QStaticByteArrayMatcherBase +include/Qt5/QtCore/QStaticPlugin +include/Qt5/QtCore/QStaticStringData +include/Qt5/QtCore/QStorageInfo +include/Qt5/QtCore/qstorageinfo.h +include/Qt5/QtCore/QString +include/Qt5/QtCore/qstring.h +include/Qt5/QtCore/QStringAlgorithms +include/Qt5/QtCore/qstringalgorithms.h +include/Qt5/QtCore/QStringBuilder +include/Qt5/QtCore/qstringbuilder.h +include/Qt5/QtCore/QStringData +include/Qt5/QtCore/QStringDataPtr +include/Qt5/QtCore/QStringList +include/Qt5/QtCore/qstringlist.h +include/Qt5/QtCore/QStringListIterator +include/Qt5/QtCore/QStringListModel +include/Qt5/QtCore/qstringlistmodel.h +include/Qt5/QtCore/QStringLiteral +include/Qt5/QtCore/qstringliteral.h +include/Qt5/QtCore/QStringMatcher +include/Qt5/QtCore/qstringmatcher.h +include/Qt5/QtCore/QStringRef +include/Qt5/QtCore/QStringView +include/Qt5/QtCore/qstringview.h +include/Qt5/QtCore/QSysInfo +include/Qt5/QtCore/qsysinfo.h +include/Qt5/QtCore/qsystemdetection.h +include/Qt5/QtCore/QSystemSemaphore +include/Qt5/QtCore/qsystemsemaphore.h +include/Qt5/QtCore/Qt +include/Qt5/QtCore/qt_windows.h +include/Qt5/QtCore/QtAlgorithms +include/Qt5/QtCore/QtCborCommon +include/Qt5/QtCore/QtCleanUpFunction +include/Qt5/QtCore/QtConfig +include/Qt5/QtCore/QtContainerFwd +include/Qt5/QtCore/QtCore +include/Qt5/QtCore/qtcore-config.h +include/Qt5/QtCore/QtCoreDepends +include/Qt5/QtCore/QtCoreVersion +include/Qt5/QtCore/qtcoreversion.h +include/Qt5/QtCore/QtDebug +include/Qt5/QtCore/QTemporaryDir +include/Qt5/QtCore/qtemporarydir.h +include/Qt5/QtCore/QTemporaryFile +include/Qt5/QtCore/qtemporaryfile.h +include/Qt5/QtCore/QtEndian +include/Qt5/QtCore/qtestsupport_core.h +include/Qt5/QtCore/QTextBoundaryFinder +include/Qt5/QtCore/qtextboundaryfinder.h +include/Qt5/QtCore/QTextCodec +include/Qt5/QtCore/qtextcodec.h +include/Qt5/QtCore/QTextDecoder +include/Qt5/QtCore/QTextEncoder +include/Qt5/QtCore/QTextStream +include/Qt5/QtCore/qtextstream.h +include/Qt5/QtCore/QTextStreamFunction +include/Qt5/QtCore/QTextStreamManipulator +include/Qt5/QtCore/QtGlobal +include/Qt5/QtCore/QThread +include/Qt5/QtCore/qthread.h +include/Qt5/QtCore/QThreadPool +include/Qt5/QtCore/qthreadpool.h +include/Qt5/QtCore/QThreadStorage +include/Qt5/QtCore/qthreadstorage.h +include/Qt5/QtCore/QThreadStorageData +include/Qt5/QtCore/QTime +include/Qt5/QtCore/QTimeLine +include/Qt5/QtCore/qtimeline.h +include/Qt5/QtCore/QTimer +include/Qt5/QtCore/qtimer.h +include/Qt5/QtCore/QTimerEvent +include/Qt5/QtCore/QTimeZone +include/Qt5/QtCore/qtimezone.h +include/Qt5/QtCore/QtMath +include/Qt5/QtCore/QtMessageHandler +include/Qt5/QtCore/QtMsgHandler +include/Qt5/QtCore/QtNumeric +include/Qt5/QtCore/QtPlugin +include/Qt5/QtCore/QtPluginInstanceFunction +include/Qt5/QtCore/QtPluginMetaDataFunction +include/Qt5/QtCore/QTranslator +include/Qt5/QtCore/qtranslator.h +include/Qt5/QtCore/QTransposeProxyModel +include/Qt5/QtCore/qtransposeproxymodel.h +include/Qt5/QtCore/QTypeInfo +include/Qt5/QtCore/qtypeinfo.h +include/Qt5/QtCore/QTypeInfoMerger +include/Qt5/QtCore/QTypeInfoQuery +include/Qt5/QtCore/qtypetraits.h +include/Qt5/QtCore/QUnhandledException +include/Qt5/QtCore/QUrl +include/Qt5/QtCore/qurl.h +include/Qt5/QtCore/QUrlQuery +include/Qt5/QtCore/qurlquery.h +include/Qt5/QtCore/QUrlTwoFlags +include/Qt5/QtCore/QUuid +include/Qt5/QtCore/quuid.h +include/Qt5/QtCore/QVariant +include/Qt5/QtCore/qvariant.h +include/Qt5/QtCore/QVariantAnimation +include/Qt5/QtCore/qvariantanimation.h +include/Qt5/QtCore/QVariantComparisonHelper +include/Qt5/QtCore/QVariantHash +include/Qt5/QtCore/QVariantList +include/Qt5/QtCore/QVariantMap +include/Qt5/QtCore/QVarLengthArray +include/Qt5/QtCore/qvarlengtharray.h +include/Qt5/QtCore/QVector +include/Qt5/QtCore/qvector.h +include/Qt5/QtCore/QVectorIterator +include/Qt5/QtCore/QVersionNumber +include/Qt5/QtCore/qversionnumber.h +include/Qt5/QtCore/qversiontagging.h +include/Qt5/QtCore/QWaitCondition +include/Qt5/QtCore/qwaitcondition.h +include/Qt5/QtCore/QWeakPointer +include/Qt5/QtCore/QWinEventNotifier +include/Qt5/QtCore/qwineventnotifier.h +include/Qt5/QtCore/QWriteLocker +include/Qt5/QtCore/qxmlstream.h +include/Qt5/QtCore/QXmlStreamAttribute +include/Qt5/QtCore/QXmlStreamAttributes +include/Qt5/QtCore/QXmlStreamEntityDeclaration +include/Qt5/QtCore/QXmlStreamEntityDeclarations +include/Qt5/QtCore/QXmlStreamEntityResolver +include/Qt5/QtCore/QXmlStreamNamespaceDeclaration +include/Qt5/QtCore/QXmlStreamNamespaceDeclarations +include/Qt5/QtCore/QXmlStreamNotationDeclaration +include/Qt5/QtCore/QXmlStreamNotationDeclarations +include/Qt5/QtCore/QXmlStreamReader +include/Qt5/QtCore/QXmlStreamStringRef +include/Qt5/QtCore/QXmlStreamWriter +include/Qt5/QtDBus/5.15.0/QtDBus/private/dbus_minimal_p.h +include/Qt5/QtDBus/5.15.0/QtDBus/private/qdbus_symbols_p.h +include/Qt5/QtDBus/5.15.0/QtDBus/private/qdbusabstractadaptor_p.h +include/Qt5/QtDBus/5.15.0/QtDBus/private/qdbusabstractinterface_p.h +include/Qt5/QtDBus/5.15.0/QtDBus/private/qdbusargument_p.h +include/Qt5/QtDBus/5.15.0/QtDBus/private/qdbusconnection_p.h +include/Qt5/QtDBus/5.15.0/QtDBus/private/qdbusconnectionmanager_p.h +include/Qt5/QtDBus/5.15.0/QtDBus/private/qdbuscontext_p.h +include/Qt5/QtDBus/5.15.0/QtDBus/private/qdbusintegrator_p.h +include/Qt5/QtDBus/5.15.0/QtDBus/private/qdbusinterface_p.h +include/Qt5/QtDBus/5.15.0/QtDBus/private/qdbusintrospection_p.h +include/Qt5/QtDBus/5.15.0/QtDBus/private/qdbusmessage_p.h +include/Qt5/QtDBus/5.15.0/QtDBus/private/qdbusmetaobject_p.h +include/Qt5/QtDBus/5.15.0/QtDBus/private/qdbusmetatype_p.h +include/Qt5/QtDBus/5.15.0/QtDBus/private/qdbuspendingcall_p.h +include/Qt5/QtDBus/5.15.0/QtDBus/private/qdbusthreaddebug_p.h +include/Qt5/QtDBus/5.15.0/QtDBus/private/qdbusutil_p.h +include/Qt5/QtDBus/5.15.0/QtDBus/private/qdbusxmlparser_p.h +include/Qt5/QtDBus/5.15.0/QtDBus/private/qtdbusglobal_p.h +include/Qt5/QtDBus/QDBusAbstractAdaptor +include/Qt5/QtDBus/qdbusabstractadaptor.h +include/Qt5/QtDBus/QDBusAbstractInterface +include/Qt5/QtDBus/qdbusabstractinterface.h +include/Qt5/QtDBus/QDBusAbstractInterfaceBase +include/Qt5/QtDBus/QDBusArgument +include/Qt5/QtDBus/qdbusargument.h +include/Qt5/QtDBus/QDBusConnection +include/Qt5/QtDBus/qdbusconnection.h +include/Qt5/QtDBus/QDBusConnectionInterface +include/Qt5/QtDBus/qdbusconnectioninterface.h +include/Qt5/QtDBus/QDBusContext +include/Qt5/QtDBus/qdbuscontext.h +include/Qt5/QtDBus/QDBusError +include/Qt5/QtDBus/qdbuserror.h +include/Qt5/QtDBus/qdbusextratypes.h +include/Qt5/QtDBus/QDBusInterface +include/Qt5/QtDBus/qdbusinterface.h +include/Qt5/QtDBus/qdbusmacros.h +include/Qt5/QtDBus/QDBusMessage +include/Qt5/QtDBus/qdbusmessage.h +include/Qt5/QtDBus/QDBusMetaType +include/Qt5/QtDBus/qdbusmetatype.h +include/Qt5/QtDBus/QDBusObjectPath +include/Qt5/QtDBus/QDBusPendingCall +include/Qt5/QtDBus/qdbuspendingcall.h +include/Qt5/QtDBus/QDBusPendingCallWatcher +include/Qt5/QtDBus/QDBusPendingReply +include/Qt5/QtDBus/qdbuspendingreply.h +include/Qt5/QtDBus/QDBusPendingReplyData +include/Qt5/QtDBus/QDBusReply +include/Qt5/QtDBus/qdbusreply.h +include/Qt5/QtDBus/QDBusServer +include/Qt5/QtDBus/qdbusserver.h +include/Qt5/QtDBus/QDBusServiceWatcher +include/Qt5/QtDBus/qdbusservicewatcher.h +include/Qt5/QtDBus/QDBusSignature +include/Qt5/QtDBus/QDBusUnixFileDescriptor +include/Qt5/QtDBus/qdbusunixfiledescriptor.h +include/Qt5/QtDBus/QDBusVariant +include/Qt5/QtDBus/QDBusVirtualObject +include/Qt5/QtDBus/qdbusvirtualobject.h +include/Qt5/QtDBus/QtDBus +include/Qt5/QtDBus/QtDBusDepends +include/Qt5/QtDBus/qtdbusglobal.h +include/Qt5/QtDBus/QtDBusVersion +include/Qt5/QtDBus/qtdbusversion.h +include/Qt5/QtDeviceDiscoverySupport/5.15.0/QtDeviceDiscoverySupport/private/qdevicediscovery_dummy_p.h +include/Qt5/QtDeviceDiscoverySupport/5.15.0/QtDeviceDiscoverySupport/private/qdevicediscovery_p.h +include/Qt5/QtDeviceDiscoverySupport/5.15.0/QtDeviceDiscoverySupport/private/qdevicediscovery_static_p.h +include/Qt5/QtDeviceDiscoverySupport/5.15.0/QtDeviceDiscoverySupport/private/qdevicediscovery_udev_p.h +include/Qt5/QtDeviceDiscoverySupport/QtDeviceDiscoverySupport +include/Qt5/QtDeviceDiscoverySupport/QtDeviceDiscoverySupportDepends +include/Qt5/QtDeviceDiscoverySupport/QtDeviceDiscoverySupportVersion +include/Qt5/QtDeviceDiscoverySupport/qtdevicediscoverysupportversion.h +include/Qt5/QtEdidSupport/5.15.0/QtEdidSupport/private/qedidparser_p.h +include/Qt5/QtEdidSupport/5.15.0/QtEdidSupport/private/qedidvendortable_p.h +include/Qt5/QtEdidSupport/QtEdidSupport +include/Qt5/QtEdidSupport/QtEdidSupportDepends +include/Qt5/QtEdidSupport/QtEdidSupportVersion +include/Qt5/QtEdidSupport/qtedidsupportversion.h +include/Qt5/QtEglSupport/5.15.0/QtEglSupport/private/qeglconvenience_p.h +include/Qt5/QtEglSupport/5.15.0/QtEglSupport/private/qeglpbuffer_p.h +include/Qt5/QtEglSupport/5.15.0/QtEglSupport/private/qeglplatformcontext_p.h +include/Qt5/QtEglSupport/5.15.0/QtEglSupport/private/qeglstreamconvenience_p.h +include/Qt5/QtEglSupport/5.15.0/QtEglSupport/private/qt_egl_p.h +include/Qt5/QtEglSupport/5.15.0/QtEglSupport/private/qxlibeglintegration_p.h +include/Qt5/QtEglSupport/QtEglSupport +include/Qt5/QtEglSupport/QtEglSupportDepends +include/Qt5/QtEglSupport/QtEglSupportVersion +include/Qt5/QtEglSupport/qteglsupportversion.h +include/Qt5/QtEventDispatcherSupport/5.15.0/QtEventDispatcherSupport/private/qeventdispatcher_glib_p.h +include/Qt5/QtEventDispatcherSupport/5.15.0/QtEventDispatcherSupport/private/qgenericunixeventdispatcher_p.h +include/Qt5/QtEventDispatcherSupport/5.15.0/QtEventDispatcherSupport/private/qunixeventdispatcher_qpa_p.h +include/Qt5/QtEventDispatcherSupport/5.15.0/QtEventDispatcherSupport/private/qwindowsguieventdispatcher_p.h +include/Qt5/QtEventDispatcherSupport/QtEventDispatcherSupport +include/Qt5/QtEventDispatcherSupport/QtEventDispatcherSupportDepends +include/Qt5/QtEventDispatcherSupport/QtEventDispatcherSupportVersion +include/Qt5/QtEventDispatcherSupport/qteventdispatchersupportversion.h +include/Qt5/QtFbSupport/5.15.0/QtFbSupport/private/qfbbackingstore_p.h +include/Qt5/QtFbSupport/5.15.0/QtFbSupport/private/qfbcursor_p.h +include/Qt5/QtFbSupport/5.15.0/QtFbSupport/private/qfbscreen_p.h +include/Qt5/QtFbSupport/5.15.0/QtFbSupport/private/qfbvthandler_p.h +include/Qt5/QtFbSupport/5.15.0/QtFbSupport/private/qfbwindow_p.h +include/Qt5/QtFbSupport/QtFbSupport +include/Qt5/QtFbSupport/QtFbSupportDepends +include/Qt5/QtFbSupport/QtFbSupportVersion +include/Qt5/QtFbSupport/qtfbsupportversion.h +include/Qt5/QtFontDatabaseSupport/5.15.0/QtFontDatabaseSupport/private/qcoretextfontdatabase_p.h +include/Qt5/QtFontDatabaseSupport/5.15.0/QtFontDatabaseSupport/private/qfontconfigdatabase_p.h +include/Qt5/QtFontDatabaseSupport/5.15.0/QtFontDatabaseSupport/private/qfontengine_coretext_p.h +include/Qt5/QtFontDatabaseSupport/5.15.0/QtFontDatabaseSupport/private/qfontengine_ft_p.h +include/Qt5/QtFontDatabaseSupport/5.15.0/QtFontDatabaseSupport/private/qfontenginemultifontconfig_p.h +include/Qt5/QtFontDatabaseSupport/5.15.0/QtFontDatabaseSupport/private/qfreetypefontdatabase_p.h +include/Qt5/QtFontDatabaseSupport/5.15.0/QtFontDatabaseSupport/private/qgenericunixfontdatabase_p.h +include/Qt5/QtFontDatabaseSupport/5.15.0/QtFontDatabaseSupport/private/qwindowsfontdatabase_ft_p.h +include/Qt5/QtFontDatabaseSupport/5.15.0/QtFontDatabaseSupport/private/qwindowsfontdatabase_p.h +include/Qt5/QtFontDatabaseSupport/5.15.0/QtFontDatabaseSupport/private/qwindowsfontengine_p.h +include/Qt5/QtFontDatabaseSupport/5.15.0/QtFontDatabaseSupport/private/qwindowsfontenginedirectwrite_p.h +include/Qt5/QtFontDatabaseSupport/5.15.0/QtFontDatabaseSupport/private/qwindowsnativeimage_p.h +include/Qt5/QtFontDatabaseSupport/5.15.0/QtFontDatabaseSupport/private/qwinrtfontdatabase_p.h +include/Qt5/QtFontDatabaseSupport/QtFontDatabaseSupport +include/Qt5/QtFontDatabaseSupport/QtFontDatabaseSupportDepends +include/Qt5/QtFontDatabaseSupport/QtFontDatabaseSupportVersion +include/Qt5/QtFontDatabaseSupport/qtfontdatabasesupportversion.h +include/Qt5/QtGlxSupport/5.15.0/QtGlxSupport/private/qglxconvenience_p.h +include/Qt5/QtGlxSupport/QtGlxSupport +include/Qt5/QtGlxSupport/QtGlxSupportDepends +include/Qt5/QtGlxSupport/QtGlxSupportVersion +include/Qt5/QtGlxSupport/qtglxsupportversion.h +include/Qt5/QtGui/5.15.0/QtGui/private/cs_tdr_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qabstractlayoutstyleinfo_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qabstracttextdocumentlayout_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qaccessiblecache_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qastchandler_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qbezier_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qblendfunctions_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qblittable_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qbmphandler_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qcolor_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qcolormatrix_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qcolorspace_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qcolortransferfunction_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qcolortransfertable_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qcolortransform_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qcolortrc_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qcolortrclut_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qcoregraphics_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qcosmeticstroker_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qcssparser_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qcssutil_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qcursor_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qdatabuffer_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qdistancefield_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qdnd_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qdrawhelper_mips_dsp_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qdrawhelper_neon_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qdrawhelper_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qdrawhelper_x86_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qdrawingprimitive_sse2_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qemulationpaintengine_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qevent_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qfixed_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qfont_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qfontengine_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qfontengine_qpf2_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qfontengineglyphcache_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qfontsubset_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qfragmentmap_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qglyphrun_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qgrayraster_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qgridlayoutengine_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qguiapplication_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qharfbuzzng_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qhexstring_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qhighdpiscaling_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qicc_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qicon_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qiconloader_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qimage_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qimagepixmapcleanuphooks_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qimagereaderwriterhelpers_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qimagescale_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qinputcontrol_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qinputdevicemanager_p_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qinputdevicemanager_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qinputmethod_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qinternalmimedata_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qkeymapper_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qkeysequence_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qktxhandler_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qlayoutpolicy_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qmath_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qmemrotate_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qopengl_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qopengl2pexvertexarray_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qopenglcontext_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qopenglcustomshaderstage_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qopenglengineshadermanager_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qopenglengineshadersource_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qopenglextensions_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qopenglframebufferobject_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qopenglgradientcache_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qopenglpaintdevice_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qopenglpaintengine_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qopenglprogrambinarycache_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qopenglqueryhelper_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qopenglshadercache_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qopengltexture_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qopengltexturecache_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qopengltextureglyphcache_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qopengltexturehelper_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qopengltextureuploader_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qopenglversionfunctionsfactory_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qopenglvertexarrayobject_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qoutlinemapper_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qpagedpaintdevice_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qpaintdevicewindow_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qpaintengine_blitter_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qpaintengine_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qpaintengine_pic_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qpaintengine_raster_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qpaintengineex_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qpainter_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qpainterpath_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qpathclipper_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qpathsimplifier_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qpdf_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qpen_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qpicture_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qpixmap_blitter_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qpixmap_raster_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qpixmapcache_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qpkmhandler_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qpnghandler_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qpolygonclipper_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qppmhandler_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qrasterdefs_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qrasterizer_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qrawfont_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qrbtree_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qrgba64_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qrhi_p_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qrhi_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qrhid3d11_p_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qrhid3d11_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qrhigles2_p_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qrhigles2_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qrhimetal_p_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qrhimetal_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qrhinull_p_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qrhinull_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qrhiprofiler_p_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qrhiprofiler_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qrhivulkan_p_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qrhivulkan_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qrhivulkanext_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qscreen_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qsessionmanager_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qshader_p_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qshader_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qshaderdescription_p_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qshaderdescription_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qshaderformat_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qshadergenerator_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qshadergraph_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qshadergraphloader_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qshaderlanguage_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qshadernode_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qshadernodeport_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qshadernodesloader_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qshapedpixmapdndwindow_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qshortcutmap_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qsimpledrag_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qstandarditemmodel_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qstatictext_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qstroker_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qt_gui_pch.h +include/Qt5/QtGui/5.15.0/QtGui/private/qt_mips_asm_dsp_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qtextcursor_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qtextdocument_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qtextdocumentfragment_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qtextdocumentlayout_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qtextengine_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qtextformat_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qtexthtmlparser_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qtextimagehandler_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qtextmarkdownimporter_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qtextmarkdownwriter_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qtextobject_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qtextodfwriter_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qtexttable_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qtexturefiledata_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qtexturefilehandler_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qtexturefilereader_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qtextureglyphcache_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qtgui-config_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qtguiglobal_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qtouchdevice_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qtriangulatingstroker_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qtriangulator_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qvectorpath_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qvulkanfunctions_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qvulkanwindow_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qwasmlocalfileaccess_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qwindow_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qxbmhandler_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qxpmhandler_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qzipreader_p.h +include/Qt5/QtGui/5.15.0/QtGui/private/qzipwriter_p.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformaccessibility.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformbackingstore.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformclipboard.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformcursor.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformdialoghelper.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformdrag.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformfontdatabase.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformgraphicsbuffer.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformgraphicsbufferhelper.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatforminputcontext_p.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatforminputcontext.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatforminputcontextfactory_p.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatforminputcontextplugin_p.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformintegration.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformintegrationfactory_p.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformintegrationplugin.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformmenu.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformnativeinterface.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformoffscreensurface.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformopenglcontext.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformpixmap.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformscreen_p.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformscreen.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformservices.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformsessionmanager.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformsharedgraphicscache.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformsurface.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformsystemtrayicon.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformtheme_p.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformtheme.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformthemefactory_p.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformthemeplugin.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformvulkaninstance.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformwindow_p.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qplatformwindow.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qwindowsysteminterface_p.h +include/Qt5/QtGui/5.15.0/QtGui/qpa/qwindowsysteminterface.h +include/Qt5/QtGui/QAbstractTextDocumentLayout +include/Qt5/QtGui/qabstracttextdocumentlayout.h +include/Qt5/QtGui/QAbstractUndoItem +include/Qt5/QtGui/QAccessible +include/Qt5/QtGui/qaccessible.h +include/Qt5/QtGui/QAccessibleActionInterface +include/Qt5/QtGui/QAccessibleApplication +include/Qt5/QtGui/QAccessibleBridge +include/Qt5/QtGui/qaccessiblebridge.h +include/Qt5/QtGui/QAccessibleBridgePlugin +include/Qt5/QtGui/QAccessibleEditableTextInterface +include/Qt5/QtGui/QAccessibleEvent +include/Qt5/QtGui/QAccessibleImageInterface +include/Qt5/QtGui/QAccessibleInterface +include/Qt5/QtGui/QAccessibleObject +include/Qt5/QtGui/qaccessibleobject.h +include/Qt5/QtGui/QAccessiblePlugin +include/Qt5/QtGui/qaccessibleplugin.h +include/Qt5/QtGui/QAccessibleStateChangeEvent +include/Qt5/QtGui/QAccessibleTableCellInterface +include/Qt5/QtGui/QAccessibleTableInterface +include/Qt5/QtGui/QAccessibleTableModelChangeEvent +include/Qt5/QtGui/QAccessibleTextCursorEvent +include/Qt5/QtGui/QAccessibleTextInsertEvent +include/Qt5/QtGui/QAccessibleTextInterface +include/Qt5/QtGui/QAccessibleTextRemoveEvent +include/Qt5/QtGui/QAccessibleTextSelectionEvent +include/Qt5/QtGui/QAccessibleTextUpdateEvent +include/Qt5/QtGui/QAccessibleValueChangeEvent +include/Qt5/QtGui/QAccessibleValueInterface +include/Qt5/QtGui/QActionEvent +include/Qt5/QtGui/QApplicationStateChangeEvent +include/Qt5/QtGui/QBackingStore +include/Qt5/QtGui/qbackingstore.h +include/Qt5/QtGui/QBitmap +include/Qt5/QtGui/qbitmap.h +include/Qt5/QtGui/QBrush +include/Qt5/QtGui/qbrush.h +include/Qt5/QtGui/QBrushData +include/Qt5/QtGui/QClipboard +include/Qt5/QtGui/qclipboard.h +include/Qt5/QtGui/QCloseEvent +include/Qt5/QtGui/QColor +include/Qt5/QtGui/qcolor.h +include/Qt5/QtGui/QColorSpace +include/Qt5/QtGui/qcolorspace.h +include/Qt5/QtGui/QColorTransform +include/Qt5/QtGui/qcolortransform.h +include/Qt5/QtGui/QConicalGradient +include/Qt5/QtGui/QContextMenuEvent +include/Qt5/QtGui/QCursor +include/Qt5/QtGui/qcursor.h +include/Qt5/QtGui/QDesktopServices +include/Qt5/QtGui/qdesktopservices.h +include/Qt5/QtGui/QDoubleValidator +include/Qt5/QtGui/QDrag +include/Qt5/QtGui/qdrag.h +include/Qt5/QtGui/QDragEnterEvent +include/Qt5/QtGui/QDragLeaveEvent +include/Qt5/QtGui/QDragMoveEvent +include/Qt5/QtGui/QDropEvent +include/Qt5/QtGui/QEnterEvent +include/Qt5/QtGui/qevent.h +include/Qt5/QtGui/QExposeEvent +include/Qt5/QtGui/QFileOpenEvent +include/Qt5/QtGui/QFocusEvent +include/Qt5/QtGui/QFont +include/Qt5/QtGui/qfont.h +include/Qt5/QtGui/QFontDatabase +include/Qt5/QtGui/qfontdatabase.h +include/Qt5/QtGui/QFontInfo +include/Qt5/QtGui/qfontinfo.h +include/Qt5/QtGui/QFontMetrics +include/Qt5/QtGui/qfontmetrics.h +include/Qt5/QtGui/QFontMetricsF +include/Qt5/QtGui/QGenericMatrix +include/Qt5/QtGui/qgenericmatrix.h +include/Qt5/QtGui/QGenericPlugin +include/Qt5/QtGui/qgenericplugin.h +include/Qt5/QtGui/QGenericPluginFactory +include/Qt5/QtGui/qgenericpluginfactory.h +include/Qt5/QtGui/QGlyphRun +include/Qt5/QtGui/qglyphrun.h +include/Qt5/QtGui/QGradient +include/Qt5/QtGui/QGradientStop +include/Qt5/QtGui/QGradientStops +include/Qt5/QtGui/QGuiApplication +include/Qt5/QtGui/qguiapplication.h +include/Qt5/QtGui/QHelpEvent +include/Qt5/QtGui/QHideEvent +include/Qt5/QtGui/QHoverEvent +include/Qt5/QtGui/QIcon +include/Qt5/QtGui/qicon.h +include/Qt5/QtGui/QIconDragEvent +include/Qt5/QtGui/QIconEngine +include/Qt5/QtGui/qiconengine.h +include/Qt5/QtGui/QIconEnginePlugin +include/Qt5/QtGui/qiconengineplugin.h +include/Qt5/QtGui/QIconEngineV2 +include/Qt5/QtGui/QImage +include/Qt5/QtGui/qimage.h +include/Qt5/QtGui/QImageCleanupFunction +include/Qt5/QtGui/QImageIOHandler +include/Qt5/QtGui/qimageiohandler.h +include/Qt5/QtGui/QImageIOPlugin +include/Qt5/QtGui/QImageReader +include/Qt5/QtGui/qimagereader.h +include/Qt5/QtGui/QImageTextKeyLang +include/Qt5/QtGui/QImageWriter +include/Qt5/QtGui/qimagewriter.h +include/Qt5/QtGui/QInputEvent +include/Qt5/QtGui/QInputMethod +include/Qt5/QtGui/qinputmethod.h +include/Qt5/QtGui/QInputMethodEvent +include/Qt5/QtGui/QInputMethodQueryEvent +include/Qt5/QtGui/QIntValidator +include/Qt5/QtGui/QKeyEvent +include/Qt5/QtGui/QKeySequence +include/Qt5/QtGui/qkeysequence.h +include/Qt5/QtGui/QLinearGradient +include/Qt5/QtGui/QMatrix +include/Qt5/QtGui/qmatrix.h +include/Qt5/QtGui/QMatrix2x2 +include/Qt5/QtGui/QMatrix2x3 +include/Qt5/QtGui/QMatrix2x4 +include/Qt5/QtGui/QMatrix3x2 +include/Qt5/QtGui/QMatrix3x3 +include/Qt5/QtGui/QMatrix3x4 +include/Qt5/QtGui/QMatrix4x2 +include/Qt5/QtGui/QMatrix4x3 +include/Qt5/QtGui/QMatrix4x4 +include/Qt5/QtGui/qmatrix4x4.h +include/Qt5/QtGui/QMouseEvent +include/Qt5/QtGui/QMoveEvent +include/Qt5/QtGui/QMovie +include/Qt5/QtGui/qmovie.h +include/Qt5/QtGui/QNativeGestureEvent +include/Qt5/QtGui/QOffscreenSurface +include/Qt5/QtGui/qoffscreensurface.h +include/Qt5/QtGui/qopengl.h +include/Qt5/QtGui/QOpenGLBuffer +include/Qt5/QtGui/qopenglbuffer.h +include/Qt5/QtGui/QOpenGLContext +include/Qt5/QtGui/qopenglcontext.h +include/Qt5/QtGui/QOpenGLContextGroup +include/Qt5/QtGui/qopengldebug.h +include/Qt5/QtGui/QOpenGLDebugLogger +include/Qt5/QtGui/QOpenGLDebugMessage +include/Qt5/QtGui/qopengles2ext.h +include/Qt5/QtGui/qopenglext.h +include/Qt5/QtGui/QOpenGLExtraFunctions +include/Qt5/QtGui/qopenglextrafunctions.h +include/Qt5/QtGui/QOpenGLExtraFunctionsPrivate +include/Qt5/QtGui/QOpenGLFramebufferObject +include/Qt5/QtGui/qopenglframebufferobject.h +include/Qt5/QtGui/QOpenGLFramebufferObjectFormat +include/Qt5/QtGui/QOpenGLFunctions +include/Qt5/QtGui/QOpenGLFunctions_1_0 +include/Qt5/QtGui/qopenglfunctions_1_0.h +include/Qt5/QtGui/QOpenGLFunctions_1_1 +include/Qt5/QtGui/qopenglfunctions_1_1.h +include/Qt5/QtGui/QOpenGLFunctions_1_2 +include/Qt5/QtGui/qopenglfunctions_1_2.h +include/Qt5/QtGui/QOpenGLFunctions_1_3 +include/Qt5/QtGui/qopenglfunctions_1_3.h +include/Qt5/QtGui/QOpenGLFunctions_1_4 +include/Qt5/QtGui/qopenglfunctions_1_4.h +include/Qt5/QtGui/QOpenGLFunctions_1_5 +include/Qt5/QtGui/qopenglfunctions_1_5.h +include/Qt5/QtGui/QOpenGLFunctions_2_0 +include/Qt5/QtGui/qopenglfunctions_2_0.h +include/Qt5/QtGui/QOpenGLFunctions_2_1 +include/Qt5/QtGui/qopenglfunctions_2_1.h +include/Qt5/QtGui/QOpenGLFunctions_3_0 +include/Qt5/QtGui/qopenglfunctions_3_0.h +include/Qt5/QtGui/QOpenGLFunctions_3_1 +include/Qt5/QtGui/qopenglfunctions_3_1.h +include/Qt5/QtGui/QOpenGLFunctions_3_2_Compatibility +include/Qt5/QtGui/qopenglfunctions_3_2_compatibility.h +include/Qt5/QtGui/QOpenGLFunctions_3_2_Core +include/Qt5/QtGui/qopenglfunctions_3_2_core.h +include/Qt5/QtGui/QOpenGLFunctions_3_3_Compatibility +include/Qt5/QtGui/qopenglfunctions_3_3_compatibility.h +include/Qt5/QtGui/QOpenGLFunctions_3_3_Core +include/Qt5/QtGui/qopenglfunctions_3_3_core.h +include/Qt5/QtGui/QOpenGLFunctions_4_0_Compatibility +include/Qt5/QtGui/qopenglfunctions_4_0_compatibility.h +include/Qt5/QtGui/QOpenGLFunctions_4_0_Core +include/Qt5/QtGui/qopenglfunctions_4_0_core.h +include/Qt5/QtGui/QOpenGLFunctions_4_1_Compatibility +include/Qt5/QtGui/qopenglfunctions_4_1_compatibility.h +include/Qt5/QtGui/QOpenGLFunctions_4_1_Core +include/Qt5/QtGui/qopenglfunctions_4_1_core.h +include/Qt5/QtGui/QOpenGLFunctions_4_2_Compatibility +include/Qt5/QtGui/qopenglfunctions_4_2_compatibility.h +include/Qt5/QtGui/QOpenGLFunctions_4_2_Core +include/Qt5/QtGui/qopenglfunctions_4_2_core.h +include/Qt5/QtGui/QOpenGLFunctions_4_3_Compatibility +include/Qt5/QtGui/qopenglfunctions_4_3_compatibility.h +include/Qt5/QtGui/QOpenGLFunctions_4_3_Core +include/Qt5/QtGui/qopenglfunctions_4_3_core.h +include/Qt5/QtGui/QOpenGLFunctions_4_4_Compatibility +include/Qt5/QtGui/qopenglfunctions_4_4_compatibility.h +include/Qt5/QtGui/QOpenGLFunctions_4_4_Core +include/Qt5/QtGui/qopenglfunctions_4_4_core.h +include/Qt5/QtGui/QOpenGLFunctions_4_5_Compatibility +include/Qt5/QtGui/qopenglfunctions_4_5_compatibility.h +include/Qt5/QtGui/QOpenGLFunctions_4_5_Core +include/Qt5/QtGui/qopenglfunctions_4_5_core.h +include/Qt5/QtGui/QOpenGLFunctions_ES2 +include/Qt5/QtGui/qopenglfunctions_es2.h +include/Qt5/QtGui/qopenglfunctions.h +include/Qt5/QtGui/QOpenGLFunctionsPrivate +include/Qt5/QtGui/QOpenGLPaintDevice +include/Qt5/QtGui/qopenglpaintdevice.h +include/Qt5/QtGui/QOpenGLPixelTransferOptions +include/Qt5/QtGui/qopenglpixeltransferoptions.h +include/Qt5/QtGui/QOpenGLShader +include/Qt5/QtGui/QOpenGLShaderProgram +include/Qt5/QtGui/qopenglshaderprogram.h +include/Qt5/QtGui/QOpenGLTexture +include/Qt5/QtGui/qopengltexture.h +include/Qt5/QtGui/QOpenGLTextureBlitter +include/Qt5/QtGui/qopengltextureblitter.h +include/Qt5/QtGui/QOpenGLTimeMonitor +include/Qt5/QtGui/QOpenGLTimerQuery +include/Qt5/QtGui/qopengltimerquery.h +include/Qt5/QtGui/QOpenGLVersionFunctions +include/Qt5/QtGui/qopenglversionfunctions.h +include/Qt5/QtGui/QOpenGLVersionProfile +include/Qt5/QtGui/QOpenGLVertexArrayObject +include/Qt5/QtGui/qopenglvertexarrayobject.h +include/Qt5/QtGui/QOpenGLWindow +include/Qt5/QtGui/qopenglwindow.h +include/Qt5/QtGui/QPagedPaintDevice +include/Qt5/QtGui/qpagedpaintdevice.h +include/Qt5/QtGui/QPageLayout +include/Qt5/QtGui/qpagelayout.h +include/Qt5/QtGui/QPageSize +include/Qt5/QtGui/qpagesize.h +include/Qt5/QtGui/QPaintDevice +include/Qt5/QtGui/qpaintdevice.h +include/Qt5/QtGui/QPaintDeviceWindow +include/Qt5/QtGui/qpaintdevicewindow.h +include/Qt5/QtGui/QPaintEngine +include/Qt5/QtGui/qpaintengine.h +include/Qt5/QtGui/QPaintEngineState +include/Qt5/QtGui/QPainter +include/Qt5/QtGui/qpainter.h +include/Qt5/QtGui/QPainterPath +include/Qt5/QtGui/qpainterpath.h +include/Qt5/QtGui/QPainterPathStroker +include/Qt5/QtGui/QPaintEvent +include/Qt5/QtGui/QPalette +include/Qt5/QtGui/qpalette.h +include/Qt5/QtGui/QPdfWriter +include/Qt5/QtGui/qpdfwriter.h +include/Qt5/QtGui/QPen +include/Qt5/QtGui/qpen.h +include/Qt5/QtGui/QPicture +include/Qt5/QtGui/qpicture.h +include/Qt5/QtGui/QPictureFormatPlugin +include/Qt5/QtGui/qpictureformatplugin.h +include/Qt5/QtGui/QPictureIO +include/Qt5/QtGui/QPixelFormat +include/Qt5/QtGui/qpixelformat.h +include/Qt5/QtGui/QPixmap +include/Qt5/QtGui/qpixmap.h +include/Qt5/QtGui/QPixmapCache +include/Qt5/QtGui/qpixmapcache.h +include/Qt5/QtGui/QPlatformSurfaceEvent +include/Qt5/QtGui/QPointingDeviceUniqueId +include/Qt5/QtGui/QPolygon +include/Qt5/QtGui/qpolygon.h +include/Qt5/QtGui/QPolygonF +include/Qt5/QtGui/QQuaternion +include/Qt5/QtGui/qquaternion.h +include/Qt5/QtGui/QRadialGradient +include/Qt5/QtGui/QRasterWindow +include/Qt5/QtGui/qrasterwindow.h +include/Qt5/QtGui/QRawFont +include/Qt5/QtGui/qrawfont.h +include/Qt5/QtGui/QRegExpValidator +include/Qt5/QtGui/QRegion +include/Qt5/QtGui/qregion.h +include/Qt5/QtGui/QRegularExpressionValidator +include/Qt5/QtGui/QResizeEvent +include/Qt5/QtGui/QRgb +include/Qt5/QtGui/qrgb.h +include/Qt5/QtGui/QRgba64 +include/Qt5/QtGui/qrgba64.h +include/Qt5/QtGui/QScreen +include/Qt5/QtGui/qscreen.h +include/Qt5/QtGui/QScreenOrientationChangeEvent +include/Qt5/QtGui/QScrollEvent +include/Qt5/QtGui/QScrollPrepareEvent +include/Qt5/QtGui/QSessionManager +include/Qt5/QtGui/qsessionmanager.h +include/Qt5/QtGui/QShortcutEvent +include/Qt5/QtGui/QShowEvent +include/Qt5/QtGui/QStandardItem +include/Qt5/QtGui/QStandardItemModel +include/Qt5/QtGui/qstandarditemmodel.h +include/Qt5/QtGui/QStaticText +include/Qt5/QtGui/qstatictext.h +include/Qt5/QtGui/QStatusTipEvent +include/Qt5/QtGui/QStyleHints +include/Qt5/QtGui/qstylehints.h +include/Qt5/QtGui/QSurface +include/Qt5/QtGui/qsurface.h +include/Qt5/QtGui/QSurfaceFormat +include/Qt5/QtGui/qsurfaceformat.h +include/Qt5/QtGui/QSyntaxHighlighter +include/Qt5/QtGui/qsyntaxhighlighter.h +include/Qt5/QtGui/QTabletEvent +include/Qt5/QtGui/qtestsupport_gui.h +include/Qt5/QtGui/QtEvents +include/Qt5/QtGui/QTextBlock +include/Qt5/QtGui/QTextBlockFormat +include/Qt5/QtGui/QTextBlockGroup +include/Qt5/QtGui/QTextBlockUserData +include/Qt5/QtGui/QTextCharFormat +include/Qt5/QtGui/QTextCursor +include/Qt5/QtGui/qtextcursor.h +include/Qt5/QtGui/QTextDocument +include/Qt5/QtGui/qtextdocument.h +include/Qt5/QtGui/QTextDocumentFragment +include/Qt5/QtGui/qtextdocumentfragment.h +include/Qt5/QtGui/QTextDocumentWriter +include/Qt5/QtGui/qtextdocumentwriter.h +include/Qt5/QtGui/QTextFormat +include/Qt5/QtGui/qtextformat.h +include/Qt5/QtGui/QTextFragment +include/Qt5/QtGui/QTextFrame +include/Qt5/QtGui/QTextFrameFormat +include/Qt5/QtGui/QTextFrameLayoutData +include/Qt5/QtGui/QTextImageFormat +include/Qt5/QtGui/QTextInlineObject +include/Qt5/QtGui/QTextItem +include/Qt5/QtGui/QTextLayout +include/Qt5/QtGui/qtextlayout.h +include/Qt5/QtGui/QTextLength +include/Qt5/QtGui/QTextLine +include/Qt5/QtGui/QTextList +include/Qt5/QtGui/qtextlist.h +include/Qt5/QtGui/QTextListFormat +include/Qt5/QtGui/QTextObject +include/Qt5/QtGui/qtextobject.h +include/Qt5/QtGui/QTextObjectInterface +include/Qt5/QtGui/QTextOption +include/Qt5/QtGui/qtextoption.h +include/Qt5/QtGui/QTextTable +include/Qt5/QtGui/qtexttable.h +include/Qt5/QtGui/QTextTableCell +include/Qt5/QtGui/QTextTableCellFormat +include/Qt5/QtGui/QTextTableFormat +include/Qt5/QtGui/QtGui +include/Qt5/QtGui/qtgui-config.h +include/Qt5/QtGui/QtGuiDepends +include/Qt5/QtGui/qtguiglobal.h +include/Qt5/QtGui/QtGuiVersion +include/Qt5/QtGui/qtguiversion.h +include/Qt5/QtGui/QToolBarChangeEvent +include/Qt5/QtGui/QTouchDevice +include/Qt5/QtGui/qtouchdevice.h +include/Qt5/QtGui/QTouchEvent +include/Qt5/QtGui/QTransform +include/Qt5/QtGui/qtransform.h +include/Qt5/QtGui/QValidator +include/Qt5/QtGui/qvalidator.h +include/Qt5/QtGui/QVector2D +include/Qt5/QtGui/qvector2d.h +include/Qt5/QtGui/QVector3D +include/Qt5/QtGui/qvector3d.h +include/Qt5/QtGui/QVector4D +include/Qt5/QtGui/qvector4d.h +include/Qt5/QtGui/QVulkanDeviceFunctions +include/Qt5/QtGui/QVulkanExtension +include/Qt5/QtGui/QVulkanFunctions +include/Qt5/QtGui/qvulkanfunctions.h +include/Qt5/QtGui/QVulkanInfoVector +include/Qt5/QtGui/QVulkanInstance +include/Qt5/QtGui/qvulkaninstance.h +include/Qt5/QtGui/QVulkanLayer +include/Qt5/QtGui/QVulkanWindow +include/Qt5/QtGui/qvulkanwindow.h +include/Qt5/QtGui/QVulkanWindowRenderer +include/Qt5/QtGui/QWhatsThisClickedEvent +include/Qt5/QtGui/QWheelEvent +include/Qt5/QtGui/QWidgetList +include/Qt5/QtGui/QWidgetMapper +include/Qt5/QtGui/QWidgetSet +include/Qt5/QtGui/QWindow +include/Qt5/QtGui/qwindow.h +include/Qt5/QtGui/qwindowdefs_win.h +include/Qt5/QtGui/qwindowdefs.h +include/Qt5/QtGui/QWindowList +include/Qt5/QtGui/QWindowStateChangeEvent +include/Qt5/QtInputSupport/5.15.0/QtInputSupport/private/devicehandlerlist_p.h +include/Qt5/QtInputSupport/5.15.0/QtInputSupport/private/qevdevkeyboard_defaultmap_p.h +include/Qt5/QtInputSupport/5.15.0/QtInputSupport/private/qevdevkeyboardhandler_p.h +include/Qt5/QtInputSupport/5.15.0/QtInputSupport/private/qevdevkeyboardmanager_p.h +include/Qt5/QtInputSupport/5.15.0/QtInputSupport/private/qevdevmousehandler_p.h +include/Qt5/QtInputSupport/5.15.0/QtInputSupport/private/qevdevmousemanager_p.h +include/Qt5/QtInputSupport/5.15.0/QtInputSupport/private/qevdevtablethandler_p.h +include/Qt5/QtInputSupport/5.15.0/QtInputSupport/private/qevdevtabletmanager_p.h +include/Qt5/QtInputSupport/5.15.0/QtInputSupport/private/qevdevtouchfilter_p.h +include/Qt5/QtInputSupport/5.15.0/QtInputSupport/private/qevdevtouchhandler_p.h +include/Qt5/QtInputSupport/5.15.0/QtInputSupport/private/qevdevtouchmanager_p.h +include/Qt5/QtInputSupport/5.15.0/QtInputSupport/private/qevdevutil_p.h +include/Qt5/QtInputSupport/5.15.0/QtInputSupport/private/qlibinputhandler_p.h +include/Qt5/QtInputSupport/5.15.0/QtInputSupport/private/qlibinputkeyboard_p.h +include/Qt5/QtInputSupport/5.15.0/QtInputSupport/private/qlibinputpointer_p.h +include/Qt5/QtInputSupport/5.15.0/QtInputSupport/private/qlibinputtouch_p.h +include/Qt5/QtInputSupport/5.15.0/QtInputSupport/private/qtouchoutputmapping_p.h +include/Qt5/QtInputSupport/5.15.0/QtInputSupport/private/qtslib_p.h +include/Qt5/QtInputSupport/5.15.0/QtInputSupport/private/qxkbcommon_p.h +include/Qt5/QtInputSupport/QIntegrityHIDManager +include/Qt5/QtInputSupport/qintegrityhidmanager.h +include/Qt5/QtInputSupport/QtInputSupport +include/Qt5/QtInputSupport/QtInputSupportDepends +include/Qt5/QtInputSupport/QtInputSupportVersion +include/Qt5/QtInputSupport/qtinputsupportversion.h +include/Qt5/QtKmsSupport/5.15.0/QtKmsSupport/private/qkmsdevice_p.h +include/Qt5/QtKmsSupport/QtKmsSupport +include/Qt5/QtKmsSupport/QtKmsSupportDepends +include/Qt5/QtKmsSupport/QtKmsSupportVersion +include/Qt5/QtKmsSupport/qtkmssupportversion.h +include/Qt5/QtLinuxAccessibilitySupport/5.15.0/QtLinuxAccessibilitySupport/private/application_p.h +include/Qt5/QtLinuxAccessibilitySupport/5.15.0/QtLinuxAccessibilitySupport/private/atspiadaptor_p.h +include/Qt5/QtLinuxAccessibilitySupport/5.15.0/QtLinuxAccessibilitySupport/private/bridge_p.h +include/Qt5/QtLinuxAccessibilitySupport/5.15.0/QtLinuxAccessibilitySupport/private/cache_p.h +include/Qt5/QtLinuxAccessibilitySupport/5.15.0/QtLinuxAccessibilitySupport/private/constant_mappings_p.h +include/Qt5/QtLinuxAccessibilitySupport/5.15.0/QtLinuxAccessibilitySupport/private/dbusconnection_p.h +include/Qt5/QtLinuxAccessibilitySupport/5.15.0/QtLinuxAccessibilitySupport/private/struct_marshallers_p.h +include/Qt5/QtLinuxAccessibilitySupport/QtLinuxAccessibilitySupport +include/Qt5/QtLinuxAccessibilitySupport/QtLinuxAccessibilitySupportDepends +include/Qt5/QtLinuxAccessibilitySupport/QtLinuxAccessibilitySupportVersion +include/Qt5/QtLinuxAccessibilitySupport/qtlinuxaccessibilitysupportversion.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/bitstreams_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/hpack_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/hpacktable_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/http2frames_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/http2protocol_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/http2streams_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/huffman_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qabstractnetworkcache_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qabstractprotocolhandler_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qabstractsocket_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qabstractsocketengine_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qasn1element_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qauthenticator_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qbearerengine_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qbearerplugin_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qdnslookup_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qdtls_openssl_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qdtls_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qftp_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qhostaddress_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qhostinfo_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qhsts_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qhstsstore_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qhttp2protocolhandler_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qhttpmultipart_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qhttpnetworkconnection_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qhttpnetworkconnectionchannel_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qhttpnetworkheader_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qhttpnetworkreply_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qhttpnetworkrequest_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qhttpprotocolhandler_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qhttpsocketengine_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qhttpthreaddelegate_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qlocalserver_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qlocalsocket_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnativesocketengine_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnativesocketengine_winrt_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnet_unix_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnetconmonitor_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnetworkaccessauthenticationmanager_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnetworkaccessbackend_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnetworkaccesscache_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnetworkaccesscachebackend_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnetworkaccessdebugpipebackend_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnetworkaccessfilebackend_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnetworkaccessftpbackend_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnetworkaccessmanager_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnetworkconfigmanager_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnetworkconfiguration_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnetworkcookie_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnetworkcookiejar_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnetworkdatagram_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnetworkdiskcache_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnetworkfile_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnetworkinterface_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnetworkinterface_uikit_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnetworkinterface_unix_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnetworkreply_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnetworkreplydataimpl_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnetworkreplyfileimpl_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnetworkreplyhttpimpl_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnetworkreplyimpl_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnetworkreplywasmimpl_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnetworkrequest_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qnetworksession_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qocsp_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qocspresponse_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qsctpserver_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qsctpsocket_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qsharednetworksession_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qsocks5socketengine_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qspdyprotocolhandler_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qssl_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qsslcertificate_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qsslcertificateextension_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qsslcipher_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qsslconfiguration_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qsslcontext_openssl_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qssldiffiehellmanparameters_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qsslkey_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qsslpresharedkeyauthenticator_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qsslsocket_mac_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qsslsocket_openssl_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qsslsocket_openssl_symbols_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qsslsocket_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qsslsocket_schannel_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qsslsocket_winrt_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qtcpserver_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qtcpsocket_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qtnetwork-config_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qtnetworkglobal_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qurlinfo_p.h +include/Qt5/QtNetwork/5.15.0/QtNetwork/private/qwindowscarootfetcher_p.h +include/Qt5/QtNetwork/Q_IPV6ADDR +include/Qt5/QtNetwork/QAbstractNetworkCache +include/Qt5/QtNetwork/qabstractnetworkcache.h +include/Qt5/QtNetwork/QAbstractSocket +include/Qt5/QtNetwork/qabstractsocket.h +include/Qt5/QtNetwork/QAuthenticator +include/Qt5/QtNetwork/qauthenticator.h +include/Qt5/QtNetwork/QDnsDomainNameRecord +include/Qt5/QtNetwork/QDnsHostAddressRecord +include/Qt5/QtNetwork/QDnsLookup +include/Qt5/QtNetwork/qdnslookup.h +include/Qt5/QtNetwork/QDnsMailExchangeRecord +include/Qt5/QtNetwork/QDnsServiceRecord +include/Qt5/QtNetwork/QDnsTextRecord +include/Qt5/QtNetwork/QDtls +include/Qt5/QtNetwork/qdtls.h +include/Qt5/QtNetwork/QDtlsClientVerifier +include/Qt5/QtNetwork/QHostAddress +include/Qt5/QtNetwork/qhostaddress.h +include/Qt5/QtNetwork/QHostInfo +include/Qt5/QtNetwork/qhostinfo.h +include/Qt5/QtNetwork/QHstsPolicy +include/Qt5/QtNetwork/qhstspolicy.h +include/Qt5/QtNetwork/QHttp2Configuration +include/Qt5/QtNetwork/qhttp2configuration.h +include/Qt5/QtNetwork/QHttpMultiPart +include/Qt5/QtNetwork/qhttpmultipart.h +include/Qt5/QtNetwork/QHttpPart +include/Qt5/QtNetwork/QIPv6Address +include/Qt5/QtNetwork/QLocalServer +include/Qt5/QtNetwork/qlocalserver.h +include/Qt5/QtNetwork/QLocalSocket +include/Qt5/QtNetwork/qlocalsocket.h +include/Qt5/QtNetwork/QNetworkAccessManager +include/Qt5/QtNetwork/qnetworkaccessmanager.h +include/Qt5/QtNetwork/QNetworkAddressEntry +include/Qt5/QtNetwork/QNetworkCacheMetaData +include/Qt5/QtNetwork/qnetworkconfigmanager.h +include/Qt5/QtNetwork/QNetworkConfiguration +include/Qt5/QtNetwork/qnetworkconfiguration.h +include/Qt5/QtNetwork/QNetworkConfigurationManager +include/Qt5/QtNetwork/QNetworkCookie +include/Qt5/QtNetwork/qnetworkcookie.h +include/Qt5/QtNetwork/QNetworkCookieJar +include/Qt5/QtNetwork/qnetworkcookiejar.h +include/Qt5/QtNetwork/QNetworkDatagram +include/Qt5/QtNetwork/qnetworkdatagram.h +include/Qt5/QtNetwork/QNetworkDiskCache +include/Qt5/QtNetwork/qnetworkdiskcache.h +include/Qt5/QtNetwork/QNetworkInterface +include/Qt5/QtNetwork/qnetworkinterface.h +include/Qt5/QtNetwork/QNetworkProxy +include/Qt5/QtNetwork/qnetworkproxy.h +include/Qt5/QtNetwork/QNetworkProxyFactory +include/Qt5/QtNetwork/QNetworkProxyQuery +include/Qt5/QtNetwork/QNetworkReply +include/Qt5/QtNetwork/qnetworkreply.h +include/Qt5/QtNetwork/QNetworkRequest +include/Qt5/QtNetwork/qnetworkrequest.h +include/Qt5/QtNetwork/QNetworkSession +include/Qt5/QtNetwork/qnetworksession.h +include/Qt5/QtNetwork/QOcspResponse +include/Qt5/QtNetwork/qocspresponse.h +include/Qt5/QtNetwork/QPasswordDigestor +include/Qt5/QtNetwork/qpassworddigestor.h +include/Qt5/QtNetwork/QSctpServer +include/Qt5/QtNetwork/qsctpserver.h +include/Qt5/QtNetwork/QSctpSocket +include/Qt5/QtNetwork/qsctpsocket.h +include/Qt5/QtNetwork/QSsl +include/Qt5/QtNetwork/qssl.h +include/Qt5/QtNetwork/QSslCertificate +include/Qt5/QtNetwork/qsslcertificate.h +include/Qt5/QtNetwork/QSslCertificateExtension +include/Qt5/QtNetwork/qsslcertificateextension.h +include/Qt5/QtNetwork/QSslCipher +include/Qt5/QtNetwork/qsslcipher.h +include/Qt5/QtNetwork/QSslConfiguration +include/Qt5/QtNetwork/qsslconfiguration.h +include/Qt5/QtNetwork/QSslDiffieHellmanParameters +include/Qt5/QtNetwork/qssldiffiehellmanparameters.h +include/Qt5/QtNetwork/QSslEllipticCurve +include/Qt5/QtNetwork/qsslellipticcurve.h +include/Qt5/QtNetwork/QSslError +include/Qt5/QtNetwork/qsslerror.h +include/Qt5/QtNetwork/QSslKey +include/Qt5/QtNetwork/qsslkey.h +include/Qt5/QtNetwork/QSslPreSharedKeyAuthenticator +include/Qt5/QtNetwork/qsslpresharedkeyauthenticator.h +include/Qt5/QtNetwork/QSslSocket +include/Qt5/QtNetwork/qsslsocket.h +include/Qt5/QtNetwork/QTcpServer +include/Qt5/QtNetwork/qtcpserver.h +include/Qt5/QtNetwork/QTcpSocket +include/Qt5/QtNetwork/qtcpsocket.h +include/Qt5/QtNetwork/QtNetwork +include/Qt5/QtNetwork/qtnetwork-config.h +include/Qt5/QtNetwork/QtNetworkDepends +include/Qt5/QtNetwork/qtnetworkglobal.h +include/Qt5/QtNetwork/QtNetworkVersion +include/Qt5/QtNetwork/qtnetworkversion.h +include/Qt5/QtNetwork/QUdpSocket +include/Qt5/QtNetwork/qudpsocket.h +include/Qt5/QtOpenGL/5.15.0/QtOpenGL/private/qgl_p.h +include/Qt5/QtOpenGL/5.15.0/QtOpenGL/private/qgl2pexvertexarray_p.h +include/Qt5/QtOpenGL/5.15.0/QtOpenGL/private/qglcustomshaderstage_p.h +include/Qt5/QtOpenGL/5.15.0/QtOpenGL/private/qglengineshadermanager_p.h +include/Qt5/QtOpenGL/5.15.0/QtOpenGL/private/qglengineshadersource_p.h +include/Qt5/QtOpenGL/5.15.0/QtOpenGL/private/qglframebufferobject_p.h +include/Qt5/QtOpenGL/5.15.0/QtOpenGL/private/qglgradientcache_p.h +include/Qt5/QtOpenGL/5.15.0/QtOpenGL/private/qglpaintdevice_p.h +include/Qt5/QtOpenGL/5.15.0/QtOpenGL/private/qglpixelbuffer_p.h +include/Qt5/QtOpenGL/5.15.0/QtOpenGL/private/qglshadercache_p.h +include/Qt5/QtOpenGL/5.15.0/QtOpenGL/private/qgraphicsshadereffect_p.h +include/Qt5/QtOpenGL/5.15.0/QtOpenGL/private/qpaintengineex_opengl2_p.h +include/Qt5/QtOpenGL/5.15.0/QtOpenGL/private/qtextureglyphcache_gl_p.h +include/Qt5/QtOpenGL/QGL +include/Qt5/QtOpenGL/qgl.h +include/Qt5/QtOpenGL/QGLBuffer +include/Qt5/QtOpenGL/qglbuffer.h +include/Qt5/QtOpenGL/QGLColormap +include/Qt5/QtOpenGL/qglcolormap.h +include/Qt5/QtOpenGL/QGLContext +include/Qt5/QtOpenGL/QGLFormat +include/Qt5/QtOpenGL/QGLFramebufferObject +include/Qt5/QtOpenGL/qglframebufferobject.h +include/Qt5/QtOpenGL/QGLFramebufferObjectFormat +include/Qt5/QtOpenGL/QGLFunctions +include/Qt5/QtOpenGL/qglfunctions.h +include/Qt5/QtOpenGL/QGLFunctionsPrivate +include/Qt5/QtOpenGL/QGLPixelBuffer +include/Qt5/QtOpenGL/qglpixelbuffer.h +include/Qt5/QtOpenGL/QGLShader +include/Qt5/QtOpenGL/QGLShaderProgram +include/Qt5/QtOpenGL/qglshaderprogram.h +include/Qt5/QtOpenGL/QGLWidget +include/Qt5/QtOpenGL/QtOpenGL +include/Qt5/QtOpenGL/QtOpenGLDepends +include/Qt5/QtOpenGL/qtopenglglobal.h +include/Qt5/QtOpenGL/QtOpenGLVersion +include/Qt5/QtOpenGL/qtopenglversion.h +include/Qt5/QtOpenGLExtensions/QOpenGLExtensions +include/Qt5/QtOpenGLExtensions/qopenglextensions.h +include/Qt5/QtOpenGLExtensions/QtOpenGLExtensions +include/Qt5/QtOpenGLExtensions/QtOpenGLExtensionsDepends +include/Qt5/QtOpenGLExtensions/QtOpenGLExtensionsVersion +include/Qt5/QtOpenGLExtensions/qtopenglextensionsversion.h +include/Qt5/QtPlatformCompositorSupport/5.15.0/QtPlatformCompositorSupport/private/qopenglcompositor_p.h +include/Qt5/QtPlatformCompositorSupport/5.15.0/QtPlatformCompositorSupport/private/qopenglcompositorbackingstore_p.h +include/Qt5/QtPlatformCompositorSupport/QtPlatformCompositorSupport +include/Qt5/QtPlatformCompositorSupport/QtPlatformCompositorSupportDepends +include/Qt5/QtPlatformCompositorSupport/QtPlatformCompositorSupportVersion +include/Qt5/QtPlatformCompositorSupport/qtplatformcompositorsupportversion.h +include/Qt5/QtPlatformHeaders/QCocoaNativeContext +include/Qt5/QtPlatformHeaders/qcocoanativecontext.h +include/Qt5/QtPlatformHeaders/QCocoaWindowFunctions +include/Qt5/QtPlatformHeaders/qcocoawindowfunctions.h +include/Qt5/QtPlatformHeaders/QEglFSFunctions +include/Qt5/QtPlatformHeaders/qeglfsfunctions.h +include/Qt5/QtPlatformHeaders/QEGLNativeContext +include/Qt5/QtPlatformHeaders/qeglnativecontext.h +include/Qt5/QtPlatformHeaders/QGLXNativeContext +include/Qt5/QtPlatformHeaders/qglxnativecontext.h +include/Qt5/QtPlatformHeaders/QLinuxFbFunctions +include/Qt5/QtPlatformHeaders/qlinuxfbfunctions.h +include/Qt5/QtPlatformHeaders/QPlatformHeaderHelper +include/Qt5/QtPlatformHeaders/qplatformheaderhelper.h +include/Qt5/QtPlatformHeaders/QtPlatformHeaders +include/Qt5/QtPlatformHeaders/QtPlatformHeadersDepends +include/Qt5/QtPlatformHeaders/QtPlatformHeadersVersion +include/Qt5/QtPlatformHeaders/qtplatformheadersversion.h +include/Qt5/QtPlatformHeaders/QWaylandWindowFunctions +include/Qt5/QtPlatformHeaders/qwaylandwindowfunctions.h +include/Qt5/QtPlatformHeaders/QWGLNativeContext +include/Qt5/QtPlatformHeaders/qwglnativecontext.h +include/Qt5/QtPlatformHeaders/QWindowsWindowFunctions +include/Qt5/QtPlatformHeaders/qwindowswindowfunctions.h +include/Qt5/QtPlatformHeaders/QXcbScreenFunctions +include/Qt5/QtPlatformHeaders/qxcbscreenfunctions.h +include/Qt5/QtPlatformHeaders/QXcbWindowFunctions +include/Qt5/QtPlatformHeaders/qxcbwindowfunctions.h +include/Qt5/QtPrintSupport/5.15.0/QtPrintSupport/private/qabstractprintdialog_p.h +include/Qt5/QtPrintSupport/5.15.0/QtPrintSupport/private/qcups_p.h +include/Qt5/QtPrintSupport/5.15.0/QtPrintSupport/private/qcupsjobwidget_p.h +include/Qt5/QtPrintSupport/5.15.0/QtPrintSupport/private/qpagesetupdialog_p.h +include/Qt5/QtPrintSupport/5.15.0/QtPrintSupport/private/qpagesetupdialog_unix_p.h +include/Qt5/QtPrintSupport/5.15.0/QtPrintSupport/private/qpaintengine_alpha_p.h +include/Qt5/QtPrintSupport/5.15.0/QtPrintSupport/private/qpaintengine_preview_p.h +include/Qt5/QtPrintSupport/5.15.0/QtPrintSupport/private/qprint_p.h +include/Qt5/QtPrintSupport/5.15.0/QtPrintSupport/private/qprintdevice_p.h +include/Qt5/QtPrintSupport/5.15.0/QtPrintSupport/private/qprintengine_pdf_p.h +include/Qt5/QtPrintSupport/5.15.0/QtPrintSupport/private/qprintengine_win_p.h +include/Qt5/QtPrintSupport/5.15.0/QtPrintSupport/private/qprinter_p.h +include/Qt5/QtPrintSupport/5.15.0/QtPrintSupport/private/qprinterinfo_p.h +include/Qt5/QtPrintSupport/5.15.0/QtPrintSupport/private/qtprintsupport-config_p.h +include/Qt5/QtPrintSupport/5.15.0/QtPrintSupport/private/qtprintsupportglobal_p.h +include/Qt5/QtPrintSupport/5.15.0/QtPrintSupport/qpa/qplatformprintdevice.h +include/Qt5/QtPrintSupport/5.15.0/QtPrintSupport/qpa/qplatformprintersupport.h +include/Qt5/QtPrintSupport/5.15.0/QtPrintSupport/qpa/qplatformprintplugin.h +include/Qt5/QtPrintSupport/QAbstractPrintDialog +include/Qt5/QtPrintSupport/qabstractprintdialog.h +include/Qt5/QtPrintSupport/QPageSetupDialog +include/Qt5/QtPrintSupport/qpagesetupdialog.h +include/Qt5/QtPrintSupport/QPrintDialog +include/Qt5/QtPrintSupport/qprintdialog.h +include/Qt5/QtPrintSupport/QPrintEngine +include/Qt5/QtPrintSupport/qprintengine.h +include/Qt5/QtPrintSupport/QPrinter +include/Qt5/QtPrintSupport/qprinter.h +include/Qt5/QtPrintSupport/QPrinterInfo +include/Qt5/QtPrintSupport/qprinterinfo.h +include/Qt5/QtPrintSupport/QPrintPreviewDialog +include/Qt5/QtPrintSupport/qprintpreviewdialog.h +include/Qt5/QtPrintSupport/QPrintPreviewWidget +include/Qt5/QtPrintSupport/qprintpreviewwidget.h +include/Qt5/QtPrintSupport/QtPrintSupport +include/Qt5/QtPrintSupport/qtprintsupport-config.h +include/Qt5/QtPrintSupport/QtPrintSupportDepends +include/Qt5/QtPrintSupport/qtprintsupportglobal.h +include/Qt5/QtPrintSupport/QtPrintSupportVersion +include/Qt5/QtPrintSupport/qtprintsupportversion.h +include/Qt5/QtServiceSupport/5.15.0/QtServiceSupport/private/qgenericunixservices_p.h +include/Qt5/QtServiceSupport/QtServiceSupport +include/Qt5/QtServiceSupport/QtServiceSupportDepends +include/Qt5/QtServiceSupport/QtServiceSupportVersion +include/Qt5/QtServiceSupport/qtservicesupportversion.h +include/Qt5/QtSql/5.15.0/QtSql/private/qsqlcachedresult_p.h +include/Qt5/QtSql/5.15.0/QtSql/private/qsqldriver_p.h +include/Qt5/QtSql/5.15.0/QtSql/private/qsqlnulldriver_p.h +include/Qt5/QtSql/5.15.0/QtSql/private/qsqlquerymodel_p.h +include/Qt5/QtSql/5.15.0/QtSql/private/qsqlresult_p.h +include/Qt5/QtSql/5.15.0/QtSql/private/qsqltablemodel_p.h +include/Qt5/QtSql/5.15.0/QtSql/private/qtsql-config_p.h +include/Qt5/QtSql/5.15.0/QtSql/private/qtsqlglobal_p.h +include/Qt5/QtSql/QSql +include/Qt5/QtSql/qsql.h +include/Qt5/QtSql/QSqlDatabase +include/Qt5/QtSql/qsqldatabase.h +include/Qt5/QtSql/QSqlDriver +include/Qt5/QtSql/qsqldriver.h +include/Qt5/QtSql/QSqlDriverCreator +include/Qt5/QtSql/QSqlDriverCreatorBase +include/Qt5/QtSql/QSqlDriverPlugin +include/Qt5/QtSql/qsqldriverplugin.h +include/Qt5/QtSql/QSqlError +include/Qt5/QtSql/qsqlerror.h +include/Qt5/QtSql/QSqlField +include/Qt5/QtSql/qsqlfield.h +include/Qt5/QtSql/QSqlIndex +include/Qt5/QtSql/qsqlindex.h +include/Qt5/QtSql/QSqlQuery +include/Qt5/QtSql/qsqlquery.h +include/Qt5/QtSql/QSqlQueryModel +include/Qt5/QtSql/qsqlquerymodel.h +include/Qt5/QtSql/QSqlRecord +include/Qt5/QtSql/qsqlrecord.h +include/Qt5/QtSql/QSqlRelation +include/Qt5/QtSql/QSqlRelationalDelegate +include/Qt5/QtSql/qsqlrelationaldelegate.h +include/Qt5/QtSql/QSqlRelationalTableModel +include/Qt5/QtSql/qsqlrelationaltablemodel.h +include/Qt5/QtSql/QSqlResult +include/Qt5/QtSql/qsqlresult.h +include/Qt5/QtSql/QSqlTableModel +include/Qt5/QtSql/qsqltablemodel.h +include/Qt5/QtSql/QtSql +include/Qt5/QtSql/qtsql-config.h +include/Qt5/QtSql/QtSqlDepends +include/Qt5/QtSql/qtsqlglobal.h +include/Qt5/QtSql/QtSqlVersion +include/Qt5/QtSql/qtsqlversion.h +include/Qt5/QtTest/5.15.0/QtTest/private/callgrind_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/cycle_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/linux_perf_event_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qabstracttestlogger_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qappletestlogger_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qbenchmark_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qbenchmarkevent_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qbenchmarkmeasurement_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qbenchmarkmetric_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qbenchmarkperfevents_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qbenchmarktimemeasurers_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qbenchmarkvalgrind_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qcsvbenchmarklogger_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qjunittestlogger_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qplaintestlogger_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qsignaldumper_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qtaptestlogger_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qteamcitylogger_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qtestblacklist_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qtestcoreelement_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qtestcorelist_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qtestelement_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qtestelementattribute_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qtesthelpers_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qtestjunitstreamer_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qtestlog_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qtestresult_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qtesttable_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qtestutil_macos_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qttestlib-config_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qxctestlogger_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/qxmltestlogger_p.h +include/Qt5/QtTest/5.15.0/QtTest/private/valgrind_p.h +include/Qt5/QtTest/QAbstractItemModelTester +include/Qt5/QtTest/qabstractitemmodeltester.h +include/Qt5/QtTest/qbenchmark.h +include/Qt5/QtTest/qbenchmarkmetric.h +include/Qt5/QtTest/QEventSizeOfChecker +include/Qt5/QtTest/QSignalSpy +include/Qt5/QtTest/qsignalspy.h +include/Qt5/QtTest/QSpontaneKeyEvent +include/Qt5/QtTest/QtCoverageScanner +include/Qt5/QtTest/QTest +include/Qt5/QtTest/qtest_global.h +include/Qt5/QtTest/qtest_gui.h +include/Qt5/QtTest/qtest_network.h +include/Qt5/QtTest/qtest_widgets.h +include/Qt5/QtTest/qtest.h +include/Qt5/QtTest/QTestAccessibility +include/Qt5/QtTest/qtestaccessible.h +include/Qt5/QtTest/qtestassert.h +include/Qt5/QtTest/qtestcase.h +include/Qt5/QtTest/QTestData +include/Qt5/QtTest/qtestdata.h +include/Qt5/QtTest/QTestDelayEvent +include/Qt5/QtTest/QTestEvent +include/Qt5/QtTest/qtestevent.h +include/Qt5/QtTest/QTestEventList +include/Qt5/QtTest/QTestEventLoop +include/Qt5/QtTest/qtesteventloop.h +include/Qt5/QtTest/qtestkeyboard.h +include/Qt5/QtTest/QTestKeyClicksEvent +include/Qt5/QtTest/QTestKeyEvent +include/Qt5/QtTest/qtestmouse.h +include/Qt5/QtTest/QTestMouseEvent +include/Qt5/QtTest/qtestspontaneevent.h +include/Qt5/QtTest/qtestsystem.h +include/Qt5/QtTest/qtesttouch.h +include/Qt5/QtTest/QtTest +include/Qt5/QtTest/QtTestDepends +include/Qt5/QtTest/qttestglobal.h +include/Qt5/QtTest/QtTestGui +include/Qt5/QtTest/qttestlib-config.h +include/Qt5/QtTest/QtTestNetwork +include/Qt5/QtTest/QtTestVersion +include/Qt5/QtTest/qttestversion.h +include/Qt5/QtTest/QtTestWidgets +include/Qt5/QtThemeSupport/5.15.0/QtThemeSupport/private/qabstractfileiconengine_p.h +include/Qt5/QtThemeSupport/5.15.0/QtThemeSupport/private/qdbusmenuadaptor_p.h +include/Qt5/QtThemeSupport/5.15.0/QtThemeSupport/private/qdbusmenubar_p.h +include/Qt5/QtThemeSupport/5.15.0/QtThemeSupport/private/qdbusmenuconnection_p.h +include/Qt5/QtThemeSupport/5.15.0/QtThemeSupport/private/qdbusmenuregistrarproxy_p.h +include/Qt5/QtThemeSupport/5.15.0/QtThemeSupport/private/qdbusmenutypes_p.h +include/Qt5/QtThemeSupport/5.15.0/QtThemeSupport/private/qdbusplatformmenu_p.h +include/Qt5/QtThemeSupport/5.15.0/QtThemeSupport/private/qdbustrayicon_p.h +include/Qt5/QtThemeSupport/5.15.0/QtThemeSupport/private/qdbustraytypes_p.h +include/Qt5/QtThemeSupport/5.15.0/QtThemeSupport/private/qgenericunixthemes_p.h +include/Qt5/QtThemeSupport/5.15.0/QtThemeSupport/private/qstatusnotifieritemadaptor_p.h +include/Qt5/QtThemeSupport/5.15.0/QtThemeSupport/private/qxdgnotificationproxy_p.h +include/Qt5/QtThemeSupport/QtThemeSupport +include/Qt5/QtThemeSupport/QtThemeSupportDepends +include/Qt5/QtThemeSupport/QtThemeSupportVersion +include/Qt5/QtThemeSupport/qtthemesupportversion.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/complexwidgets_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/itemviews_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qabstractbutton_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qabstractitemdelegate_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qabstractitemview_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qabstractscrollarea_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qabstractslider_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qabstractspinbox_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qaccessiblemenu_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qaccessiblewidgetfactory_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qaccessiblewidgets_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qaction_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qapplication_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qbasickeyeventtransition_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qbasicmouseeventtransition_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qbsptree_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qbuttongroup_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qcolumnview_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qcolumnviewgrip_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qcombobox_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qcommonstyle_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qcommonstylepixmaps_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qcompleter_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qdatetimeedit_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qdesktopwidget_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qdialog_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qdockarealayout_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qdockwidget_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qeffects_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qfiledialog_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qfileiconprovider_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qfileinfogatherer_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qfilesystemmodel_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qflickgesture_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qfontdialog_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qframe_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qfscompleter_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qfusionstyle_p_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qfusionstyle_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qgesture_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qgesturemanager_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qgraph_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qgraphicsanchorlayout_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qgraphicseffect_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qgraphicsgridlayoutengine_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qgraphicsitem_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qgraphicslayout_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qgraphicslayoutitem_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qgraphicslayoutstyleinfo_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qgraphicsproxywidget_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qgraphicsscene_bsp_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qgraphicsscene_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qgraphicsscenebsptreeindex_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qgraphicssceneindex_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qgraphicsscenelinearindex_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qgraphicstransform_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qgraphicsview_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qgraphicswidget_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qheaderview_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qitemeditorfactory_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qkeysequenceedit_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qlabel_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qlayout_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qlayoutengine_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qlineedit_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qlistview_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qlistwidget_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qmacgesturerecognizer_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qmainwindowlayout_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qmdiarea_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qmdisubwindow_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qmenu_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qmenubar_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qpixmapfilter_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qpixmapstyle_p_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qpixmapstyle_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qplaintextedit_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qproxystyle_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qpushbutton_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qscrollarea_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qscrollbar_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qscroller_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qscrollerproperties_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qsidebar_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qsimplex_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qsplitter_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qstandardgestures_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qstyle_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qstyleanimation_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qstylehelper_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qstylesheetstyle_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qsystemtrayicon_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qt_widgets_pch.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qtabbar_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qtableview_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qtablewidget_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qtextedit_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qtoolbar_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qtoolbararealayout_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qtoolbarextension_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qtoolbarlayout_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qtoolbarseparator_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qtreeview_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qtreewidget_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qtreewidgetitemiterator_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qtwidgets-config_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qtwidgetsglobal_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qundostack_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qwidget_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qwidgetaction_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qwidgetanimator_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qwidgetitemdata_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qwidgetlinecontrol_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qwidgetrepaintmanager_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qwidgetresizehandler_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qwidgettextcontrol_p_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qwidgettextcontrol_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qwidgetwindow_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qwindowcontainer_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qwindowsstyle_p_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qwindowsstyle_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/qwizard_win_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/rangecontrols_p.h +include/Qt5/QtWidgets/5.15.0/QtWidgets/private/simplewidgets_p.h +include/Qt5/QtWidgets/QAbstractButton +include/Qt5/QtWidgets/qabstractbutton.h +include/Qt5/QtWidgets/QAbstractGraphicsShapeItem +include/Qt5/QtWidgets/QAbstractItemDelegate +include/Qt5/QtWidgets/qabstractitemdelegate.h +include/Qt5/QtWidgets/QAbstractItemView +include/Qt5/QtWidgets/qabstractitemview.h +include/Qt5/QtWidgets/QAbstractScrollArea +include/Qt5/QtWidgets/qabstractscrollarea.h +include/Qt5/QtWidgets/QAbstractSlider +include/Qt5/QtWidgets/qabstractslider.h +include/Qt5/QtWidgets/QAbstractSpinBox +include/Qt5/QtWidgets/qabstractspinbox.h +include/Qt5/QtWidgets/QAccessibleWidget +include/Qt5/QtWidgets/qaccessiblewidget.h +include/Qt5/QtWidgets/QAction +include/Qt5/QtWidgets/qaction.h +include/Qt5/QtWidgets/QActionGroup +include/Qt5/QtWidgets/qactiongroup.h +include/Qt5/QtWidgets/QApplication +include/Qt5/QtWidgets/qapplication.h +include/Qt5/QtWidgets/QBoxLayout +include/Qt5/QtWidgets/qboxlayout.h +include/Qt5/QtWidgets/QButtonGroup +include/Qt5/QtWidgets/qbuttongroup.h +include/Qt5/QtWidgets/QCalendarWidget +include/Qt5/QtWidgets/qcalendarwidget.h +include/Qt5/QtWidgets/QCheckBox +include/Qt5/QtWidgets/qcheckbox.h +include/Qt5/QtWidgets/QColorDialog +include/Qt5/QtWidgets/qcolordialog.h +include/Qt5/QtWidgets/QColormap +include/Qt5/QtWidgets/qcolormap.h +include/Qt5/QtWidgets/QColumnView +include/Qt5/QtWidgets/qcolumnview.h +include/Qt5/QtWidgets/QComboBox +include/Qt5/QtWidgets/qcombobox.h +include/Qt5/QtWidgets/QCommandLinkButton +include/Qt5/QtWidgets/qcommandlinkbutton.h +include/Qt5/QtWidgets/QCommonStyle +include/Qt5/QtWidgets/qcommonstyle.h +include/Qt5/QtWidgets/QCompleter +include/Qt5/QtWidgets/qcompleter.h +include/Qt5/QtWidgets/QDataWidgetMapper +include/Qt5/QtWidgets/qdatawidgetmapper.h +include/Qt5/QtWidgets/QDateEdit +include/Qt5/QtWidgets/QDateTimeEdit +include/Qt5/QtWidgets/qdatetimeedit.h +include/Qt5/QtWidgets/QDesktopWidget +include/Qt5/QtWidgets/qdesktopwidget.h +include/Qt5/QtWidgets/QDial +include/Qt5/QtWidgets/qdial.h +include/Qt5/QtWidgets/QDialog +include/Qt5/QtWidgets/qdialog.h +include/Qt5/QtWidgets/QDialogButtonBox +include/Qt5/QtWidgets/qdialogbuttonbox.h +include/Qt5/QtWidgets/QDirModel +include/Qt5/QtWidgets/qdirmodel.h +include/Qt5/QtWidgets/QDockWidget +include/Qt5/QtWidgets/qdockwidget.h +include/Qt5/QtWidgets/QDoubleSpinBox +include/Qt5/QtWidgets/qdrawutil.h +include/Qt5/QtWidgets/QErrorMessage +include/Qt5/QtWidgets/qerrormessage.h +include/Qt5/QtWidgets/QFileDialog +include/Qt5/QtWidgets/qfiledialog.h +include/Qt5/QtWidgets/QFileIconProvider +include/Qt5/QtWidgets/qfileiconprovider.h +include/Qt5/QtWidgets/QFileSystemModel +include/Qt5/QtWidgets/qfilesystemmodel.h +include/Qt5/QtWidgets/QFocusFrame +include/Qt5/QtWidgets/qfocusframe.h +include/Qt5/QtWidgets/QFontComboBox +include/Qt5/QtWidgets/qfontcombobox.h +include/Qt5/QtWidgets/QFontDialog +include/Qt5/QtWidgets/qfontdialog.h +include/Qt5/QtWidgets/QFormLayout +include/Qt5/QtWidgets/qformlayout.h +include/Qt5/QtWidgets/QFrame +include/Qt5/QtWidgets/qframe.h +include/Qt5/QtWidgets/QGesture +include/Qt5/QtWidgets/qgesture.h +include/Qt5/QtWidgets/QGestureEvent +include/Qt5/QtWidgets/QGestureRecognizer +include/Qt5/QtWidgets/qgesturerecognizer.h +include/Qt5/QtWidgets/QGraphicsAnchor +include/Qt5/QtWidgets/QGraphicsAnchorLayout +include/Qt5/QtWidgets/qgraphicsanchorlayout.h +include/Qt5/QtWidgets/QGraphicsBlurEffect +include/Qt5/QtWidgets/QGraphicsColorizeEffect +include/Qt5/QtWidgets/QGraphicsDropShadowEffect +include/Qt5/QtWidgets/QGraphicsEffect +include/Qt5/QtWidgets/qgraphicseffect.h +include/Qt5/QtWidgets/QGraphicsEllipseItem +include/Qt5/QtWidgets/QGraphicsGridLayout +include/Qt5/QtWidgets/qgraphicsgridlayout.h +include/Qt5/QtWidgets/QGraphicsItem +include/Qt5/QtWidgets/qgraphicsitem.h +include/Qt5/QtWidgets/QGraphicsItemAnimation +include/Qt5/QtWidgets/qgraphicsitemanimation.h +include/Qt5/QtWidgets/QGraphicsItemGroup +include/Qt5/QtWidgets/QGraphicsLayout +include/Qt5/QtWidgets/qgraphicslayout.h +include/Qt5/QtWidgets/QGraphicsLayoutItem +include/Qt5/QtWidgets/qgraphicslayoutitem.h +include/Qt5/QtWidgets/QGraphicsLinearLayout +include/Qt5/QtWidgets/qgraphicslinearlayout.h +include/Qt5/QtWidgets/QGraphicsLineItem +include/Qt5/QtWidgets/QGraphicsObject +include/Qt5/QtWidgets/QGraphicsOpacityEffect +include/Qt5/QtWidgets/QGraphicsPathItem +include/Qt5/QtWidgets/QGraphicsPixmapItem +include/Qt5/QtWidgets/QGraphicsPolygonItem +include/Qt5/QtWidgets/QGraphicsProxyWidget +include/Qt5/QtWidgets/qgraphicsproxywidget.h +include/Qt5/QtWidgets/QGraphicsRectItem +include/Qt5/QtWidgets/QGraphicsRotation +include/Qt5/QtWidgets/QGraphicsScale +include/Qt5/QtWidgets/QGraphicsScene +include/Qt5/QtWidgets/qgraphicsscene.h +include/Qt5/QtWidgets/QGraphicsSceneContextMenuEvent +include/Qt5/QtWidgets/QGraphicsSceneDragDropEvent +include/Qt5/QtWidgets/QGraphicsSceneEvent +include/Qt5/QtWidgets/qgraphicssceneevent.h +include/Qt5/QtWidgets/QGraphicsSceneHelpEvent +include/Qt5/QtWidgets/QGraphicsSceneHoverEvent +include/Qt5/QtWidgets/QGraphicsSceneMouseEvent +include/Qt5/QtWidgets/QGraphicsSceneMoveEvent +include/Qt5/QtWidgets/QGraphicsSceneResizeEvent +include/Qt5/QtWidgets/QGraphicsSceneWheelEvent +include/Qt5/QtWidgets/QGraphicsSimpleTextItem +include/Qt5/QtWidgets/QGraphicsTextItem +include/Qt5/QtWidgets/QGraphicsTransform +include/Qt5/QtWidgets/qgraphicstransform.h +include/Qt5/QtWidgets/QGraphicsView +include/Qt5/QtWidgets/qgraphicsview.h +include/Qt5/QtWidgets/QGraphicsWidget +include/Qt5/QtWidgets/qgraphicswidget.h +include/Qt5/QtWidgets/QGridLayout +include/Qt5/QtWidgets/qgridlayout.h +include/Qt5/QtWidgets/QGroupBox +include/Qt5/QtWidgets/qgroupbox.h +include/Qt5/QtWidgets/QHBoxLayout +include/Qt5/QtWidgets/QHeaderView +include/Qt5/QtWidgets/qheaderview.h +include/Qt5/QtWidgets/QInputDialog +include/Qt5/QtWidgets/qinputdialog.h +include/Qt5/QtWidgets/QItemDelegate +include/Qt5/QtWidgets/qitemdelegate.h +include/Qt5/QtWidgets/QItemEditorCreator +include/Qt5/QtWidgets/QItemEditorCreatorBase +include/Qt5/QtWidgets/QItemEditorFactory +include/Qt5/QtWidgets/qitemeditorfactory.h +include/Qt5/QtWidgets/QKeyEventTransition +include/Qt5/QtWidgets/qkeyeventtransition.h +include/Qt5/QtWidgets/QKeySequenceEdit +include/Qt5/QtWidgets/qkeysequenceedit.h +include/Qt5/QtWidgets/QLabel +include/Qt5/QtWidgets/qlabel.h +include/Qt5/QtWidgets/QLayout +include/Qt5/QtWidgets/qlayout.h +include/Qt5/QtWidgets/QLayoutItem +include/Qt5/QtWidgets/qlayoutitem.h +include/Qt5/QtWidgets/QLCDNumber +include/Qt5/QtWidgets/qlcdnumber.h +include/Qt5/QtWidgets/QLineEdit +include/Qt5/QtWidgets/qlineedit.h +include/Qt5/QtWidgets/QListView +include/Qt5/QtWidgets/qlistview.h +include/Qt5/QtWidgets/QListWidget +include/Qt5/QtWidgets/qlistwidget.h +include/Qt5/QtWidgets/QListWidgetItem +include/Qt5/QtWidgets/QMacCocoaViewContainer +include/Qt5/QtWidgets/qmaccocoaviewcontainer_mac.h +include/Qt5/QtWidgets/QMacNativeWidget +include/Qt5/QtWidgets/qmacnativewidget_mac.h +include/Qt5/QtWidgets/QMainWindow +include/Qt5/QtWidgets/qmainwindow.h +include/Qt5/QtWidgets/QMdiArea +include/Qt5/QtWidgets/qmdiarea.h +include/Qt5/QtWidgets/QMdiSubWindow +include/Qt5/QtWidgets/qmdisubwindow.h +include/Qt5/QtWidgets/QMenu +include/Qt5/QtWidgets/qmenu.h +include/Qt5/QtWidgets/QMenuBar +include/Qt5/QtWidgets/qmenubar.h +include/Qt5/QtWidgets/QMessageBox +include/Qt5/QtWidgets/qmessagebox.h +include/Qt5/QtWidgets/QMouseEventTransition +include/Qt5/QtWidgets/qmouseeventtransition.h +include/Qt5/QtWidgets/QOpenGLWidget +include/Qt5/QtWidgets/qopenglwidget.h +include/Qt5/QtWidgets/QPanGesture +include/Qt5/QtWidgets/QPinchGesture +include/Qt5/QtWidgets/QPlainTextDocumentLayout +include/Qt5/QtWidgets/QPlainTextEdit +include/Qt5/QtWidgets/qplaintextedit.h +include/Qt5/QtWidgets/QProgressBar +include/Qt5/QtWidgets/qprogressbar.h +include/Qt5/QtWidgets/QProgressDialog +include/Qt5/QtWidgets/qprogressdialog.h +include/Qt5/QtWidgets/QProxyStyle +include/Qt5/QtWidgets/qproxystyle.h +include/Qt5/QtWidgets/QPushButton +include/Qt5/QtWidgets/qpushbutton.h +include/Qt5/QtWidgets/QRadioButton +include/Qt5/QtWidgets/qradiobutton.h +include/Qt5/QtWidgets/QRubberBand +include/Qt5/QtWidgets/qrubberband.h +include/Qt5/QtWidgets/QScrollArea +include/Qt5/QtWidgets/qscrollarea.h +include/Qt5/QtWidgets/QScrollBar +include/Qt5/QtWidgets/qscrollbar.h +include/Qt5/QtWidgets/QScroller +include/Qt5/QtWidgets/qscroller.h +include/Qt5/QtWidgets/QScrollerProperties +include/Qt5/QtWidgets/qscrollerproperties.h +include/Qt5/QtWidgets/QShortcut +include/Qt5/QtWidgets/qshortcut.h +include/Qt5/QtWidgets/QSizeGrip +include/Qt5/QtWidgets/qsizegrip.h +include/Qt5/QtWidgets/QSizePolicy +include/Qt5/QtWidgets/qsizepolicy.h +include/Qt5/QtWidgets/QSlider +include/Qt5/QtWidgets/qslider.h +include/Qt5/QtWidgets/QSpacerItem +include/Qt5/QtWidgets/QSpinBox +include/Qt5/QtWidgets/qspinbox.h +include/Qt5/QtWidgets/QSplashScreen +include/Qt5/QtWidgets/qsplashscreen.h +include/Qt5/QtWidgets/QSplitter +include/Qt5/QtWidgets/qsplitter.h +include/Qt5/QtWidgets/QSplitterHandle +include/Qt5/QtWidgets/QStackedLayout +include/Qt5/QtWidgets/qstackedlayout.h +include/Qt5/QtWidgets/QStackedWidget +include/Qt5/QtWidgets/qstackedwidget.h +include/Qt5/QtWidgets/QStandardItemEditorCreator +include/Qt5/QtWidgets/QStatusBar +include/Qt5/QtWidgets/qstatusbar.h +include/Qt5/QtWidgets/QStyle +include/Qt5/QtWidgets/qstyle.h +include/Qt5/QtWidgets/QStyledItemDelegate +include/Qt5/QtWidgets/qstyleditemdelegate.h +include/Qt5/QtWidgets/QStyleFactory +include/Qt5/QtWidgets/qstylefactory.h +include/Qt5/QtWidgets/QStyleHintReturn +include/Qt5/QtWidgets/QStyleHintReturnMask +include/Qt5/QtWidgets/QStyleHintReturnVariant +include/Qt5/QtWidgets/QStyleOption +include/Qt5/QtWidgets/qstyleoption.h +include/Qt5/QtWidgets/QStyleOptionButton +include/Qt5/QtWidgets/QStyleOptionComboBox +include/Qt5/QtWidgets/QStyleOptionComplex +include/Qt5/QtWidgets/QStyleOptionDockWidget +include/Qt5/QtWidgets/QStyleOptionDockWidgetV2 +include/Qt5/QtWidgets/QStyleOptionFocusRect +include/Qt5/QtWidgets/QStyleOptionFrame +include/Qt5/QtWidgets/QStyleOptionFrameV2 +include/Qt5/QtWidgets/QStyleOptionFrameV3 +include/Qt5/QtWidgets/QStyleOptionGraphicsItem +include/Qt5/QtWidgets/QStyleOptionGroupBox +include/Qt5/QtWidgets/QStyleOptionHeader +include/Qt5/QtWidgets/QStyleOptionMenuItem +include/Qt5/QtWidgets/QStyleOptionProgressBar +include/Qt5/QtWidgets/QStyleOptionProgressBarV2 +include/Qt5/QtWidgets/QStyleOptionRubberBand +include/Qt5/QtWidgets/QStyleOptionSizeGrip +include/Qt5/QtWidgets/QStyleOptionSlider +include/Qt5/QtWidgets/QStyleOptionSpinBox +include/Qt5/QtWidgets/QStyleOptionTab +include/Qt5/QtWidgets/QStyleOptionTabBarBase +include/Qt5/QtWidgets/QStyleOptionTabBarBaseV2 +include/Qt5/QtWidgets/QStyleOptionTabV2 +include/Qt5/QtWidgets/QStyleOptionTabV3 +include/Qt5/QtWidgets/QStyleOptionTabV4 +include/Qt5/QtWidgets/QStyleOptionTabWidgetFrame +include/Qt5/QtWidgets/QStyleOptionTabWidgetFrameV2 +include/Qt5/QtWidgets/QStyleOptionTitleBar +include/Qt5/QtWidgets/QStyleOptionToolBar +include/Qt5/QtWidgets/QStyleOptionToolBox +include/Qt5/QtWidgets/QStyleOptionToolBoxV2 +include/Qt5/QtWidgets/QStyleOptionToolButton +include/Qt5/QtWidgets/QStyleOptionViewItem +include/Qt5/QtWidgets/QStyleOptionViewItemV2 +include/Qt5/QtWidgets/QStyleOptionViewItemV3 +include/Qt5/QtWidgets/QStyleOptionViewItemV4 +include/Qt5/QtWidgets/QStylePainter +include/Qt5/QtWidgets/qstylepainter.h +include/Qt5/QtWidgets/QStylePlugin +include/Qt5/QtWidgets/qstyleplugin.h +include/Qt5/QtWidgets/QSwipeGesture +include/Qt5/QtWidgets/QSystemTrayIcon +include/Qt5/QtWidgets/qsystemtrayicon.h +include/Qt5/QtWidgets/QTabBar +include/Qt5/QtWidgets/qtabbar.h +include/Qt5/QtWidgets/QTableView +include/Qt5/QtWidgets/qtableview.h +include/Qt5/QtWidgets/QTableWidget +include/Qt5/QtWidgets/qtablewidget.h +include/Qt5/QtWidgets/QTableWidgetItem +include/Qt5/QtWidgets/QTableWidgetSelectionRange +include/Qt5/QtWidgets/QTabWidget +include/Qt5/QtWidgets/qtabwidget.h +include/Qt5/QtWidgets/QTapAndHoldGesture +include/Qt5/QtWidgets/QTapGesture +include/Qt5/QtWidgets/qtestsupport_widgets.h +include/Qt5/QtWidgets/QTextBrowser +include/Qt5/QtWidgets/qtextbrowser.h +include/Qt5/QtWidgets/QTextEdit +include/Qt5/QtWidgets/qtextedit.h +include/Qt5/QtWidgets/QTileRules +include/Qt5/QtWidgets/QTimeEdit +include/Qt5/QtWidgets/QToolBar +include/Qt5/QtWidgets/qtoolbar.h +include/Qt5/QtWidgets/QToolBox +include/Qt5/QtWidgets/qtoolbox.h +include/Qt5/QtWidgets/QToolButton +include/Qt5/QtWidgets/qtoolbutton.h +include/Qt5/QtWidgets/QToolTip +include/Qt5/QtWidgets/qtooltip.h +include/Qt5/QtWidgets/QTreeView +include/Qt5/QtWidgets/qtreeview.h +include/Qt5/QtWidgets/QTreeWidget +include/Qt5/QtWidgets/qtreewidget.h +include/Qt5/QtWidgets/QTreeWidgetItem +include/Qt5/QtWidgets/QTreeWidgetItemIterator +include/Qt5/QtWidgets/qtreewidgetitemiterator.h +include/Qt5/QtWidgets/QtWidgets +include/Qt5/QtWidgets/qtwidgets-config.h +include/Qt5/QtWidgets/QtWidgetsDepends +include/Qt5/QtWidgets/qtwidgetsglobal.h +include/Qt5/QtWidgets/QtWidgetsVersion +include/Qt5/QtWidgets/qtwidgetsversion.h +include/Qt5/QtWidgets/QUndoCommand +include/Qt5/QtWidgets/QUndoGroup +include/Qt5/QtWidgets/qundogroup.h +include/Qt5/QtWidgets/QUndoStack +include/Qt5/QtWidgets/qundostack.h +include/Qt5/QtWidgets/QUndoView +include/Qt5/QtWidgets/qundoview.h +include/Qt5/QtWidgets/QVBoxLayout +include/Qt5/QtWidgets/QWhatsThis +include/Qt5/QtWidgets/qwhatsthis.h +include/Qt5/QtWidgets/QWidget +include/Qt5/QtWidgets/qwidget.h +include/Qt5/QtWidgets/QWidgetAction +include/Qt5/QtWidgets/qwidgetaction.h +include/Qt5/QtWidgets/QWidgetData +include/Qt5/QtWidgets/QWidgetItem +include/Qt5/QtWidgets/QWidgetItemV2 +include/Qt5/QtWidgets/QWizard +include/Qt5/QtWidgets/qwizard.h +include/Qt5/QtWidgets/QWizardPage +include/Qt5/QtXkbCommonSupport/5.15.0/QtXkbCommonSupport/private/qxkbcommon_p.h +include/Qt5/QtXkbCommonSupport/QtXkbCommonSupport +include/Qt5/QtXkbCommonSupport/QtXkbCommonSupportDepends +include/Qt5/QtXkbCommonSupport/QtXkbCommonSupportVersion +include/Qt5/QtXkbCommonSupport/qtxkbcommonsupportversion.h +include/Qt5/QtXml/5.15.0/QtXml/private/qdom_p.h +include/Qt5/QtXml/5.15.0/QtXml/private/qdomhelpers_p.h +include/Qt5/QtXml/5.15.0/QtXml/private/qtxml-config_p.h +include/Qt5/QtXml/5.15.0/QtXml/private/qxml_p.h +include/Qt5/QtXml/qdom.h +include/Qt5/QtXml/QDomAttr +include/Qt5/QtXml/QDomCDATASection +include/Qt5/QtXml/QDomCharacterData +include/Qt5/QtXml/QDomComment +include/Qt5/QtXml/QDomDocument +include/Qt5/QtXml/QDomDocumentFragment +include/Qt5/QtXml/QDomDocumentType +include/Qt5/QtXml/QDomElement +include/Qt5/QtXml/QDomEntity +include/Qt5/QtXml/QDomEntityReference +include/Qt5/QtXml/QDomImplementation +include/Qt5/QtXml/QDomNamedNodeMap +include/Qt5/QtXml/QDomNode +include/Qt5/QtXml/QDomNodeList +include/Qt5/QtXml/QDomNotation +include/Qt5/QtXml/QDomProcessingInstruction +include/Qt5/QtXml/QDomText +include/Qt5/QtXml/QtXml +include/Qt5/QtXml/qtxml-config.h +include/Qt5/QtXml/QtXmlDepends +include/Qt5/QtXml/qtxmlglobal.h +include/Qt5/QtXml/QtXmlVersion +include/Qt5/QtXml/qtxmlversion.h +include/Qt5/QtXml/qxml.h +include/Qt5/QtXml/QXmlAttributes +include/Qt5/QtXml/QXmlContentHandler +include/Qt5/QtXml/QXmlDeclHandler +include/Qt5/QtXml/QXmlDefaultHandler +include/Qt5/QtXml/QXmlDTDHandler +include/Qt5/QtXml/QXmlEntityResolver +include/Qt5/QtXml/QXmlErrorHandler +include/Qt5/QtXml/QXmlInputSource +include/Qt5/QtXml/QXmlLexicalHandler +include/Qt5/QtXml/QXmlLocator +include/Qt5/QtXml/QXmlNamespaceSupport +include/Qt5/QtXml/QXmlParseException +include/Qt5/QtXml/QXmlReader +include/Qt5/QtXml/QXmlSimpleReader +lib/cmake/Qt5/Qt5Config.cmake +lib/cmake/Qt5/Qt5ConfigVersion.cmake +lib/cmake/Qt5/Qt5ModuleLocation.cmake +lib/cmake/Qt5AccessibilitySupport/Qt5AccessibilitySupportConfig.cmake +lib/cmake/Qt5AccessibilitySupport/Qt5AccessibilitySupportConfigVersion.cmake +lib/cmake/Qt5Bootstrap/Qt5BootstrapConfig.cmake +lib/cmake/Qt5Bootstrap/Qt5BootstrapConfigVersion.cmake +lib/cmake/Qt5Concurrent/Qt5ConcurrentConfig.cmake +lib/cmake/Qt5Concurrent/Qt5ConcurrentConfigVersion.cmake +lib/cmake/Qt5Core/Qt5CoreConfig.cmake +lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake +lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake +lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake +lib/cmake/Qt5Core/Qt5CoreMacros.cmake +lib/cmake/Qt5Core/Qt5CTestMacros.cmake +lib/cmake/Qt5DBus/Qt5DBusConfig.cmake +lib/cmake/Qt5DBus/Qt5DBusConfigExtras.cmake +lib/cmake/Qt5DBus/Qt5DBusConfigVersion.cmake +lib/cmake/Qt5DBus/Qt5DBusMacros.cmake +lib/cmake/Qt5DeviceDiscoverySupport/Qt5DeviceDiscoverySupportConfig.cmake +lib/cmake/Qt5DeviceDiscoverySupport/Qt5DeviceDiscoverySupportConfigVersion.cmake +lib/cmake/Qt5EdidSupport/Qt5EdidSupportConfig.cmake +lib/cmake/Qt5EdidSupport/Qt5EdidSupportConfigVersion.cmake +lib/cmake/Qt5EglSupport/Qt5EglSupportConfig.cmake +lib/cmake/Qt5EglSupport/Qt5EglSupportConfigVersion.cmake +lib/cmake/Qt5EventDispatcherSupport/Qt5EventDispatcherSupportConfig.cmake +lib/cmake/Qt5EventDispatcherSupport/Qt5EventDispatcherSupportConfigVersion.cmake +lib/cmake/Qt5FbSupport/Qt5FbSupportConfig.cmake +lib/cmake/Qt5FbSupport/Qt5FbSupportConfigVersion.cmake +lib/cmake/Qt5FontDatabaseSupport/Qt5FontDatabaseSupportConfig.cmake +lib/cmake/Qt5FontDatabaseSupport/Qt5FontDatabaseSupportConfigVersion.cmake +lib/cmake/Qt5GlxSupport/Qt5GlxSupportConfig.cmake +lib/cmake/Qt5GlxSupport/Qt5GlxSupportConfigVersion.cmake +lib/cmake/Qt5Gui/Qt5Gui_QBsdFbIntegrationPlugin.cmake +lib/cmake/Qt5Gui/Qt5Gui_QBsdKeyboardPlugin.cmake +lib/cmake/Qt5Gui/Qt5Gui_QBsdMousePlugin.cmake +lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake +lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake +lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake +lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake +lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake +lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake +lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake +lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake +lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake +lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake +lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake +lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake +lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake +lib/cmake/Qt5Gui/Qt5GuiConfig.cmake +lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake +lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake +lib/cmake/Qt5InputSupport/Qt5InputSupportConfig.cmake +lib/cmake/Qt5InputSupport/Qt5InputSupportConfigVersion.cmake +lib/cmake/Qt5KmsSupport/Qt5KmsSupportConfig.cmake +lib/cmake/Qt5KmsSupport/Qt5KmsSupportConfigVersion.cmake +lib/cmake/Qt5LinuxAccessibilitySupport/Qt5LinuxAccessibilitySupportConfig.cmake +lib/cmake/Qt5LinuxAccessibilitySupport/Qt5LinuxAccessibilitySupportConfigVersion.cmake +lib/cmake/Qt5Network/Qt5Network_QGenericEnginePlugin.cmake +lib/cmake/Qt5Network/Qt5NetworkConfig.cmake +lib/cmake/Qt5Network/Qt5NetworkConfigVersion.cmake +lib/cmake/Qt5OpenGL/Qt5OpenGLConfig.cmake +lib/cmake/Qt5OpenGL/Qt5OpenGLConfigVersion.cmake +lib/cmake/Qt5OpenGLExtensions/Qt5OpenGLExtensionsConfig.cmake +lib/cmake/Qt5OpenGLExtensions/Qt5OpenGLExtensionsConfigVersion.cmake +lib/cmake/Qt5PlatformCompositorSupport/Qt5PlatformCompositorSupportConfig.cmake +lib/cmake/Qt5PlatformCompositorSupport/Qt5PlatformCompositorSupportConfigVersion.cmake +lib/cmake/Qt5PrintSupport/Qt5PrintSupport_QCupsPrinterSupportPlugin.cmake +lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake +lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfigVersion.cmake +lib/cmake/Qt5ServiceSupport/Qt5ServiceSupportConfig.cmake +lib/cmake/Qt5ServiceSupport/Qt5ServiceSupportConfigVersion.cmake +lib/cmake/Qt5Sql/Qt5Sql_QODBCDriverPlugin.cmake +lib/cmake/Qt5Sql/Qt5Sql_QPSQLDriverPlugin.cmake +lib/cmake/Qt5Sql/Qt5Sql_QSQLiteDriverPlugin.cmake +lib/cmake/Qt5Sql/Qt5SqlConfig.cmake +lib/cmake/Qt5Sql/Qt5SqlConfigVersion.cmake +lib/cmake/Qt5Test/Qt5TestConfig.cmake +lib/cmake/Qt5Test/Qt5TestConfigExtras.cmake +lib/cmake/Qt5Test/Qt5TestConfigVersion.cmake +lib/cmake/Qt5ThemeSupport/Qt5ThemeSupportConfig.cmake +lib/cmake/Qt5ThemeSupport/Qt5ThemeSupportConfigVersion.cmake +lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake +lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake +lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake +lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake +lib/cmake/Qt5XcbQpa/Qt5XcbQpaConfig.cmake +lib/cmake/Qt5XcbQpa/Qt5XcbQpaConfigVersion.cmake +lib/cmake/Qt5XkbCommonSupport/Qt5XkbCommonSupportConfig.cmake +lib/cmake/Qt5XkbCommonSupport/Qt5XkbCommonSupportConfigVersion.cmake +lib/cmake/Qt5Xml/Qt5XmlConfig.cmake +lib/cmake/Qt5Xml/Qt5XmlConfigVersion.cmake +lib/libQt5AccessibilitySupport.a +lib/libQt5AccessibilitySupport.la +lib/libQt5AccessibilitySupport.prl +lib/libQt5Bootstrap.a +lib/libQt5Bootstrap.la +lib/libQt5Bootstrap.prl +lib/libQt5Concurrent.la +lib/libQt5Concurrent.prl +lib/libQt5Concurrent.so +lib/libQt5Concurrent.so.5 +lib/libQt5Core.la +lib/libQt5Core.prl +lib/libQt5Core.so +lib/libQt5Core.so.5 +lib/libQt5DBus.la +lib/libQt5DBus.prl +lib/libQt5DBus.so +lib/libQt5DBus.so.5 +lib/libQt5DeviceDiscoverySupport.a +lib/libQt5DeviceDiscoverySupport.la +lib/libQt5DeviceDiscoverySupport.prl +lib/libQt5EdidSupport.a +lib/libQt5EdidSupport.la +lib/libQt5EdidSupport.prl +lib/libQt5EglSupport.a +lib/libQt5EglSupport.la +lib/libQt5EglSupport.prl +lib/libQt5EventDispatcherSupport.a +lib/libQt5EventDispatcherSupport.la +lib/libQt5EventDispatcherSupport.prl +lib/libQt5FbSupport.a +lib/libQt5FbSupport.la +lib/libQt5FbSupport.prl +lib/libQt5FontDatabaseSupport.a +lib/libQt5FontDatabaseSupport.la +lib/libQt5FontDatabaseSupport.prl +lib/libQt5GlxSupport.a +lib/libQt5GlxSupport.la +lib/libQt5GlxSupport.prl +lib/libQt5Gui.la +lib/libQt5Gui.prl +lib/libQt5Gui.so +lib/libQt5Gui.so.5 +lib/libQt5InputSupport.a +lib/libQt5InputSupport.la +lib/libQt5InputSupport.prl +lib/libQt5KmsSupport.a +lib/libQt5KmsSupport.la +lib/libQt5KmsSupport.prl +lib/libQt5LinuxAccessibilitySupport.a +lib/libQt5LinuxAccessibilitySupport.la +lib/libQt5LinuxAccessibilitySupport.prl +lib/libQt5Network.la +lib/libQt5Network.prl +lib/libQt5Network.so +lib/libQt5Network.so.5 +lib/libQt5OpenGL.la +lib/libQt5OpenGL.prl +lib/libQt5OpenGL.so +lib/libQt5OpenGL.so.5 +lib/libQt5OpenGLExtensions.a +lib/libQt5OpenGLExtensions.la +lib/libQt5OpenGLExtensions.prl +lib/libQt5PlatformCompositorSupport.a +lib/libQt5PlatformCompositorSupport.la +lib/libQt5PlatformCompositorSupport.prl +lib/libQt5PrintSupport.la +lib/libQt5PrintSupport.prl +lib/libQt5PrintSupport.so +lib/libQt5PrintSupport.so.5 +lib/libQt5ServiceSupport.a +lib/libQt5ServiceSupport.la +lib/libQt5ServiceSupport.prl +lib/libQt5Sql.la +lib/libQt5Sql.prl +lib/libQt5Sql.so +lib/libQt5Sql.so.5 +lib/libQt5Test.la +lib/libQt5Test.prl +lib/libQt5Test.so +lib/libQt5Test.so.5 +lib/libQt5ThemeSupport.a +lib/libQt5ThemeSupport.la +lib/libQt5ThemeSupport.prl +lib/libQt5Widgets.la +lib/libQt5Widgets.prl +lib/libQt5Widgets.so +lib/libQt5Widgets.so.5 +lib/libQt5XcbQpa.la +lib/libQt5XcbQpa.prl +lib/libQt5XcbQpa.so +lib/libQt5XcbQpa.so.5 +lib/libQt5XkbCommonSupport.a +lib/libQt5XkbCommonSupport.la +lib/libQt5XkbCommonSupport.prl +lib/libQt5Xml.la +lib/libQt5Xml.prl +lib/libQt5Xml.so +lib/libQt5Xml.so.5 +lib/libqtlibpng.a +lib/libqtlibpng.prl +lib/metatypes/qt5core_metatypes.json +lib/metatypes/qt5gui_metatypes.json +lib/metatypes/qt5widgets_metatypes.json +lib/pkgconfig/Qt5Concurrent.pc +lib/pkgconfig/Qt5Core.pc +lib/pkgconfig/Qt5DBus.pc +lib/pkgconfig/Qt5Gui.pc +lib/pkgconfig/Qt5Network.pc +lib/pkgconfig/Qt5OpenGL.pc +lib/pkgconfig/Qt5OpenGLExtensions.pc +lib/pkgconfig/Qt5PrintSupport.pc +lib/pkgconfig/Qt5Sql.pc +lib/pkgconfig/Qt5Test.pc +lib/pkgconfig/Qt5Widgets.pc +lib/pkgconfig/Qt5Xml.pc +lib/Qt5/plugins/bearer/libqgenericbearer.so +lib/Qt5/plugins/generic/libqbsdkeyboardplugin.so +lib/Qt5/plugins/generic/libqbsdmouseplugin.so +lib/Qt5/plugins/generic/libqtuiotouchplugin.so +lib/Qt5/plugins/imageformats/libqgif.so +lib/Qt5/plugins/imageformats/libqico.so +lib/Qt5/plugins/imageformats/libqjpeg.so +lib/Qt5/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so +lib/Qt5/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so +lib/Qt5/plugins/platforms/libqbsdfb.so +lib/Qt5/plugins/platforms/libqminimal.so +lib/Qt5/plugins/platforms/libqoffscreen.so +lib/Qt5/plugins/platforms/libqvnc.so +lib/Qt5/plugins/platforms/libqxcb.so +lib/Qt5/plugins/platformthemes/libqxdgdesktopportal.so +lib/Qt5/plugins/printsupport/libcupsprintersupport.so +lib/Qt5/plugins/sqldrivers/libqsqlite.so +lib/Qt5/plugins/sqldrivers/libqsqlodbc.so +lib/Qt5/plugins/sqldrivers/libqsqlpsql.so +lib/Qt5/plugins/xcbglintegrations/libqxcb-egl-integration.so +lib/Qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so +share/Qt5/docs/config/exampleurl-qt3d.qdocconf +share/Qt5/docs/config/exampleurl-qtactiveqt.qdocconf +share/Qt5/docs/config/exampleurl-qtandroidextras.qdocconf +share/Qt5/docs/config/exampleurl-qtbase.qdocconf +share/Qt5/docs/config/exampleurl-qtcharts.qdocconf +share/Qt5/docs/config/exampleurl-qtconnectivity.qdocconf +share/Qt5/docs/config/exampleurl-qtdatavis3d.qdocconf +share/Qt5/docs/config/exampleurl-qtdeclarative.qdocconf +share/Qt5/docs/config/exampleurl-qtdoc.qdocconf +share/Qt5/docs/config/exampleurl-qtgamepad.qdocconf +share/Qt5/docs/config/exampleurl-qtgraphicaleffects.qdocconf +share/Qt5/docs/config/exampleurl-qtimageformats.qdocconf +share/Qt5/docs/config/exampleurl-qtlocation.qdocconf +share/Qt5/docs/config/exampleurl-qtlottie.qdocconf +share/Qt5/docs/config/exampleurl-qtmacextras.qdocconf +share/Qt5/docs/config/exampleurl-qtmultimedia.qdocconf +share/Qt5/docs/config/exampleurl-qtnetworkauth.qdocconf +share/Qt5/docs/config/exampleurl-qtpurchasing.qdocconf +share/Qt5/docs/config/exampleurl-qtquickcontrols.qdocconf +share/Qt5/docs/config/exampleurl-qtquickcontrols2.qdocconf +share/Qt5/docs/config/exampleurl-qtremoteobjects.qdocconf +share/Qt5/docs/config/exampleurl-qtscript.qdocconf +share/Qt5/docs/config/exampleurl-qtscxml.qdocconf +share/Qt5/docs/config/exampleurl-qtsensors.qdocconf +share/Qt5/docs/config/exampleurl-qtserialbus.qdocconf +share/Qt5/docs/config/exampleurl-qtserialport.qdocconf +share/Qt5/docs/config/exampleurl-qtspeech.qdocconf +share/Qt5/docs/config/exampleurl-qtsvg.qdocconf +share/Qt5/docs/config/exampleurl-qttools.qdocconf +share/Qt5/docs/config/exampleurl-qtvirtualkeyboard.qdocconf +share/Qt5/docs/config/exampleurl-qtwayland.qdocconf +share/Qt5/docs/config/exampleurl-qtwebchannel.qdocconf +share/Qt5/docs/config/exampleurl-qtwebengine.qdocconf +share/Qt5/docs/config/exampleurl-qtwebsockets.qdocconf +share/Qt5/docs/config/exampleurl-qtwebview.qdocconf +share/Qt5/docs/config/exampleurl-qtwinextras.qdocconf +share/Qt5/docs/config/exampleurl-qtx11extras.qdocconf +share/Qt5/docs/config/exampleurl-qtxmlpatterns.qdocconf +share/Qt5/docs/global/compat.qdocconf +share/Qt5/docs/global/config.qdocconf +share/Qt5/docs/global/externalsites.qdocconf +share/Qt5/docs/global/externalsites/external-resources.qdoc +share/Qt5/docs/global/externalsites/qt-webpages.qdoc +share/Qt5/docs/global/externalsites/qtcreator.qdoc +share/Qt5/docs/global/externalsites/rfc.qdoc +share/Qt5/docs/global/fileextensions.qdocconf +share/Qt5/docs/global/html-config.qdocconf +share/Qt5/docs/global/html-footer-online.qdocconf +share/Qt5/docs/global/html-footer.qdocconf +share/Qt5/docs/global/html-header-offline.qdocconf +share/Qt5/docs/global/html-header-online.qdocconf +share/Qt5/docs/global/includes-online/search.qdoc +share/Qt5/docs/global/includes/examples-run.qdocinc +share/Qt5/docs/global/includes/module-use.qdocinc +share/Qt5/docs/global/includes/standardpath/functiondocs.qdocinc +share/Qt5/docs/global/macros.qdocconf +share/Qt5/docs/global/manifest-meta.qdocconf +share/Qt5/docs/global/qt-cpp-defines.qdocconf +share/Qt5/docs/global/qt-html-templates-offline-simple.qdocconf +share/Qt5/docs/global/qt-html-templates-offline.qdocconf +share/Qt5/docs/global/qt-html-templates-online.qdocconf +share/Qt5/docs/global/qt-module-defaults-offline.qdocconf +share/Qt5/docs/global/qt-module-defaults-online-commercial.qdocconf +share/Qt5/docs/global/qt-module-defaults-online.qdocconf +share/Qt5/docs/global/qt-module-defaults.qdocconf +share/Qt5/docs/global/template/images/arrow_bc.png +share/Qt5/docs/global/template/images/arrow_down.png +share/Qt5/docs/global/template/images/arrow.png +share/Qt5/docs/global/template/images/bg_l_blank.png +share/Qt5/docs/global/template/images/bg_l.png +share/Qt5/docs/global/template/images/bg_ll_blank.png +share/Qt5/docs/global/template/images/bg_r.png +share/Qt5/docs/global/template/images/bg_ul_blank.png +share/Qt5/docs/global/template/images/bgrContent.png +share/Qt5/docs/global/template/images/blu_dot.png +share/Qt5/docs/global/template/images/box_bg.png +share/Qt5/docs/global/template/images/breadcrumb.png +share/Qt5/docs/global/template/images/btn_next.png +share/Qt5/docs/global/template/images/btn_prev.png +share/Qt5/docs/global/template/images/bullet_dn.png +share/Qt5/docs/global/template/images/bullet_gt.png +share/Qt5/docs/global/template/images/bullet_sq.png +share/Qt5/docs/global/template/images/bullet_up.png +share/Qt5/docs/global/template/images/feedbackground.png +share/Qt5/docs/global/template/images/header_bg.png +share/Qt5/docs/global/template/images/home.png +share/Qt5/docs/global/template/images/horBar.png +share/Qt5/docs/global/template/images/ico_note_attention.png +share/Qt5/docs/global/template/images/ico_note.png +share/Qt5/docs/global/template/images/ico_out.png +share/Qt5/docs/global/template/images/logo.png +share/Qt5/docs/global/template/images/page_bg.png +share/Qt5/docs/global/template/images/page.png +share/Qt5/docs/global/template/images/Qt-dark_gradient.png +share/Qt5/docs/global/template/images/Qt-footer_shadow.png +share/Qt5/docs/global/template/images/Qt-footer-bg.jpg +share/Qt5/docs/global/template/images/Qt-gradient.png +share/Qt5/docs/global/template/images/Qt-header-bg.jpg +share/Qt5/docs/global/template/images/Qt-logo.png +share/Qt5/docs/global/template/images/spinner.gif +share/Qt5/docs/global/template/images/sprites-combined.png +share/Qt5/docs/global/template/scripts/extras.js +share/Qt5/docs/global/template/scripts/main.js +share/Qt5/docs/global/template/style/cookie-confirm.css +share/Qt5/docs/global/template/style/cookiebar-x.png +share/Qt5/docs/global/template/style/doc_search.png +share/Qt5/docs/global/template/style/gsc.css +share/Qt5/docs/global/template/style/icomoon.eot +share/Qt5/docs/global/template/style/icomoon.svg +share/Qt5/docs/global/template/style/icomoon.ttf +share/Qt5/docs/global/template/style/icomoon.woff +share/Qt5/docs/global/template/style/list_arrow.png +share/Qt5/docs/global/template/style/list_expand.png +share/Qt5/docs/global/template/style/offline-simple.css +share/Qt5/docs/global/template/style/offline.css +share/Qt5/docs/global/template/style/online.css +share/Qt5/docs/global/template/style/theqtcompany.png +share/Qt5/mkspecs/aix-g++-64/qmake.conf +share/Qt5/mkspecs/aix-g++-64/qplatformdefs.h +share/Qt5/mkspecs/aix-g++/qmake.conf +share/Qt5/mkspecs/aix-g++/qplatformdefs.h +share/Qt5/mkspecs/android-clang/qmake.conf +share/Qt5/mkspecs/android-clang/qplatformdefs.h +share/Qt5/mkspecs/common/aix/qplatformdefs.h +share/Qt5/mkspecs/common/android/qplatformdefs.h +share/Qt5/mkspecs/common/angle.conf +share/Qt5/mkspecs/common/bsd/bsd.conf +share/Qt5/mkspecs/common/bsd/qplatformdefs.h +share/Qt5/mkspecs/common/c89/qplatformdefs.h +share/Qt5/mkspecs/common/clang-mac.conf +share/Qt5/mkspecs/common/clang.conf +share/Qt5/mkspecs/common/g++-base.conf +share/Qt5/mkspecs/common/g++-macx.conf +share/Qt5/mkspecs/common/g++-unix.conf +share/Qt5/mkspecs/common/g++-win32.conf +share/Qt5/mkspecs/common/g++.conf +share/Qt5/mkspecs/common/gcc-base-mac.conf +share/Qt5/mkspecs/common/gcc-base-unix.conf +share/Qt5/mkspecs/common/gcc-base.conf +share/Qt5/mkspecs/common/ghs-base.conf +share/Qt5/mkspecs/common/ghs-integrity-armv7.conf +share/Qt5/mkspecs/common/ghs-integrity-armv8.conf +share/Qt5/mkspecs/common/ghs-integrity-x86.conf +share/Qt5/mkspecs/common/icc-base-unix.conf +share/Qt5/mkspecs/common/integrity/qplatformdefs.h +share/Qt5/mkspecs/common/ios.conf +share/Qt5/mkspecs/common/linux.conf +share/Qt5/mkspecs/common/llvm.conf +share/Qt5/mkspecs/common/mac.conf +share/Qt5/mkspecs/common/mac/qplatformdefs.h +share/Qt5/mkspecs/common/macx.conf +share/Qt5/mkspecs/common/msvc-based-version.conf +share/Qt5/mkspecs/common/msvc-desktop.conf +share/Qt5/mkspecs/common/msvc-version.conf +share/Qt5/mkspecs/common/nacl/g++-nacl32.conf +share/Qt5/mkspecs/common/nacl/g++-nacl64.conf +share/Qt5/mkspecs/common/nacl/nacl-base.conf +share/Qt5/mkspecs/common/nacl/qplatformdefs.h +share/Qt5/mkspecs/common/posix/qplatformdefs.h +share/Qt5/mkspecs/common/qcc-base-qnx-aarch64le.conf +share/Qt5/mkspecs/common/qcc-base-qnx-armle-v7.conf +share/Qt5/mkspecs/common/qcc-base-qnx-x86-64.conf +share/Qt5/mkspecs/common/qcc-base-qnx-x86.conf +share/Qt5/mkspecs/common/qcc-base-qnx.conf +share/Qt5/mkspecs/common/qcc-base.conf +share/Qt5/mkspecs/common/qnx/qplatformdefs.h +share/Qt5/mkspecs/common/rtems-base.conf +share/Qt5/mkspecs/common/rtems/qplatformdefs.h +share/Qt5/mkspecs/common/sanitize.conf +share/Qt5/mkspecs/common/shell-unix.conf +share/Qt5/mkspecs/common/shell-win32.conf +share/Qt5/mkspecs/common/solaris.conf +share/Qt5/mkspecs/common/tvos.conf +share/Qt5/mkspecs/common/uikit.conf +share/Qt5/mkspecs/common/uikit/clang.conf +share/Qt5/mkspecs/common/uikit/GLES2/gl2.h +share/Qt5/mkspecs/common/uikit/qmake.conf +share/Qt5/mkspecs/common/unix.conf +share/Qt5/mkspecs/common/watchos.conf +share/Qt5/mkspecs/common/windows-desktop.conf +share/Qt5/mkspecs/common/windows-vulkan.conf +share/Qt5/mkspecs/common/winrt_winphone/assets/logo_150x150.png +share/Qt5/mkspecs/common/winrt_winphone/assets/logo_30x30.png +share/Qt5/mkspecs/common/winrt_winphone/assets/logo_310x150.png +share/Qt5/mkspecs/common/winrt_winphone/assets/logo_310x310.png +share/Qt5/mkspecs/common/winrt_winphone/assets/logo_44x44.png +share/Qt5/mkspecs/common/winrt_winphone/assets/logo_480x800.png +share/Qt5/mkspecs/common/winrt_winphone/assets/logo_620x300.png +share/Qt5/mkspecs/common/winrt_winphone/assets/logo_70x70.png +share/Qt5/mkspecs/common/winrt_winphone/assets/logo_71x71.png +share/Qt5/mkspecs/common/winrt_winphone/assets/logo_store.png +share/Qt5/mkspecs/common/winrt_winphone/manifests/10.0/AppxManifest.xml.in +share/Qt5/mkspecs/common/winrt_winphone/qmake.conf +share/Qt5/mkspecs/common/winrt_winphone/qplatformdefs.h +share/Qt5/mkspecs/cygwin-g++/qmake.conf +share/Qt5/mkspecs/cygwin-g++/qplatformdefs.h +share/Qt5/mkspecs/darwin-g++/qmake.conf +share/Qt5/mkspecs/darwin-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/common/freebsd_device_post.conf +share/Qt5/mkspecs/devices/common/freebsd_device_pre.conf +share/Qt5/mkspecs/devices/common/linux_arm_device_post.conf +share/Qt5/mkspecs/devices/common/linux_device_post.conf +share/Qt5/mkspecs/devices/common/linux_device_pre.conf +share/Qt5/mkspecs/devices/freebsd-generic-clang/qmake.conf +share/Qt5/mkspecs/devices/freebsd-generic-clang/qplatformdefs.h +share/Qt5/mkspecs/devices/freebsd-rasp-pi-clang/qmake.conf +share/Qt5/mkspecs/devices/freebsd-rasp-pi-clang/qplatformdefs.h +share/Qt5/mkspecs/devices/integrity-armv8-drive-cx/qmake.conf +share/Qt5/mkspecs/devices/integrity-armv8-drive-cx/qplatformdefs.h +share/Qt5/mkspecs/devices/integrity-armv8-msm8996au/qmake.conf +share/Qt5/mkspecs/devices/integrity-armv8-msm8996au/qplatformdefs.h +share/Qt5/mkspecs/devices/integrity-armv8-SA8155P/qmake.conf +share/Qt5/mkspecs/devices/integrity-armv8-SA8155P/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-archos-gen8-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-archos-gen8-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-arm-amlogic-8726M-g++/qeglfshooks_8726m.cpp +share/Qt5/mkspecs/devices/linux-arm-amlogic-8726M-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-arm-amlogic-8726M-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-arm-generic-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-arm-generic-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-arm-hisilicon-hix5hd2-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-arm-hisilicon-hix5hd2-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-arm-trident-pnx8473-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-arm-trident-pnx8473-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-beagleboard-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-beagleboard-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-colibri-vf-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-colibri-vf-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-drive-cx-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-drive-cx-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-emu-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-emu-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-generic-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-generic-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-imx53qsb-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-imx53qsb-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-imx6-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-imx6-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-imx7-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-imx7-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-imx8-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-imx8-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-jetson-tk1-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-jetson-tk1-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-jetson-tk1-pro-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-jetson-tk1-pro-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-jetson-tx1-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-jetson-tx1-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-mipsel-broadcom-97425-g++/qdirectfbeglhooks_bcm97425.cpp +share/Qt5/mkspecs/devices/linux-mipsel-broadcom-97425-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-mipsel-broadcom-97425-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-mipsel-ci20-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-mipsel-ci20-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-nuc-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-nuc-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-odroid-xu3-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-odroid-xu3-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-rasp-pi-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-rasp-pi-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-rasp-pi2-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-rasp-pi2-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-rasp-pi3-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-rasp-pi3-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-rasp-pi3-vc4-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-rasp-pi3-vc4-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-rasp-pi4-v3d-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-rasp-pi4-v3d-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-rcar-h2-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-rcar-h2-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-rcar-m3-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-rcar-m3-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-sh4-stmicro-ST7108-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-sh4-stmicro-ST7108-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-sh4-stmicro-ST7540-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-sh4-stmicro-ST7540-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-snowball-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-snowball-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-tegra2-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-tegra2-g++/qplatformdefs.h +share/Qt5/mkspecs/devices/linux-tinkerboard-g++/qmake.conf +share/Qt5/mkspecs/devices/linux-tinkerboard-g++/qplatformdefs.h +share/Qt5/mkspecs/dummy/qmake.conf +share/Qt5/mkspecs/features/android/android_deployment_settings.prf +share/Qt5/mkspecs/features/android/android.prf +share/Qt5/mkspecs/features/android/default_pre.prf +share/Qt5/mkspecs/features/android/resolve_config.prf +share/Qt5/mkspecs/features/android/resolve_target.prf +share/Qt5/mkspecs/features/android/sdk.prf +share/Qt5/mkspecs/features/android/spec_post.prf +share/Qt5/mkspecs/features/benchmark.prf +share/Qt5/mkspecs/features/build_pass.prf +share/Qt5/mkspecs/features/cmake_functions.prf +share/Qt5/mkspecs/features/cmdline.prf +share/Qt5/mkspecs/features/configure_base.prf +share/Qt5/mkspecs/features/configure.prf +share/Qt5/mkspecs/features/coverage.prf +share/Qt5/mkspecs/features/create_cmake.prf +share/Qt5/mkspecs/features/ctest_testcase_common.prf +share/Qt5/mkspecs/features/ctest_testcase_installed.prf +share/Qt5/mkspecs/features/ctest_testcase.prf +share/Qt5/mkspecs/features/data/cmake/ExtraSourceIncludes.cmake.in +share/Qt5/mkspecs/features/data/cmake/Qt5BasicConfig.cmake.in +share/Qt5/mkspecs/features/data/cmake/Qt5ConfigVersion.cmake.in +share/Qt5/mkspecs/features/data/cmake/Qt5ImportPlugin.cpp.in +share/Qt5/mkspecs/features/data/cmake/Qt5PluginTarget.cmake.in +share/Qt5/mkspecs/features/data/configure.json +share/Qt5/mkspecs/features/data/dummy.cpp +share/Qt5/mkspecs/features/data/dumpvcvars.bat +share/Qt5/mkspecs/features/data/mac/objc_namespace.sh +share/Qt5/mkspecs/features/data/macros.cpp +share/Qt5/mkspecs/features/data/testserver/docker-compose-common.yml +share/Qt5/mkspecs/features/data/testserver/Dockerfile +share/Qt5/mkspecs/features/data/unix/findclasslist.pl +share/Qt5/mkspecs/features/dbusadaptors.prf +share/Qt5/mkspecs/features/dbuscommon.pri +share/Qt5/mkspecs/features/dbusinterfaces.prf +share/Qt5/mkspecs/features/declarative_debug.prf +share/Qt5/mkspecs/features/default_post.prf +share/Qt5/mkspecs/features/default_pre.prf +share/Qt5/mkspecs/features/designer_defines.prf +share/Qt5/mkspecs/features/device_config.prf +share/Qt5/mkspecs/features/egl.prf +share/Qt5/mkspecs/features/exceptions_off.prf +share/Qt5/mkspecs/features/exceptions.prf +share/Qt5/mkspecs/features/exclusive_builds_post.prf +share/Qt5/mkspecs/features/exclusive_builds.prf +share/Qt5/mkspecs/features/file_copies.prf +share/Qt5/mkspecs/features/gc_binaries.prf +share/Qt5/mkspecs/features/gcov.prf +share/Qt5/mkspecs/features/include_source_dir.prf +share/Qt5/mkspecs/features/incredibuild_xge.prf +share/Qt5/mkspecs/features/java.prf +share/Qt5/mkspecs/features/lex.prf +share/Qt5/mkspecs/features/link_ltcg.prf +share/Qt5/mkspecs/features/link_pkgconfig.prf +share/Qt5/mkspecs/features/lrelease.prf +share/Qt5/mkspecs/features/ltcg.prf +share/Qt5/mkspecs/features/mac/asset_catalogs.prf +share/Qt5/mkspecs/features/mac/default_post.prf +share/Qt5/mkspecs/features/mac/default_pre.prf +share/Qt5/mkspecs/features/mac/mac.prf +share/Qt5/mkspecs/features/mac/no_warn_empty_obj_files.prf +share/Qt5/mkspecs/features/mac/objective_c.prf +share/Qt5/mkspecs/features/mac/rez.prf +share/Qt5/mkspecs/features/mac/sdk.mk +share/Qt5/mkspecs/features/mac/sdk.prf +share/Qt5/mkspecs/features/mac/toolchain.prf +share/Qt5/mkspecs/features/mac/unsupported/objc_namespace.prf +share/Qt5/mkspecs/features/metatypes.prf +share/Qt5/mkspecs/features/moc.prf +share/Qt5/mkspecs/features/no_debug_info.prf +share/Qt5/mkspecs/features/plugin_bundle.prf +share/Qt5/mkspecs/features/precompile_header.prf +share/Qt5/mkspecs/features/qgltf.prf +share/Qt5/mkspecs/features/qlalr.prf +share/Qt5/mkspecs/features/qmake_use.prf +share/Qt5/mkspecs/features/qml_debug.prf +share/Qt5/mkspecs/features/qml_module.prf +share/Qt5/mkspecs/features/qml_plugin.prf +share/Qt5/mkspecs/features/qmltestcase.prf +share/Qt5/mkspecs/features/qt_android_deps.prf +share/Qt5/mkspecs/features/qt_app.prf +share/Qt5/mkspecs/features/qt_build_config.prf +share/Qt5/mkspecs/features/qt_build_extra.prf +share/Qt5/mkspecs/features/qt_build_paths.prf +share/Qt5/mkspecs/features/qt_clear_installs.prf +share/Qt5/mkspecs/features/qt_common.prf +share/Qt5/mkspecs/features/qt_config.prf +share/Qt5/mkspecs/features/qt_configure.prf +share/Qt5/mkspecs/features/qt_docs_targets.prf +share/Qt5/mkspecs/features/qt_docs.prf +share/Qt5/mkspecs/features/qt_example_installs.prf +share/Qt5/mkspecs/features/qt_functions.prf +share/Qt5/mkspecs/features/qt_helper_lib.prf +share/Qt5/mkspecs/features/qt_installs.prf +share/Qt5/mkspecs/features/qt_module_headers.prf +share/Qt5/mkspecs/features/qt_module_pris.prf +share/Qt5/mkspecs/features/qt_module.prf +share/Qt5/mkspecs/features/qt_parts.prf +share/Qt5/mkspecs/features/qt_plugin.prf +share/Qt5/mkspecs/features/qt_prefix_build_check.prf +share/Qt5/mkspecs/features/qt_targets.prf +share/Qt5/mkspecs/features/qt_test_helper.prf +share/Qt5/mkspecs/features/qt_tool.prf +share/Qt5/mkspecs/features/qt_tracepoints.prf +share/Qt5/mkspecs/features/qt.prf +share/Qt5/mkspecs/features/resolve_config.prf +share/Qt5/mkspecs/features/resolve_target.prf +share/Qt5/mkspecs/features/resources_functions.prf +share/Qt5/mkspecs/features/resources.prf +share/Qt5/mkspecs/features/rtti_off.prf +share/Qt5/mkspecs/features/rtti.prf +share/Qt5/mkspecs/features/sanitizer.prf +share/Qt5/mkspecs/features/silent.prf +share/Qt5/mkspecs/features/simd.prf +share/Qt5/mkspecs/features/spec_post.prf +share/Qt5/mkspecs/features/spec_pre.prf +share/Qt5/mkspecs/features/static_runtime.prf +share/Qt5/mkspecs/features/testcase_targets.prf +share/Qt5/mkspecs/features/testcase.prf +share/Qt5/mkspecs/features/testcocoon.prf +share/Qt5/mkspecs/features/testlib_defines.prf +share/Qt5/mkspecs/features/toolchain.prf +share/Qt5/mkspecs/features/uic.prf +share/Qt5/mkspecs/features/uikit/bitcode.prf +share/Qt5/mkspecs/features/uikit/default_post.prf +share/Qt5/mkspecs/features/uikit/default_pre.prf +share/Qt5/mkspecs/features/uikit/device_destinations.sh +share/Qt5/mkspecs/features/uikit/devices.py +share/Qt5/mkspecs/features/uikit/exclusive_builds_post.prf +share/Qt5/mkspecs/features/uikit/gc_binaries.prf +share/Qt5/mkspecs/features/uikit/qt_parts.prf +share/Qt5/mkspecs/features/uikit/qt.prf +share/Qt5/mkspecs/features/uikit/resolve_config.prf +share/Qt5/mkspecs/features/uikit/sdk.prf +share/Qt5/mkspecs/features/uikit/testcase_targets.prf +share/Qt5/mkspecs/features/uikit/testcase.prf +share/Qt5/mkspecs/features/uikit/watchos_coretext.prf +share/Qt5/mkspecs/features/uikit/xcodebuild.mk +share/Qt5/mkspecs/features/uikit/xcodebuild.prf +share/Qt5/mkspecs/features/unix/bsymbolic_functions.prf +share/Qt5/mkspecs/features/unix/ccache.prf +share/Qt5/mkspecs/features/unix/hide_symbols.prf +share/Qt5/mkspecs/features/unix/largefile.prf +share/Qt5/mkspecs/features/unix/opengl.prf +share/Qt5/mkspecs/features/unix/separate_debug_info.prf +share/Qt5/mkspecs/features/unix/thread.prf +share/Qt5/mkspecs/features/unix/x11.prf +share/Qt5/mkspecs/features/unix/x11inc.prf +share/Qt5/mkspecs/features/unix/x11lib.prf +share/Qt5/mkspecs/features/unix/x11sm.prf +share/Qt5/mkspecs/features/unsupported/testserver.prf +share/Qt5/mkspecs/features/use_c_linker.prf +share/Qt5/mkspecs/features/vxworks.prf +share/Qt5/mkspecs/features/warn_off.prf +share/Qt5/mkspecs/features/warn_on.prf +share/Qt5/mkspecs/features/wasm/default_pre.prf +share/Qt5/mkspecs/features/wasm/emcc_ver.prf +share/Qt5/mkspecs/features/wasm/wasm.prf +share/Qt5/mkspecs/features/wayland-scanner.prf +share/Qt5/mkspecs/features/win32/console.prf +share/Qt5/mkspecs/features/win32/default_pre.prf +share/Qt5/mkspecs/features/win32/dumpcpp.prf +share/Qt5/mkspecs/features/win32/idcidl.prf +share/Qt5/mkspecs/features/win32/msvc_mp.prf +share/Qt5/mkspecs/features/win32/opengl.prf +share/Qt5/mkspecs/features/win32/qt_dll.prf +share/Qt5/mkspecs/features/win32/separate_debug_info.prf +share/Qt5/mkspecs/features/win32/stl_off.prf +share/Qt5/mkspecs/features/win32/stl.prf +share/Qt5/mkspecs/features/win32/windeployqt.prf +share/Qt5/mkspecs/features/win32/windows_vulkan_sdk.prf +share/Qt5/mkspecs/features/win32/windows.prf +share/Qt5/mkspecs/features/winrt/console.prf +share/Qt5/mkspecs/features/winrt/default_pre.prf +share/Qt5/mkspecs/features/winrt/package_manifest.prf +share/Qt5/mkspecs/features/xctest.prf +share/Qt5/mkspecs/features/yacc.prf +share/Qt5/mkspecs/freebsd-clang/qmake.conf +share/Qt5/mkspecs/freebsd-clang/qplatformdefs.h +share/Qt5/mkspecs/freebsd-g++/qmake.conf +share/Qt5/mkspecs/freebsd-g++/qplatformdefs.h +share/Qt5/mkspecs/haiku-g++/qmake.conf +share/Qt5/mkspecs/haiku-g++/qplatformdefs.h +share/Qt5/mkspecs/hpuxi-g++-64/qmake.conf +share/Qt5/mkspecs/hpuxi-g++-64/qplatformdefs.h +share/Qt5/mkspecs/hurd-g++/qmake.conf +share/Qt5/mkspecs/hurd-g++/qplatformdefs.h +share/Qt5/mkspecs/integrity-armv7-imx6/qmake.conf +share/Qt5/mkspecs/integrity-armv7-imx6/qplatformdefs.h +share/Qt5/mkspecs/integrity-armv7/qmake.conf +share/Qt5/mkspecs/integrity-armv7/qplatformdefs.h +share/Qt5/mkspecs/integrity-armv8-rcar/qmake.conf +share/Qt5/mkspecs/integrity-armv8-rcar/qplatformdefs.h +share/Qt5/mkspecs/integrity-x86/qmake.conf +share/Qt5/mkspecs/integrity-x86/qplatformdefs.h +share/Qt5/mkspecs/linux-aarch64-gnu-g++/qmake.conf +share/Qt5/mkspecs/linux-aarch64-gnu-g++/qplatformdefs.h +share/Qt5/mkspecs/linux-arm-gnueabi-g++/qmake.conf +share/Qt5/mkspecs/linux-arm-gnueabi-g++/qplatformdefs.h +share/Qt5/mkspecs/linux-clang-32/qmake.conf +share/Qt5/mkspecs/linux-clang-32/qplatformdefs.h +share/Qt5/mkspecs/linux-clang-libc++-32/qmake.conf +share/Qt5/mkspecs/linux-clang-libc++-32/qplatformdefs.h +share/Qt5/mkspecs/linux-clang-libc++/qmake.conf +share/Qt5/mkspecs/linux-clang-libc++/qplatformdefs.h +share/Qt5/mkspecs/linux-clang/qmake.conf +share/Qt5/mkspecs/linux-clang/qplatformdefs.h +share/Qt5/mkspecs/linux-g++-32/qmake.conf +share/Qt5/mkspecs/linux-g++-32/qplatformdefs.h +share/Qt5/mkspecs/linux-g++-64/qmake.conf +share/Qt5/mkspecs/linux-g++-64/qplatformdefs.h +share/Qt5/mkspecs/linux-g++/qmake.conf +share/Qt5/mkspecs/linux-g++/qplatformdefs.h +share/Qt5/mkspecs/linux-icc-32/qmake.conf +share/Qt5/mkspecs/linux-icc-32/qplatformdefs.h +share/Qt5/mkspecs/linux-icc-64/qmake.conf +share/Qt5/mkspecs/linux-icc-64/qplatformdefs.h +share/Qt5/mkspecs/linux-icc-k1om/qmake.conf +share/Qt5/mkspecs/linux-icc-k1om/qplatformdefs.h +share/Qt5/mkspecs/linux-icc/qmake.conf +share/Qt5/mkspecs/linux-icc/qplatformdefs.h +share/Qt5/mkspecs/linux-llvm/qmake.conf +share/Qt5/mkspecs/linux-llvm/qplatformdefs.h +share/Qt5/mkspecs/linux-lsb-g++/qmake.conf +share/Qt5/mkspecs/linux-lsb-g++/qplatformdefs.h +share/Qt5/mkspecs/lynxos-g++/qmake.conf +share/Qt5/mkspecs/lynxos-g++/qplatformdefs.h +share/Qt5/mkspecs/macx-clang/Info.plist.app +share/Qt5/mkspecs/macx-clang/Info.plist.disable_highdpi +share/Qt5/mkspecs/macx-clang/Info.plist.dSYM.in +share/Qt5/mkspecs/macx-clang/Info.plist.lib +share/Qt5/mkspecs/macx-clang/qmake.conf +share/Qt5/mkspecs/macx-clang/qplatformdefs.h +share/Qt5/mkspecs/macx-g++/Info.plist.app +share/Qt5/mkspecs/macx-g++/Info.plist.dSYM.in +share/Qt5/mkspecs/macx-g++/Info.plist.lib +share/Qt5/mkspecs/macx-g++/qmake.conf +share/Qt5/mkspecs/macx-g++/qplatformdefs.h +share/Qt5/mkspecs/macx-icc/Info.plist.app +share/Qt5/mkspecs/macx-icc/Info.plist.dSYM.in +share/Qt5/mkspecs/macx-icc/Info.plist.lib +share/Qt5/mkspecs/macx-icc/qmake.conf +share/Qt5/mkspecs/macx-icc/qplatformdefs.h +share/Qt5/mkspecs/macx-ios-clang/Default-568h@2x.png +share/Qt5/mkspecs/macx-ios-clang/features/default_post.prf +share/Qt5/mkspecs/macx-ios-clang/Info.plist.app +share/Qt5/mkspecs/macx-ios-clang/Info.plist.dSYM.in +share/Qt5/mkspecs/macx-ios-clang/Info.plist.lib +share/Qt5/mkspecs/macx-ios-clang/LaunchScreen.storyboard +share/Qt5/mkspecs/macx-ios-clang/qmake.conf +share/Qt5/mkspecs/macx-ios-clang/qplatformdefs.h +share/Qt5/mkspecs/macx-tvos-clang/Info.plist.app +share/Qt5/mkspecs/macx-tvos-clang/Info.plist.lib +share/Qt5/mkspecs/macx-tvos-clang/qmake.conf +share/Qt5/mkspecs/macx-tvos-clang/qplatformdefs.h +share/Qt5/mkspecs/macx-watchos-clang/Info.plist.app +share/Qt5/mkspecs/macx-watchos-clang/Info.plist.lib +share/Qt5/mkspecs/macx-watchos-clang/qmake.conf +share/Qt5/mkspecs/macx-watchos-clang/qplatformdefs.h +share/Qt5/mkspecs/macx-xcode/default.xcscheme +share/Qt5/mkspecs/macx-xcode/qmake.conf +share/Qt5/mkspecs/macx-xcode/qplatformdefs.h +share/Qt5/mkspecs/macx-xcode/QtTest.plist +share/Qt5/mkspecs/macx-xcode/WorkspaceSettings.xcsettings +share/Qt5/mkspecs/modules/qt_lib_accessibility_support_private.pri +share/Qt5/mkspecs/modules/qt_lib_bootstrap_private.pri +share/Qt5/mkspecs/modules/qt_lib_concurrent_private.pri +share/Qt5/mkspecs/modules/qt_lib_concurrent.pri +share/Qt5/mkspecs/modules/qt_lib_core_private.pri +share/Qt5/mkspecs/modules/qt_lib_core.pri +share/Qt5/mkspecs/modules/qt_lib_dbus_private.pri +share/Qt5/mkspecs/modules/qt_lib_dbus.pri +share/Qt5/mkspecs/modules/qt_lib_devicediscovery_support_private.pri +share/Qt5/mkspecs/modules/qt_lib_edid_support_private.pri +share/Qt5/mkspecs/modules/qt_lib_egl_support_private.pri +share/Qt5/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri +share/Qt5/mkspecs/modules/qt_lib_fb_support_private.pri +share/Qt5/mkspecs/modules/qt_lib_fontdatabase_support_private.pri +share/Qt5/mkspecs/modules/qt_lib_glx_support_private.pri +share/Qt5/mkspecs/modules/qt_lib_gui_private.pri +share/Qt5/mkspecs/modules/qt_lib_gui.pri +share/Qt5/mkspecs/modules/qt_lib_input_support_private.pri +share/Qt5/mkspecs/modules/qt_lib_kms_support_private.pri +share/Qt5/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri +share/Qt5/mkspecs/modules/qt_lib_network_private.pri +share/Qt5/mkspecs/modules/qt_lib_network.pri +share/Qt5/mkspecs/modules/qt_lib_opengl_private.pri +share/Qt5/mkspecs/modules/qt_lib_opengl.pri +share/Qt5/mkspecs/modules/qt_lib_openglextensions_private.pri +share/Qt5/mkspecs/modules/qt_lib_openglextensions.pri +share/Qt5/mkspecs/modules/qt_lib_platformcompositor_support_private.pri +share/Qt5/mkspecs/modules/qt_lib_printsupport_private.pri +share/Qt5/mkspecs/modules/qt_lib_printsupport.pri +share/Qt5/mkspecs/modules/qt_lib_service_support_private.pri +share/Qt5/mkspecs/modules/qt_lib_sql_private.pri +share/Qt5/mkspecs/modules/qt_lib_sql.pri +share/Qt5/mkspecs/modules/qt_lib_testlib_private.pri +share/Qt5/mkspecs/modules/qt_lib_testlib.pri +share/Qt5/mkspecs/modules/qt_lib_theme_support_private.pri +share/Qt5/mkspecs/modules/qt_lib_widgets_private.pri +share/Qt5/mkspecs/modules/qt_lib_widgets.pri +share/Qt5/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri +share/Qt5/mkspecs/modules/qt_lib_xkbcommon_support_private.pri +share/Qt5/mkspecs/modules/qt_lib_xml_private.pri +share/Qt5/mkspecs/modules/qt_lib_xml.pri +share/Qt5/mkspecs/netbsd-g++/qmake.conf +share/Qt5/mkspecs/netbsd-g++/qplatformdefs.h +share/Qt5/mkspecs/openbsd-g++/qmake.conf +share/Qt5/mkspecs/openbsd-g++/qplatformdefs.h +share/Qt5/mkspecs/qconfig.pri +share/Qt5/mkspecs/qdevice.pri +share/Qt5/mkspecs/qmodule.pri +share/Qt5/mkspecs/qnx-aarch64le-qcc/qmake.conf +share/Qt5/mkspecs/qnx-aarch64le-qcc/qplatformdefs.h +share/Qt5/mkspecs/qnx-armle-v7-qcc/qmake.conf +share/Qt5/mkspecs/qnx-armle-v7-qcc/qplatformdefs.h +share/Qt5/mkspecs/qnx-x86-64-qcc/qmake.conf +share/Qt5/mkspecs/qnx-x86-64-qcc/qplatformdefs.h +share/Qt5/mkspecs/qnx-x86-qcc/qmake.conf +share/Qt5/mkspecs/qnx-x86-qcc/qplatformdefs.h +share/Qt5/mkspecs/solaris-cc-64-stlport/qmake.conf +share/Qt5/mkspecs/solaris-cc-64-stlport/qplatformdefs.h +share/Qt5/mkspecs/solaris-cc-64/qmake.conf +share/Qt5/mkspecs/solaris-cc-64/qplatformdefs.h +share/Qt5/mkspecs/solaris-cc-stlport/qmake.conf +share/Qt5/mkspecs/solaris-cc-stlport/qplatformdefs.h +share/Qt5/mkspecs/solaris-cc/qmake.conf +share/Qt5/mkspecs/solaris-cc/qplatformdefs.h +share/Qt5/mkspecs/solaris-g++-64/qmake.conf +share/Qt5/mkspecs/solaris-g++-64/qplatformdefs.h +share/Qt5/mkspecs/solaris-g++/qmake.conf +share/Qt5/mkspecs/solaris-g++/qplatformdefs.h +share/Qt5/mkspecs/unsupported/linux-host-g++/qmake.conf +share/Qt5/mkspecs/unsupported/linux-host-g++/qplatformdefs.h +share/Qt5/mkspecs/unsupported/linux-scratchbox2-g++/qmake.conf +share/Qt5/mkspecs/unsupported/linux-scratchbox2-g++/qplatformdefs.h +share/Qt5/mkspecs/unsupported/nacl-g++/qmake.conf +share/Qt5/mkspecs/unsupported/nacl-g++/qplatformdefs.h +share/Qt5/mkspecs/unsupported/nacl64-g++/qmake.conf +share/Qt5/mkspecs/unsupported/nacl64-g++/qplatformdefs.h +share/Qt5/mkspecs/unsupported/qnx-X11-g++/qmake.conf +share/Qt5/mkspecs/unsupported/qnx-X11-g++/qplatformdefs.h +share/Qt5/mkspecs/unsupported/vxworks-ppc-dcc/qmake.conf +share/Qt5/mkspecs/unsupported/vxworks-ppc-dcc/qplatformdefs.h +share/Qt5/mkspecs/unsupported/vxworks-ppc-g++/qmake.conf +share/Qt5/mkspecs/unsupported/vxworks-ppc-g++/qplatformdefs.h +share/Qt5/mkspecs/unsupported/vxworks-simpentium-dcc/qmake.conf +share/Qt5/mkspecs/unsupported/vxworks-simpentium-dcc/qplatformdefs.h +share/Qt5/mkspecs/unsupported/vxworks-simpentium-g++/qmake.conf +share/Qt5/mkspecs/unsupported/vxworks-simpentium-g++/qplatformdefs.h +share/Qt5/mkspecs/wasm-emscripten/qmake.conf +share/Qt5/mkspecs/wasm-emscripten/qplatformdefs.h +share/Qt5/mkspecs/win32-arm64-msvc2017/qmake.conf +share/Qt5/mkspecs/win32-arm64-msvc2017/qplatformdefs.h +share/Qt5/mkspecs/win32-clang-g++/qmake.conf +share/Qt5/mkspecs/win32-clang-g++/qplatformdefs.h +share/Qt5/mkspecs/win32-clang-msvc/qmake.conf +share/Qt5/mkspecs/win32-clang-msvc/qplatformdefs.h +share/Qt5/mkspecs/win32-g++/qmake.conf +share/Qt5/mkspecs/win32-g++/qplatformdefs.h +share/Qt5/mkspecs/win32-icc-k1om/qmake.conf +share/Qt5/mkspecs/win32-icc-k1om/qplatformdefs.h +share/Qt5/mkspecs/win32-icc/qmake.conf +share/Qt5/mkspecs/win32-icc/qplatformdefs.h +share/Qt5/mkspecs/win32-msvc/qmake.conf +share/Qt5/mkspecs/win32-msvc/qplatformdefs.h +share/Qt5/mkspecs/winrt-arm-msvc2015/qmake.conf +share/Qt5/mkspecs/winrt-arm-msvc2015/qplatformdefs.h +share/Qt5/mkspecs/winrt-arm-msvc2017/qmake.conf +share/Qt5/mkspecs/winrt-arm-msvc2017/qplatformdefs.h +share/Qt5/mkspecs/winrt-arm-msvc2019/qmake.conf +share/Qt5/mkspecs/winrt-arm-msvc2019/qplatformdefs.h +share/Qt5/mkspecs/winrt-arm64-msvc2017/qmake.conf +share/Qt5/mkspecs/winrt-arm64-msvc2017/qplatformdefs.h +share/Qt5/mkspecs/winrt-arm64-msvc2019/qmake.conf +share/Qt5/mkspecs/winrt-arm64-msvc2019/qplatformdefs.h +share/Qt5/mkspecs/winrt-x64-msvc2015/qmake.conf +share/Qt5/mkspecs/winrt-x64-msvc2015/qplatformdefs.h +share/Qt5/mkspecs/winrt-x64-msvc2017/qmake.conf +share/Qt5/mkspecs/winrt-x64-msvc2017/qplatformdefs.h +share/Qt5/mkspecs/winrt-x64-msvc2019/qmake.conf +share/Qt5/mkspecs/winrt-x64-msvc2019/qplatformdefs.h +share/Qt5/mkspecs/winrt-x86-msvc2015/qmake.conf +share/Qt5/mkspecs/winrt-x86-msvc2015/qplatformdefs.h +share/Qt5/mkspecs/winrt-x86-msvc2017/qmake.conf +share/Qt5/mkspecs/winrt-x86-msvc2017/qplatformdefs.h +share/Qt5/mkspecs/winrt-x86-msvc2019/qmake.conf +share/Qt5/mkspecs/winrt-x86-msvc2019/qplatformdefs.h +@dir include/Qt5/QtAccessibilitySupport/5.15.0/QtAccessibilitySupport/private +@dir include/Qt5/QtAccessibilitySupport/5.15.0/QtAccessibilitySupport +@dir include/Qt5/QtAccessibilitySupport/5.15.0 +@dir include/Qt5/QtAccessibilitySupport +@dir include/Qt5/QtConcurrent +@dir include/Qt5/QtCore/5.15.0/QtCore/private +@dir include/Qt5/QtCore/5.15.0/QtCore +@dir include/Qt5/QtCore/5.15.0 +@dir include/Qt5/QtCore +@dir include/Qt5/QtDBus/5.15.0/QtDBus/private +@dir include/Qt5/QtDBus/5.15.0/QtDBus +@dir include/Qt5/QtDBus/5.15.0 +@dir include/Qt5/QtDBus +@dir include/Qt5/QtDeviceDiscoverySupport/5.15.0/QtDeviceDiscoverySupport/private +@dir include/Qt5/QtDeviceDiscoverySupport/5.15.0/QtDeviceDiscoverySupport +@dir include/Qt5/QtDeviceDiscoverySupport/5.15.0 +@dir include/Qt5/QtDeviceDiscoverySupport +@dir include/Qt5/QtEdidSupport/5.15.0/QtEdidSupport/private +@dir include/Qt5/QtEdidSupport/5.15.0/QtEdidSupport +@dir include/Qt5/QtEdidSupport/5.15.0 +@dir include/Qt5/QtEdidSupport +@dir include/Qt5/QtEglSupport/5.15.0/QtEglSupport/private +@dir include/Qt5/QtEglSupport/5.15.0/QtEglSupport +@dir include/Qt5/QtEglSupport/5.15.0 +@dir include/Qt5/QtEglSupport +@dir include/Qt5/QtEventDispatcherSupport/5.15.0/QtEventDispatcherSupport/private +@dir include/Qt5/QtEventDispatcherSupport/5.15.0/QtEventDispatcherSupport +@dir include/Qt5/QtEventDispatcherSupport/5.15.0 +@dir include/Qt5/QtEventDispatcherSupport +@dir include/Qt5/QtFbSupport/5.15.0/QtFbSupport/private +@dir include/Qt5/QtFbSupport/5.15.0/QtFbSupport +@dir include/Qt5/QtFbSupport/5.15.0 +@dir include/Qt5/QtFbSupport +@dir include/Qt5/QtFontDatabaseSupport/5.15.0/QtFontDatabaseSupport/private +@dir include/Qt5/QtFontDatabaseSupport/5.15.0/QtFontDatabaseSupport +@dir include/Qt5/QtFontDatabaseSupport/5.15.0 +@dir include/Qt5/QtFontDatabaseSupport +@dir include/Qt5/QtGlxSupport/5.15.0/QtGlxSupport/private +@dir include/Qt5/QtGlxSupport/5.15.0/QtGlxSupport +@dir include/Qt5/QtGlxSupport/5.15.0 +@dir include/Qt5/QtGlxSupport +@dir include/Qt5/QtGui/5.15.0/QtGui/private +@dir include/Qt5/QtGui/5.15.0/QtGui/qpa +@dir include/Qt5/QtGui/5.15.0/QtGui +@dir include/Qt5/QtGui/5.15.0 +@dir include/Qt5/QtGui +@dir include/Qt5/QtInputSupport/5.15.0/QtInputSupport/private +@dir include/Qt5/QtInputSupport/5.15.0/QtInputSupport +@dir include/Qt5/QtInputSupport/5.15.0 +@dir include/Qt5/QtInputSupport +@dir include/Qt5/QtKmsSupport/5.15.0/QtKmsSupport/private +@dir include/Qt5/QtKmsSupport/5.15.0/QtKmsSupport +@dir include/Qt5/QtKmsSupport/5.15.0 +@dir include/Qt5/QtKmsSupport +@dir include/Qt5/QtLinuxAccessibilitySupport/5.15.0/QtLinuxAccessibilitySupport/private +@dir include/Qt5/QtLinuxAccessibilitySupport/5.15.0/QtLinuxAccessibilitySupport +@dir include/Qt5/QtLinuxAccessibilitySupport/5.15.0 +@dir include/Qt5/QtLinuxAccessibilitySupport +@dir include/Qt5/QtNetwork/5.15.0/QtNetwork/private +@dir include/Qt5/QtNetwork/5.15.0/QtNetwork +@dir include/Qt5/QtNetwork/5.15.0 +@dir include/Qt5/QtNetwork +@dir include/Qt5/QtOpenGL/5.15.0/QtOpenGL/private +@dir include/Qt5/QtOpenGL/5.15.0/QtOpenGL +@dir include/Qt5/QtOpenGL/5.15.0 +@dir include/Qt5/QtOpenGL +@dir include/Qt5/QtOpenGLExtensions +@dir include/Qt5/QtPlatformCompositorSupport/5.15.0/QtPlatformCompositorSupport/private +@dir include/Qt5/QtPlatformCompositorSupport/5.15.0/QtPlatformCompositorSupport +@dir include/Qt5/QtPlatformCompositorSupport/5.15.0 +@dir include/Qt5/QtPlatformCompositorSupport +@dir include/Qt5/QtPlatformHeaders +@dir include/Qt5/QtPrintSupport/5.15.0/QtPrintSupport/private +@dir include/Qt5/QtPrintSupport/5.15.0/QtPrintSupport/qpa +@dir include/Qt5/QtPrintSupport/5.15.0/QtPrintSupport +@dir include/Qt5/QtPrintSupport/5.15.0 +@dir include/Qt5/QtPrintSupport +@dir include/Qt5/QtServiceSupport/5.15.0/QtServiceSupport/private +@dir include/Qt5/QtServiceSupport/5.15.0/QtServiceSupport +@dir include/Qt5/QtServiceSupport/5.15.0 +@dir include/Qt5/QtServiceSupport +@dir include/Qt5/QtSql/5.15.0/QtSql/private +@dir include/Qt5/QtSql/5.15.0/QtSql +@dir include/Qt5/QtSql/5.15.0 +@dir include/Qt5/QtSql +@dir include/Qt5/QtTest/5.15.0/QtTest/private +@dir include/Qt5/QtTest/5.15.0/QtTest +@dir include/Qt5/QtTest/5.15.0 +@dir include/Qt5/QtTest +@dir include/Qt5/QtThemeSupport/5.15.0/QtThemeSupport/private +@dir include/Qt5/QtThemeSupport/5.15.0/QtThemeSupport +@dir include/Qt5/QtThemeSupport/5.15.0 +@dir include/Qt5/QtThemeSupport +@dir include/Qt5/QtWidgets/5.15.0/QtWidgets/private +@dir include/Qt5/QtWidgets/5.15.0/QtWidgets +@dir include/Qt5/QtWidgets/5.15.0 +@dir include/Qt5/QtWidgets +@dir include/Qt5/QtXkbCommonSupport/5.15.0/QtXkbCommonSupport/private +@dir include/Qt5/QtXkbCommonSupport/5.15.0/QtXkbCommonSupport +@dir include/Qt5/QtXkbCommonSupport/5.15.0 +@dir include/Qt5/QtXkbCommonSupport +@dir include/Qt5/QtXml/5.15.0/QtXml/private +@dir include/Qt5/QtXml/5.15.0/QtXml +@dir include/Qt5/QtXml/5.15.0 +@dir include/Qt5/QtXml +@dir include/Qt5 +@dir lib/cmake/Qt5 +@dir lib/cmake/Qt5AccessibilitySupport +@dir lib/cmake/Qt5Bootstrap +@dir lib/cmake/Qt5Concurrent +@dir lib/cmake/Qt5Core +@dir lib/cmake/Qt5DBus +@dir lib/cmake/Qt5DeviceDiscoverySupport +@dir lib/cmake/Qt5EdidSupport +@dir lib/cmake/Qt5EglSupport +@dir lib/cmake/Qt5EventDispatcherSupport +@dir lib/cmake/Qt5FbSupport +@dir lib/cmake/Qt5FontDatabaseSupport +@dir lib/cmake/Qt5GlxSupport +@dir lib/cmake/Qt5Gui +@dir lib/cmake/Qt5InputSupport +@dir lib/cmake/Qt5KmsSupport +@dir lib/cmake/Qt5LinuxAccessibilitySupport +@dir lib/cmake/Qt5Network +@dir lib/cmake/Qt5OpenGL +@dir lib/cmake/Qt5OpenGLExtensions +@dir lib/cmake/Qt5PlatformCompositorSupport +@dir lib/cmake/Qt5PrintSupport +@dir lib/cmake/Qt5ServiceSupport +@dir lib/cmake/Qt5Sql +@dir lib/cmake/Qt5Test +@dir lib/cmake/Qt5ThemeSupport +@dir lib/cmake/Qt5Widgets +@dir lib/cmake/Qt5XcbQpa +@dir lib/cmake/Qt5XkbCommonSupport +@dir lib/cmake/Qt5Xml +@dir lib/cmake +@dir lib/metatypes +@dir lib/pkgconfig +@dir lib/Qt5/plugins/bearer +@dir lib/Qt5/plugins/generic +@dir lib/Qt5/plugins/imageformats +@dir lib/Qt5/plugins/platforminputcontexts +@dir lib/Qt5/plugins/platforms +@dir lib/Qt5/plugins/platformthemes +@dir lib/Qt5/plugins/printsupport +@dir lib/Qt5/plugins/sqldrivers +@dir lib/Qt5/plugins/xcbglintegrations +@dir lib/Qt5/plugins +@dir lib/Qt5 +@dir share/Qt5/docs/config +@dir share/Qt5/docs/global/externalsites +@dir share/Qt5/docs/global/includes/standardpath +@dir share/Qt5/docs/global/includes +@dir share/Qt5/docs/global/includes-online +@dir share/Qt5/docs/global/template/images +@dir share/Qt5/docs/global/template/scripts +@dir share/Qt5/docs/global/template/style +@dir share/Qt5/docs/global/template +@dir share/Qt5/docs/global +@dir share/Qt5/docs +@dir share/Qt5/mkspecs/aix-g++ +@dir share/Qt5/mkspecs/aix-g++-64 +@dir share/Qt5/mkspecs/android-clang +@dir share/Qt5/mkspecs/common/aix +@dir share/Qt5/mkspecs/common/android +@dir share/Qt5/mkspecs/common/bsd +@dir share/Qt5/mkspecs/common/c89 +@dir share/Qt5/mkspecs/common/integrity +@dir share/Qt5/mkspecs/common/mac +@dir share/Qt5/mkspecs/common/nacl +@dir share/Qt5/mkspecs/common/posix +@dir share/Qt5/mkspecs/common/qnx +@dir share/Qt5/mkspecs/common/rtems +@dir share/Qt5/mkspecs/common/uikit/GLES2 +@dir share/Qt5/mkspecs/common/uikit +@dir share/Qt5/mkspecs/common/winrt_winphone/assets +@dir share/Qt5/mkspecs/common/winrt_winphone/manifests/10.0 +@dir share/Qt5/mkspecs/common/winrt_winphone/manifests +@dir share/Qt5/mkspecs/common/winrt_winphone +@dir share/Qt5/mkspecs/common +@dir share/Qt5/mkspecs/cygwin-g++ +@dir share/Qt5/mkspecs/darwin-g++ +@dir share/Qt5/mkspecs/devices/common +@dir share/Qt5/mkspecs/devices/freebsd-generic-clang +@dir share/Qt5/mkspecs/devices/freebsd-rasp-pi-clang +@dir share/Qt5/mkspecs/devices/integrity-armv8-drive-cx +@dir share/Qt5/mkspecs/devices/integrity-armv8-msm8996au +@dir share/Qt5/mkspecs/devices/integrity-armv8-SA8155P +@dir share/Qt5/mkspecs/devices/linux-archos-gen8-g++ +@dir share/Qt5/mkspecs/devices/linux-arm-amlogic-8726M-g++ +@dir share/Qt5/mkspecs/devices/linux-arm-generic-g++ +@dir share/Qt5/mkspecs/devices/linux-arm-hisilicon-hix5hd2-g++ +@dir share/Qt5/mkspecs/devices/linux-arm-trident-pnx8473-g++ +@dir share/Qt5/mkspecs/devices/linux-beagleboard-g++ +@dir share/Qt5/mkspecs/devices/linux-colibri-vf-g++ +@dir share/Qt5/mkspecs/devices/linux-drive-cx-g++ +@dir share/Qt5/mkspecs/devices/linux-emu-g++ +@dir share/Qt5/mkspecs/devices/linux-generic-g++ +@dir share/Qt5/mkspecs/devices/linux-imx53qsb-g++ +@dir share/Qt5/mkspecs/devices/linux-imx6-g++ +@dir share/Qt5/mkspecs/devices/linux-imx7-g++ +@dir share/Qt5/mkspecs/devices/linux-imx8-g++ +@dir share/Qt5/mkspecs/devices/linux-jetson-tk1-g++ +@dir share/Qt5/mkspecs/devices/linux-jetson-tk1-pro-g++ +@dir share/Qt5/mkspecs/devices/linux-jetson-tx1-g++ +@dir share/Qt5/mkspecs/devices/linux-mipsel-broadcom-97425-g++ +@dir share/Qt5/mkspecs/devices/linux-mipsel-ci20-g++ +@dir share/Qt5/mkspecs/devices/linux-nuc-g++ +@dir share/Qt5/mkspecs/devices/linux-odroid-xu3-g++ +@dir share/Qt5/mkspecs/devices/linux-rasp-pi-g++ +@dir share/Qt5/mkspecs/devices/linux-rasp-pi2-g++ +@dir share/Qt5/mkspecs/devices/linux-rasp-pi3-g++ +@dir share/Qt5/mkspecs/devices/linux-rasp-pi3-vc4-g++ +@dir share/Qt5/mkspecs/devices/linux-rasp-pi4-v3d-g++ +@dir share/Qt5/mkspecs/devices/linux-rcar-h2-g++ +@dir share/Qt5/mkspecs/devices/linux-rcar-m3-g++ +@dir share/Qt5/mkspecs/devices/linux-sh4-stmicro-ST7108-g++ +@dir share/Qt5/mkspecs/devices/linux-sh4-stmicro-ST7540-g++ +@dir share/Qt5/mkspecs/devices/linux-snowball-g++ +@dir share/Qt5/mkspecs/devices/linux-tegra2-g++ +@dir share/Qt5/mkspecs/devices/linux-tinkerboard-g++ +@dir share/Qt5/mkspecs/devices +@dir share/Qt5/mkspecs/dummy +@dir share/Qt5/mkspecs/features/android +@dir share/Qt5/mkspecs/features/data/cmake +@dir share/Qt5/mkspecs/features/data/mac +@dir share/Qt5/mkspecs/features/data/testserver +@dir share/Qt5/mkspecs/features/data/unix +@dir share/Qt5/mkspecs/features/data +@dir share/Qt5/mkspecs/features/mac/unsupported +@dir share/Qt5/mkspecs/features/mac +@dir share/Qt5/mkspecs/features/uikit +@dir share/Qt5/mkspecs/features/unix +@dir share/Qt5/mkspecs/features/unsupported +@dir share/Qt5/mkspecs/features/wasm +@dir share/Qt5/mkspecs/features/win32 +@dir share/Qt5/mkspecs/features/winrt +@dir share/Qt5/mkspecs/features +@dir share/Qt5/mkspecs/freebsd-clang +@dir share/Qt5/mkspecs/freebsd-g++ +@dir share/Qt5/mkspecs/haiku-g++ +@dir share/Qt5/mkspecs/hpuxi-g++-64 +@dir share/Qt5/mkspecs/hurd-g++ +@dir share/Qt5/mkspecs/integrity-armv7 +@dir share/Qt5/mkspecs/integrity-armv7-imx6 +@dir share/Qt5/mkspecs/integrity-armv8-rcar +@dir share/Qt5/mkspecs/integrity-x86 +@dir share/Qt5/mkspecs/linux-aarch64-gnu-g++ +@dir share/Qt5/mkspecs/linux-arm-gnueabi-g++ +@dir share/Qt5/mkspecs/linux-clang +@dir share/Qt5/mkspecs/linux-clang-32 +@dir share/Qt5/mkspecs/linux-clang-libc++ +@dir share/Qt5/mkspecs/linux-clang-libc++-32 +@dir share/Qt5/mkspecs/linux-g++ +@dir share/Qt5/mkspecs/linux-g++-32 +@dir share/Qt5/mkspecs/linux-g++-64 +@dir share/Qt5/mkspecs/linux-icc +@dir share/Qt5/mkspecs/linux-icc-32 +@dir share/Qt5/mkspecs/linux-icc-64 +@dir share/Qt5/mkspecs/linux-icc-k1om +@dir share/Qt5/mkspecs/linux-llvm +@dir share/Qt5/mkspecs/linux-lsb-g++ +@dir share/Qt5/mkspecs/lynxos-g++ +@dir share/Qt5/mkspecs/macx-clang +@dir share/Qt5/mkspecs/macx-g++ +@dir share/Qt5/mkspecs/macx-icc +@dir share/Qt5/mkspecs/macx-ios-clang/features +@dir share/Qt5/mkspecs/macx-ios-clang +@dir share/Qt5/mkspecs/macx-tvos-clang +@dir share/Qt5/mkspecs/macx-watchos-clang +@dir share/Qt5/mkspecs/macx-xcode +@dir share/Qt5/mkspecs/modules +@dir share/Qt5/mkspecs/netbsd-g++ +@dir share/Qt5/mkspecs/openbsd-g++ +@dir share/Qt5/mkspecs/qnx-aarch64le-qcc +@dir share/Qt5/mkspecs/qnx-armle-v7-qcc +@dir share/Qt5/mkspecs/qnx-x86-64-qcc +@dir share/Qt5/mkspecs/qnx-x86-qcc +@dir share/Qt5/mkspecs/solaris-cc +@dir share/Qt5/mkspecs/solaris-cc-64 +@dir share/Qt5/mkspecs/solaris-cc-64-stlport +@dir share/Qt5/mkspecs/solaris-cc-stlport +@dir share/Qt5/mkspecs/solaris-g++ +@dir share/Qt5/mkspecs/solaris-g++-64 +@dir share/Qt5/mkspecs/unsupported/linux-host-g++ +@dir share/Qt5/mkspecs/unsupported/linux-scratchbox2-g++ +@dir share/Qt5/mkspecs/unsupported/nacl-g++ +@dir share/Qt5/mkspecs/unsupported/nacl64-g++ +@dir share/Qt5/mkspecs/unsupported/qnx-X11-g++ +@dir share/Qt5/mkspecs/unsupported/vxworks-ppc-dcc +@dir share/Qt5/mkspecs/unsupported/vxworks-ppc-g++ +@dir share/Qt5/mkspecs/unsupported/vxworks-simpentium-dcc +@dir share/Qt5/mkspecs/unsupported/vxworks-simpentium-g++ +@dir share/Qt5/mkspecs/unsupported +@dir share/Qt5/mkspecs/wasm-emscripten +@dir share/Qt5/mkspecs/win32-arm64-msvc2017 +@dir share/Qt5/mkspecs/win32-clang-g++ +@dir share/Qt5/mkspecs/win32-clang-msvc +@dir share/Qt5/mkspecs/win32-g++ +@dir share/Qt5/mkspecs/win32-icc +@dir share/Qt5/mkspecs/win32-icc-k1om +@dir share/Qt5/mkspecs/win32-msvc +@dir share/Qt5/mkspecs/winrt-arm-msvc2015 +@dir share/Qt5/mkspecs/winrt-arm-msvc2017 +@dir share/Qt5/mkspecs/winrt-arm-msvc2019 +@dir share/Qt5/mkspecs/winrt-arm64-msvc2017 +@dir share/Qt5/mkspecs/winrt-arm64-msvc2019 +@dir share/Qt5/mkspecs/winrt-x64-msvc2015 +@dir share/Qt5/mkspecs/winrt-x64-msvc2017 +@dir share/Qt5/mkspecs/winrt-x64-msvc2019 +@dir share/Qt5/mkspecs/winrt-x86-msvc2015 +@dir share/Qt5/mkspecs/winrt-x86-msvc2017 +@dir share/Qt5/mkspecs/winrt-x86-msvc2019 +@dir share/Qt5/mkspecs +@dir share/Qt5