pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add qt5-qtbase 5.8.0



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Fri Jan 27 00:32:56 2017 +1300
Changeset:	8178d936d7c9f3b44a331d02bebc3d2455167964

Added Files:
	qt5-qtbase58/DESCR
	qt5-qtbase58/MESSAGE
	qt5-qtbase58/Makefile
	qt5-qtbase58/Makefile.common
	qt5-qtbase58/PLIST
	qt5-qtbase58/PLIST.Linux
	qt5-qtbase58/buildlink3.mk
	qt5-qtbase58/distinfo
	qt5-qtbase58/files/qmake.conf
	qt5-qtbase58/files/qmake.conf.mac
	qt5-qtbase58/options.mk
	qt5-qtbase58/patches/patch-config.tests_unix_iconv_iconv.cpp
	qt5-qtbase58/patches/patch-configure
	qt5-qtbase58/patches/patch-mkspecs_features_create__cmake.prf
	qt5-qtbase58/patches/patch-mkspecs_features_qt__module__pris.prf
	qt5-qtbase58/patches/patch-mkspecs_features_simd.prf
	qt5-qtbase58/patches/patch-qmake_Makefile.unix
	qt5-qtbase58/patches/patch-qmake_generators_makefile.cpp
	qt5-qtbase58/patches/patch-qmake_generators_unix_unixmake.cpp
	qt5-qtbase58/patches/patch-qmake_generators_unix_unixmake2.cpp
	qt5-qtbase58/patches/patch-qmake_qmake.pri
	qt5-qtbase58/patches/patch-src_corelib_codecs_qiconvcodec.cpp
	qt5-qtbase58/patches/patch-src_corelib_io_io.pri
	qt5-qtbase58/patches/patch-src_corelib_io_qstandardpaths_unix.cpp
	qt5-qtbase58/patches/patch-src_corelib_io_qstorageinfo_unix.cpp
	qt5-qtbase58/patches/patch-src_network_kernel_qhostinfo__unix.cpp
	qt5-qtbase58/patches/patch-src_openglextensions_openglextensions.pro
	qt5-qtbase58/patches/patch-src_tools_bootstrap_bootstrap.pro
	qt5-qtbase58/patches/patch-src_tools_moc_main.cpp
	qt5-qtbase58/patches/patch-src_widgets_graphicsview_qgraphicsitem__p.h
	qt5-qtbase58/patches/patch-tests_auto_corelib_io_qprocess_qprocess.pro
	qt5-qtbase58/patches/patch-tests_auto_widgets_itemviews_qtreewidgetitemiterator_qtreewidgetitemiterator.pro

Log Message:
Add qt5-qtbase 5.8.0

Suffers from the same linker issue that 5.6 and 5.7 does.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8178d936d7c9f3b44a331d02bebc3d2455167964

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 qt5-qtbase58/DESCR                                 |   15 +
 qt5-qtbase58/MESSAGE                               |   18 +
 qt5-qtbase58/Makefile                              |  224 ++
 qt5-qtbase58/Makefile.common                       |   65 +
 qt5-qtbase58/PLIST                                 | 2942 ++++++++++++++++++++
 qt5-qtbase58/PLIST.Linux                           |   15 +
 qt5-qtbase58/buildlink3.mk                         |   58 +
 qt5-qtbase58/distinfo                              |   27 +
 qt5-qtbase58/files/qmake.conf                      |   70 +
 qt5-qtbase58/files/qmake.conf.mac                  |   61 +
 qt5-qtbase58/options.mk                            |   34 +
 .../patch-config.tests_unix_iconv_iconv.cpp        |   18 +
 qt5-qtbase58/patches/patch-configure               |   52 +
 .../patch-mkspecs_features_create__cmake.prf       |   26 +
 .../patch-mkspecs_features_qt__module__pris.prf    |   15 +
 .../patches/patch-mkspecs_features_simd.prf        |   38 +
 qt5-qtbase58/patches/patch-qmake_Makefile.unix     |   24 +
 .../patches/patch-qmake_generators_makefile.cpp    |   15 +
 .../patch-qmake_generators_unix_unixmake.cpp       |  147 +
 .../patch-qmake_generators_unix_unixmake2.cpp      |  156 ++
 qt5-qtbase58/patches/patch-qmake_qmake.pri         |   15 +
 .../patch-src_corelib_codecs_qiconvcodec.cpp       |   48 +
 qt5-qtbase58/patches/patch-src_corelib_io_io.pri   |   25 +
 .../patch-src_corelib_io_qstandardpaths_unix.cpp   |   14 +
 .../patch-src_corelib_io_qstorageinfo_unix.cpp     |   15 +
 .../patch-src_network_kernel_qhostinfo__unix.cpp   |   13 +
 ...patch-src_openglextensions_openglextensions.pro |   12 +
 .../patch-src_tools_bootstrap_bootstrap.pro        |   12 +
 qt5-qtbase58/patches/patch-src_tools_moc_main.cpp  |   14 +
 ...tch-src_widgets_graphicsview_qgraphicsitem__p.h |   13 +
 ...tch-tests_auto_corelib_io_qprocess_qprocess.pro |   18 +
 ...ewidgetitemiterator_qtreewidgetitemiterator.pro |   14 +
 32 files changed, 4233 insertions(+)

diffs:
diff --git a/qt5-qtbase58/DESCR b/qt5-qtbase58/DESCR
new file mode 100644
index 0000000..9ae1985
--- /dev/null
+++ b/qt5-qtbase58/DESCR
@@ -0,0 +1,15 @@
+Qt(TM) is a GUI software toolkit. Qt simplifies the task of writing and
+maintaining GUI (graphical user interface) applications.
+
+Qt is written in C++ and is fully object-oriented. It has everything you need
+to create professional GUI applications. And it enables you to create them
+quickly.
+
+Qt is a multi-platform toolkit. When developing software with Qt, you can run
+it on the X Window System (Unix/X11) or Microsoft Windows NT and Windows 95/98.
+Simply recompile your source code on the platform you want.
+
+Qt cuts down the complexity in implementing large and complex systems. Its
+ingenious signal-slot technology enables true component programming.
+
+This package tracks Qt5 qtbase submodule.
diff --git a/qt5-qtbase58/MESSAGE b/qt5-qtbase58/MESSAGE
new file mode 100644
index 0000000..636a962
--- /dev/null
+++ b/qt5-qtbase58/MESSAGE
@@ -0,0 +1,18 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.2 2014/08/19 10:37:53 wiz Exp $
+
+To allow this package to coexist with other versions of Qt
+it has been installed in ${PREFIX}/qt5/{bin,include,lib,doc} etc.
+
+You should be able to select this version of Qt when compiling
+programs which use it by ensuring that
+
+1) QTDIR is set to ${PREFIX}/qt5
+
+2) Use the "configure" argument "--with-qt-dir=${PREFIX}/qt5"
+
+3) Use the "cmake" argument "-DCMAKE_PREFIX_PATH:PATH=${PREFIX}/qt5"
+
+4) you may also have to put ${PREFIX}/qt5/bin in your PATH
+
+===========================================================================
diff --git a/qt5-qtbase58/Makefile b/qt5-qtbase58/Makefile
new file mode 100644
index 0000000..0fa2886
--- /dev/null
+++ b/qt5-qtbase58/Makefile
@@ -0,0 +1,224 @@
+# $NetBSD: Makefile,v 1.39 2016/12/04 21:46:54 marino Exp $
+
+DISTNAME=	qtbase-opensource-src-${QTVERSION}
+PKGNAME=	qt5-qtbase-${QTVERSION}
+COMMENT=	C++ X GUI toolkit
+
+#.include "../../x11/qt5-qtbase/Makefile.common"
+.include "Makefile.common"
+
+.if defined(MAKE_JOBS)
+.  if !defined(MAKE_JOBS_SAFE) || empty(MAKE_JOBS_SAFE:M[nN][oO])
+CONFIGURE_ENV+=		MAKE_FLAGS=-j${MAKE_JOBS:Q}
+.  endif
+.endif
+HAS_CONFIGURE=		yes
+CONFIGURE_ARGS+=	-optimized-qmake
+CONFIGURE_ARGS+=	-prefix "${QTPREFIX}"
+#CONFIGURE_ARGS+=	${CFLAGS:M-I*} ${LDFLAGS:M-L*} ${LDFLAGS:M-l*}
+CONFIGURE_ARGS+=	-opensource -confirm-license
+CONFIGURE_ARGS+=	-sysconfdir "${PKG_SYSCONFDIR}/xdg"
+CONFIGURE_ARGS+=	-accessibility
+CONFIGURE_ARGS+=	-dbus-linked
+CONFIGURE_ARGS+=	-fontconfig
+CONFIGURE_ARGS+=	-force-pkg-config
+CONFIGURE_ARGS+=	-icu
+CONFIGURE_ARGS+=	-openssl-linked
+CONFIGURE_ARGS+=	-nomake examples
+CONFIGURE_ARGS+=	-nomake tests
+CONFIGURE_ARGS+=	-no-pch
+CONFIGURE_ARGS+=        -no-sql-db2
+CONFIGURE_ARGS+=        -no-sql-ibase
+CONFIGURE_ARGS+=	-no-sql-mysql
+CONFIGURE_ARGS+=        -no-sql-oci
+CONFIGURE_ARGS+=        -no-sql-odbc
+CONFIGURE_ARGS+=	-no-sql-psql
+CONFIGURE_ARGS+=	-no-sql-sqlite
+CONFIGURE_ARGS+=        -no-sql-sqlite2
+CONFIGURE_ARGS+=	-no-sql-tds
+CONFIGURE_ARGS+=	-no-strip
+CONFIGURE_ARGS+=	-system-harfbuzz
+CONFIGURE_ARGS+=	-system-libjpeg
+CONFIGURE_ARGS+=	-system-libpng
+CONFIGURE_ARGS+=	-system-pcre
+#CONFIGURE_ARGS+=	-system-sqlite
+CONFIGURE_ARGS+=	-system-zlib
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} != "Darwin"
+#CONFIGURE_ARGS+=	-iconv
+QMAKE_CONF=		qmake.conf
+.  if ${OPSYS} != "SunOS" && \
+      (!empty(MACHINE_ARCH:Mi386) || !empty(MACHINE_ARCH:Mx86_64))
+CONFIGURE_ARGS+=	-reduce-relocations
+.  endif
+.else
+QMAKE_CONF=		qmake.conf.mac
+.endif
+
+PLIST_VARS+=		egl
+
+.include "../../mk/compiler.mk"
+
+.if ${OPSYS} == "SunOS"
+.  if !empty(CC_VERSION:Mgcc*)
+.    if ${ABI:U} == "64"
+CONFIGURE_ARGS+=	-platform solaris-g++-64
+.    else
+CONFIGURE_ARGS+=	-platform solaris-g++
+.    endif
+.  else
+.    if ${ABI:U} == "64"
+CONFIGURE_ARGS+=	-platform solaris-cc-64
+.    else
+CONFIGURE_ARGS+=	-platform solaris-cc
+.    endif
+.  endif
+SYS_LIBS=		-lresolv -lsocket -lnsl -lrt
+.elif ${OPSYS} == "Interix"
+CONFIGURE_ARGS+=	-platform interix-g++
+CFLAGS+=		-I/usr/local/include/bind
+LDFLAGS+=		-L/usr/local/lib/bind -lbind
+BUILDLINK_PASSTHRU_DIRS+=/usr/local/include/bind /usr/local/lib/bind
+SYS_LIBS=		-lbind -ldb -ldl
+.elif ${OPSYS} == "DragonFly"
+CONFIGURE_ARGS+=	-platform freebsd-g++
+LDFLAGS+=		-lexecinfo
+.elif ${OPSYS} == "Darwin"
+CONFIGURE_ARGS+=	-platform macx-clang
+CONFIGURE_ARGS+=	-no-framework
+.  if exists(/usr/lib/libresolv.dylib)
+LDFLAGS+=		-lresolv
+.  endif
+.elif ${OPSYS} == "Linux"
+LDFLAGS+=		-ldl
+.elif ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD"
+.  if exists(/usr/lib/libexecinfo.so)
+LDFLAGS+=		-lexecinfo
+.  endif
+.endif
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD"
+LDFLAGS+=		-lkvm	# see patch-src_corelib_io_qlockfile__unix.cpp
+.endif
+
+REPLACE_PERL+=		bin/syncqt.pl
+
+PTHREAD_OPTS+=		require
+UNLIMIT_RESOURCES=	datasize
+
+BUILDLINK_PASSTHRU_DIRS+=	${QTPREFIX}
+
+BUILD_TARGET=		sub-src
+INSTALLATION_DIRS=	${QTPREFIX}/bin lib/pkgconfig
+INSTALL_ENV+=		INSTALL_ROOT=${DESTDIR}
+
+CHECK_INTERPRETER_SKIP+=qt5/examples/widgets/tools/echoplugin/echoplugin.pro
+CHECK_INTERPRETER_SKIP+=qt5/examples/widgets/tools/echoplugin/plugin/plugin.pro
+CHECK_INTERPRETER_SKIP+=qt5/examples/widgets/tools/plugandpaint/plugandpaint.pro
+CHECK_INTERPRETER_SKIP+=qt5/examples/widgets/tools/plugandpaintplugins/basictools/basictools.pro
+CHECK_INTERPRETER_SKIP+=qt5/examples/widgets/tools/plugandpaintplugins/extrafilters/extrafilters.pro
+CHECK_INTERPRETER_SKIP+=qt5/examples/widgets/tools/styleplugin/plugin/plugin.pro
+CHECK_INTERPRETER_SKIP+=qt5/mkspecs/macx-ios-clang/rename_main.sh
+
+SUBST_CLASSES+=		opt path
+SUBST_STAGE.opt=	pre-configure
+SUBST_MESSAGE.opt=	Removing some Qt5 default compiler flags.
+SUBST_FILES.opt=	mkspecs/common/gcc-base.conf
+SUBST_SED.opt=		-e 's,-O[23],,'
+SUBST_SED.opt+=		-e 's,-fvisibility=hidden,,'
+
+SUBST_STAGE.path=	pre-configure
+SUBST_MESSAGE.path=	Add to default XDG path.
+SUBST_FILES.path=	src/corelib/io/qstandardpaths_unix.cpp
+SUBST_VARS.path=	LOCALBASE
+
+BROKEN_FILES=		qt5/mkspecs/modules/qt_lib_bootstrap_private.pri
+
+PC_FILES=		Qt5Bootstrap.pc Qt5Concurrent.pc Qt5Core.pc \
+			Qt5Gui.pc Qt5Network.pc Qt5OpenGL.pc \
+			Qt5OpenGLExtensions.pc Qt5PlatformSupport.pc \
+			Qt5PrintSupport.pc Qt5Sql.pc Qt5Test.pc \
+			Qt5Widgets.pc Qt5Xml.pc
+
+pre-configure:
+	${SED}  -e 's:@LOCALBASE@:${LOCALBASE}:g' \
+		-e 's:@X11BASE@:${X11BASE}:g' \
+		-e 's:@LIBTOOL@:${LIBTOOL:Q}:g' \
+		-e 's:@CC@:${CC:Q}:g' \
+		-e 's:@CXX@:${CXX:Q}:g' \
+		-e 's:@LDFLAGS@:${LDFLAGS:Q}:g' \
+		-e 's:@CFLAGS@:${CFLAGS:Q}:g' \
+		-e 's:@CXXFLAGS@:${CXXFLAGS:Q}:g' \
+		-e 's:@SYS_LIBS@:${SYS_LIBS:Q}:g' \
+		-e 's:@LEX@:${LEX}:g' \
+		-e 's:@YACC@:${TOOLS_CMDLINE_YACC:Q}:g' \
+		-e 's:@AR@:${AR:Q}:g' \
+		-e 's:@MKDIR@:${MKDIR}:g' \
+		-e 's:@LIBQT@:${LIBQT:Q}:g' \
+		-e 's:@PTHREAD_LDFLAGS@:${PTHREAD_LDFLAGS:Q}:g' \
+		-e 's:@PTHREAD_LIBS@:${PTHREAD_LIBS:Q}:g' \
+		-e 's:@COMPILER_RPATH_FLAG@:${COMPILER_RPATH_FLAG}:g' \
+		-e 's:@QMAKE_RANLIB@:${QMAKE_RANLIB:Q}:g' \
+		${FILESDIR}/${QMAKE_CONF} > ${WRKSRC}/qmake.conf
+		for dir in ${WRKSRC}/mkspecs/*; do \
+			cp ${WRKSRC}/qmake.conf $${dir}; \
+			rm -f $${dir}/*.orig; \
+		done
+	${RM} -f ${WRKSRC}/mkspecs/features/mac/default_pre.prf
+	${RM} -f ${WRKSRC}/mkspecs/features/mac/objective_c.prf.orig
+
+post-configure:
+	cd ${WRKSRC} && ./bin/qmake -o Makefile
+
+post-install:
+.for i in ${PC_FILES}
+	cd ${DESTDIR}${PREFIX}/lib/pkgconfig && \
+	ln -f -s ${QTPREFIX}/lib/pkgconfig/${i} ${i}
+.endfor
+	cd ${WRKSRC} && env ${MAKE_ENV} ${INSTALL_ENV} \
+		${MAKE_PROGRAM} install_mkspecs
+# The pri file has WRKSRC in it.
+	${SED} -e 's,${WRKSRC}/bin/qmake,${QTDIR}/bin/qmake,g' \
+		${DESTDIR}${PREFIX}/${BROKEN_FILES} \
+		> ${DESTDIR}${PREFIX}/${BROKEN_FILES}.1
+	${MV} -f ${DESTDIR}${PREFIX}/${BROKEN_FILES}.1 \
+		${DESTDIR}${PREFIX}/${BROKEN_FILES}
+
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/pcre/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../fonts/harfbuzz/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+# Use lib/dbus-1.0/include/dbus/dbus-arch-deps.h from sysutils/dbus
+USE_DBUS-ARCH-DEPS_H=	yes
+.include "../../sysutils/dbus/buildlink3.mk"
+.include "../../textproc/icu/buildlink3.mk"
+.if ${OPSYS} != "Darwin"
+.include "../../graphics/glu/buildlink3.mk"
+.  if !empty(MESALIB_SUPPORTS_EGL:Myes)
+PLIST.egl=	yes
+.  endif
+.include "../../x11/libxcb/buildlink3.mk"
+.include "../../x11/xcb-util/buildlink3.mk"
+.include "../../x11/xcb-util-image/buildlink3.mk"
+.include "../../x11/xcb-util-keysyms/buildlink3.mk"
+.include "../../x11/xcb-util-wm/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXcursor/buildlink3.mk"
+.include "../../x11/libXft/buildlink3.mk"
+.include "../../x11/libXmu/buildlink3.mk"
+.include "../../x11/libXrandr/buildlink3.mk"
+.include "../../x11/libXrender/buildlink3.mk"
+.include "../../x11/libxkbcommon/buildlink3.mk"
+.endif
+.include "../../mk/jpeg.buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/qt5-qtbase58/Makefile.common b/qt5-qtbase58/Makefile.common
new file mode 100644
index 0000000..cfdfc80
--- /dev/null
+++ b/qt5-qtbase58/Makefile.common
@@ -0,0 +1,65 @@
+# $NetBSD: Makefile.common,v 1.19 2016/02/26 11:27:16 jperkin Exp $
+# used by x11/qt5-mysql/Makefile
+# used by x11/qt5-odbc/Makefile
+# used by x11/qt5-psql/Makefile
+# used by x11/qt5-qtbase/Makefile
+# used by x11/qt5-qtdeclarative/Makefile
+# used by x11/qt5-qtdoc/Makefile
+# used by x11/qt5-qtgraphicaleffects/Makefile
+# used by x11/qt5-qtimageformats/Makefile
+# used by x11/qt5-qtlocation/Makefile
+# used by x11/qt5-qtmacextras/Makefile
+# used by x11/qt5-qtmultimedia/Makefile
+# used by x11/qt5-qtquick1/Makefile
+# used by x11/qt5-qtquickcontrols/Makefile
+# used by x11/qt5-qtscript/Makefile
+# used by x11/qt5-qtsensors/Makefile
+# used by x11/qt5-qtserialport/Makefile
+# used by x11/qt5-qtsvg/Makefile
+# used by x11/qt5-qttools/Makefile
+# used by x11/qt5-qttranslations/Makefile
+# used by x11/qt5-qtwebchannel/Makefile
+# used by x11/qt5-qtwebkit/Makefile
+# used by x11/qt5-qtwebsockets/Makefile
+# used by x11/qt5-qtx11extras/Makefile
+# used by x11/qt5-qtxmlpatterns/Makefile
+# used by x11/qt5-sqlite3/Makefile
+
+.include "../../x11/qt5/Makefile.common"
+QTVERSION=	5.8.0
+.include "options.mk"
+
+.include "../../mk/dlopen.buildlink3.mk"
+BUILDLINK_TRANSFORM+=	opt:-ldl:${BUILDLINK_LDADD.dl:M*}
+
+USE_LANGUAGES=		c c++
+USE_LIBTOOL=		yes
+USE_TOOLS+=		gmake perl:build pkg-config
+
+# wcstof(3) etc. is used in C++ code.
+CFLAGS.NetBSD+=		-D_NETBSD_SOURCE
+
+# for GL_GLEXT_LEGACY with GL/gl.h error, GL_ARB_shader_objects is not defined.
+BUILDLINK_TRANSFORM+=	rm:-Wundef
+
+# SunOS ld doesn't support -rpath-link
+BUILDLINK_TRANSFORM.SunOS+=	rm:-Wl,-rpath-link,${PREFIX}/qt5/lib
+BUILDLINK_TRANSFORM.SunOS+=	rm:-Wl,-rpath-link,${WRKSRC}/lib
+
+MAKE_ENV+=		QTPREFIX=${QTPREFIX:Q}
+PLIST_VARS+=		mac unix
+.if ${OPSYS} == "Darwin"
+PLIST.mac=		yes
+.else
+PLIST.unix=		yes
+.endif
+
+# avoid creating a .qt directory in the users home directory
+SCRIPTS_ENV+=		HOME=${WRKDIR}
+
+.if empty(PKGPATH:Mwip/qt5-qtbase58) \
+	&& empty(PKGPATH:Mx11/qt5-odbc) && empty(PKGPATH:Mx11/qt5-mysql) \
+	&& empty(PKGPATH:Mx11/qt5-psql) && empty(PKGPATH:Mx11/qt5-sqlite3)
+do-configure:
+	cd ${WRKSRC} && ${QTPREFIX}/bin/qmake -o Makefile
+.endif
diff --git a/qt5-qtbase58/PLIST b/qt5-qtbase58/PLIST
new file mode 100644
index 0000000..51ab75b
--- /dev/null
+++ b/qt5-qtbase58/PLIST
@@ -0,0 +1,2942 @@
+@comment $NetBSD: PLIST,v 1.11 2016/01/18 20:52:43 nros Exp $
+lib/pkgconfig/Qt5Bootstrap.pc
+lib/pkgconfig/Qt5Concurrent.pc
+lib/pkgconfig/Qt5Core.pc
+lib/pkgconfig/Qt5Gui.pc
+lib/pkgconfig/Qt5Network.pc
+lib/pkgconfig/Qt5OpenGL.pc
+lib/pkgconfig/Qt5OpenGLExtensions.pc
+lib/pkgconfig/Qt5PlatformSupport.pc
+lib/pkgconfig/Qt5PrintSupport.pc
+lib/pkgconfig/Qt5Sql.pc
+lib/pkgconfig/Qt5Test.pc
+lib/pkgconfig/Qt5Widgets.pc
+lib/pkgconfig/Qt5Xml.pc
+qt5/bin/moc
+qt5/bin/qdbuscpp2xml
+qt5/bin/qdbusxml2cpp
+qt5/bin/qdoc
+qt5/bin/qlalr
+qt5/bin/qmake
+qt5/bin/rcc
+qt5/bin/syncqt.pl
+qt5/bin/uic
+qt5/doc/global/compat.qdocconf
+qt5/doc/global/config.qdocconf
+qt5/doc/global/externalsites.qdocconf
+qt5/doc/global/externalsites/external-resources.qdoc
+qt5/doc/global/externalsites/qt-webpages.qdoc
+qt5/doc/global/externalsites/qtcreator.qdoc
+qt5/doc/global/externalsites/rfc.qdoc
+qt5/doc/global/fileextensions.qdocconf
+qt5/doc/global/html-config.qdocconf
+qt5/doc/global/html-footer-online.qdocconf
+qt5/doc/global/html-footer.qdocconf
+qt5/doc/global/html-header-offline.qdocconf
+qt5/doc/global/html-header-online.qdocconf
+qt5/doc/global/includes-online/search.qdoc
+qt5/doc/global/includes/examples-run.qdocinc
+qt5/doc/global/macros.qdocconf
+qt5/doc/global/manifest-meta.qdocconf
+qt5/doc/global/qt-cpp-defines.qdocconf
+qt5/doc/global/qt-html-templates-offline.qdocconf
+qt5/doc/global/qt-html-templates-online.qdocconf
+qt5/doc/global/qt-module-defaults-offline.qdocconf
+qt5/doc/global/qt-module-defaults-online-commercial.qdocconf
+qt5/doc/global/qt-module-defaults-online.qdocconf
+qt5/doc/global/qt-module-defaults.qdocconf
+qt5/doc/global/template/images/Qt-dark_gradient.png
+qt5/doc/global/template/images/Qt-footer-bg.jpg
+qt5/doc/global/template/images/Qt-footer_shadow.png
+qt5/doc/global/template/images/Qt-gradient.png
+qt5/doc/global/template/images/Qt-header-bg.jpg
+qt5/doc/global/template/images/Qt-logo.png
+qt5/doc/global/template/images/arrow.png
+qt5/doc/global/template/images/arrow_bc.png
+qt5/doc/global/template/images/arrow_down.png
+qt5/doc/global/template/images/bg_l.png
+qt5/doc/global/template/images/bg_l_blank.png
+qt5/doc/global/template/images/bg_ll_blank.png
+qt5/doc/global/template/images/bg_r.png
+qt5/doc/global/template/images/bg_ul_blank.png
+qt5/doc/global/template/images/bgrContent.png
+qt5/doc/global/template/images/blu_dot.png
+qt5/doc/global/template/images/box_bg.png
+qt5/doc/global/template/images/breadcrumb.png
+qt5/doc/global/template/images/btn_next.png
+qt5/doc/global/template/images/btn_prev.png
+qt5/doc/global/template/images/bullet_dn.png
+qt5/doc/global/template/images/bullet_gt.png
+qt5/doc/global/template/images/bullet_sq.png
+qt5/doc/global/template/images/bullet_up.png
+qt5/doc/global/template/images/feedbackground.png
+qt5/doc/global/template/images/header_bg.png
+qt5/doc/global/template/images/home.png
+qt5/doc/global/template/images/horBar.png
+qt5/doc/global/template/images/ico_note.png
+qt5/doc/global/template/images/ico_note_attention.png
+qt5/doc/global/template/images/ico_out.png
+qt5/doc/global/template/images/logo.png
+qt5/doc/global/template/images/page.png
+qt5/doc/global/template/images/page_bg.png
+qt5/doc/global/template/images/spinner.gif
+qt5/doc/global/template/images/sprites-combined.png
+qt5/doc/global/template/scripts/extras.js
+qt5/doc/global/template/scripts/main.js
+qt5/doc/global/template/style/cookiebar-x.png
+qt5/doc/global/template/style/doc_search.png
+qt5/doc/global/template/style/gsc.css
+qt5/doc/global/template/style/icomoon.eot
+qt5/doc/global/template/style/icomoon.svg
+qt5/doc/global/template/style/icomoon.ttf
+qt5/doc/global/template/style/icomoon.woff
+qt5/doc/global/template/style/list_arrow.png
+qt5/doc/global/template/style/offline.css
+qt5/doc/global/template/style/online.css
+qt5/doc/global/template/style/theqtcompany.png
+qt5/include/QtConcurrent/QtConcurrent
+qt5/include/QtConcurrent/QtConcurrentDepends
+qt5/include/QtConcurrent/QtConcurrentFilter
+qt5/include/QtConcurrent/QtConcurrentMap
+qt5/include/QtConcurrent/QtConcurrentRun
+qt5/include/QtConcurrent/QtConcurrentVersion
+qt5/include/QtConcurrent/qtconcurrent_global.h
+qt5/include/QtConcurrent/qtconcurrentcompilertest.h
+qt5/include/QtConcurrent/qtconcurrentexception.h
+qt5/include/QtConcurrent/qtconcurrentfilter.h
+qt5/include/QtConcurrent/qtconcurrentfilterkernel.h
+qt5/include/QtConcurrent/qtconcurrentfunctionwrappers.h
+qt5/include/QtConcurrent/qtconcurrentiteratekernel.h
+qt5/include/QtConcurrent/qtconcurrentmap.h
+qt5/include/QtConcurrent/qtconcurrentmapkernel.h
+qt5/include/QtConcurrent/qtconcurrentmedian.h
+qt5/include/QtConcurrent/qtconcurrentreducekernel.h
+qt5/include/QtConcurrent/qtconcurrentrun.h
+qt5/include/QtConcurrent/qtconcurrentrunbase.h
+qt5/include/QtConcurrent/qtconcurrentstoredfunctioncall.h
+qt5/include/QtConcurrent/qtconcurrentthreadengine.h
+qt5/include/QtConcurrent/qtconcurrentversion.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/cp949codetbl_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qabstractanimation_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qabstracteventdispatcher_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qabstractfileengine_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qabstractitemmodel_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qabstractproxymodel_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qabstractstate_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qabstracttransition_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qanimationgroup_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qbig5codec_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qbytedata_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcollator_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcore_mac_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcore_unix_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcoreapplication_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcorecmdlineargs_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcoreglobaldata_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcrashhandler_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qdatastream_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qdataurl_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qdatetime_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qdatetimeparser_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qdebug_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qdir_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qelfparser_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qeucjpcodec_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qeuckrcodec_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qeventdispatcher_blackberry_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qeventdispatcher_glib_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qeventdispatcher_unix_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qeventdispatcher_win_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qeventdispatcher_winrt_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qeventloop_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qeventtransition_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfactoryloader_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfile_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfiledevice_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfileinfo_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfileselector_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfilesystemengine_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfilesystementry_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfilesystemiterator_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfilesystemmetadata_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfilesystemwatcher_fsevents_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfilesystemwatcher_inotify_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfilesystemwatcher_kqueue_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfilesystemwatcher_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfilesystemwatcher_polling_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfilesystemwatcher_win_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfreelist_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfsfileengine_iterator_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfsfileengine_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfunctions_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfutureinterface_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfuturewatcher_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qgb18030codec_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qharfbuzz_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qhistorystate_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qhooks_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qiconvcodec_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qicucodec_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qiodevice_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qipaddress_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qisciicodec_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qitemselectionmodel_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qjiscodec_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qjni_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qjnihelpers_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qjpunicode_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qjson_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qjsonparser_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qjsonwriter_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qlatincodec_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qlibrary_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qlocale_data_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qlocale_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qlocale_tools_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qlockfile_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qloggingregistry_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmachparser_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmetaobject_moc_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmetaobject_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmetaobjectbuilder_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmetatype_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmetatypeswitcher_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmimedatabase_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmimeglobpattern_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmimemagicrule_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmimemagicrulematcher_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmimeprovider_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmimetype_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmimetypeparser_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmutex_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmutexpool_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qnoncontiguousbytedevice_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qnumeric_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qobject_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qorderedmutexlocker_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qparallelanimationgroup_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qpodlist_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qppsattribute_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qppsattributeprivate_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qppsobject_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qppsobjectprivate_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qprocess_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qpropertyanimation_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qreadwritelock_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qresource_iterator_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qresource_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qringbuffer_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qsavefile_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qscopedpointer_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qsequentialanimationgroup_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qsettings_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qsharedmemory_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qsignaleventgenerator_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qsignaltransition_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qsimd_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qsimplecodec_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qsjiscodec_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qstate_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qstatemachine_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qstorageinfo_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qstringalgorithms_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qstringiterator_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qsystemerror_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qsystemlibrary_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qsystemsemaphore_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qt_pch.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qtemporaryfile_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qtextcodec_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qtextstream_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qthread_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qthreadpool_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qtimerinfo_unix_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qtimezoneprivate_data_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qtimezoneprivate_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qtldurl_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qtools_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qtranslator_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qtsciicodec_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qunicodetables_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qunicodetools_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qurl_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qurltlds_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qutfcodec_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qvariant_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qvariantanimation_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qversionnumber_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qwindowscodec_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qwindowspipereader_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qwindowspipewriter_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qwinoverlappedionotifier_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qxmlstream_p.h
+qt5/include/QtCore/${PKGVERSION}/QtCore/private/qxmlutils_p.h
+qt5/include/QtCore/QAbstractAnimation
+qt5/include/QtCore/QAbstractEventDispatcher
+qt5/include/QtCore/QAbstractItemModel
+qt5/include/QtCore/QAbstractListModel
+qt5/include/QtCore/QAbstractNativeEventFilter
+qt5/include/QtCore/QAbstractProxyModel
+qt5/include/QtCore/QAbstractState
+qt5/include/QtCore/QAbstractTableModel
+qt5/include/QtCore/QAbstractTransition
+qt5/include/QtCore/QAnimationDriver
+qt5/include/QtCore/QAnimationGroup
+qt5/include/QtCore/QArgument
+qt5/include/QtCore/QArrayData
+qt5/include/QtCore/QArrayDataPointer
+qt5/include/QtCore/QArrayDataPointerRef
+qt5/include/QtCore/QAssociativeIterable
+qt5/include/QtCore/QAtomicInt
+qt5/include/QtCore/QAtomicInteger
+qt5/include/QtCore/QAtomicPointer
+qt5/include/QtCore/QBBSystemLocaleData
+qt5/include/QtCore/QBasicMutex
+qt5/include/QtCore/QBasicTimer
+qt5/include/QtCore/QBitArray
+qt5/include/QtCore/QBitRef
+qt5/include/QtCore/QBuffer
+qt5/include/QtCore/QByteArray
+qt5/include/QtCore/QByteArrayData
+qt5/include/QtCore/QByteArrayDataPtr
+qt5/include/QtCore/QByteArrayList
+qt5/include/QtCore/QByteArrayListIterator
+qt5/include/QtCore/QByteArrayMatcher
+qt5/include/QtCore/QByteRef
+qt5/include/QtCore/QCache
+qt5/include/QtCore/QChar
+qt5/include/QtCore/QCharRef
+qt5/include/QtCore/QChildEvent
+qt5/include/QtCore/QCollator
+qt5/include/QtCore/QCollatorSortKey
+qt5/include/QtCore/QCommandLineOption
+qt5/include/QtCore/QCommandLineParser
+qt5/include/QtCore/QContiguousCache
+qt5/include/QtCore/QContiguousCacheData
+qt5/include/QtCore/QContiguousCacheTypedData
+qt5/include/QtCore/QCoreApplication
+qt5/include/QtCore/QCryptographicHash
+qt5/include/QtCore/QDataStream
+qt5/include/QtCore/QDate
+qt5/include/QtCore/QDateTime
+qt5/include/QtCore/QDebug
+qt5/include/QtCore/QDebugStateSaver
+qt5/include/QtCore/QDeferredDeleteEvent
+qt5/include/QtCore/QDir
+qt5/include/QtCore/QDirIterator
+qt5/include/QtCore/QDynamicPropertyChangeEvent
+qt5/include/QtCore/QEasingCurve
+qt5/include/QtCore/QElapsedTimer
+qt5/include/QtCore/QEnableSharedFromThis
+qt5/include/QtCore/QEvent
+qt5/include/QtCore/QEventLoop
+qt5/include/QtCore/QEventLoopLocker
+qt5/include/QtCore/QEventTransition
+qt5/include/QtCore/QException
+qt5/include/QtCore/QExplicitlySharedDataPointer
+qt5/include/QtCore/QFactoryInterface
+qt5/include/QtCore/QFile
+qt5/include/QtCore/QFileDevice
+qt5/include/QtCore/QFileInfo
+qt5/include/QtCore/QFileInfoList
+qt5/include/QtCore/QFileSelector
+qt5/include/QtCore/QFileSystemWatcher
+qt5/include/QtCore/QFinalState
+qt5/include/QtCore/QFlag
+qt5/include/QtCore/QFlags
+qt5/include/QtCore/QForeachContainer
+qt5/include/QtCore/QFunctionPointer
+qt5/include/QtCore/QFuture
+qt5/include/QtCore/QFutureInterface
+qt5/include/QtCore/QFutureInterfaceBase
+qt5/include/QtCore/QFutureIterator
+qt5/include/QtCore/QFutureSynchronizer
+qt5/include/QtCore/QFutureWatcher
+qt5/include/QtCore/QFutureWatcherBase
+qt5/include/QtCore/QGenericArgument
+qt5/include/QtCore/QGenericReturnArgument
+qt5/include/QtCore/QGlobalStatic
+qt5/include/QtCore/QHash
+qt5/include/QtCore/QHashData
+qt5/include/QtCore/QHashDummyValue
+qt5/include/QtCore/QHashIterator
+qt5/include/QtCore/QHashNode
+qt5/include/QtCore/QHistoryState
+qt5/include/QtCore/QIODevice
+qt5/include/QtCore/QIdentityProxyModel
+qt5/include/QtCore/QIncompatibleFlag
+qt5/include/QtCore/QIntegerForSize
+qt5/include/QtCore/QInternal
+qt5/include/QtCore/QItemSelection
+qt5/include/QtCore/QItemSelectionModel
+qt5/include/QtCore/QItemSelectionRange
+qt5/include/QtCore/QJsonArray
+qt5/include/QtCore/QJsonDocument
+qt5/include/QtCore/QJsonObject
+qt5/include/QtCore/QJsonParseError
+qt5/include/QtCore/QJsonValue
+qt5/include/QtCore/QJsonValuePtr
+qt5/include/QtCore/QJsonValueRef
+qt5/include/QtCore/QJsonValueRefPtr
+qt5/include/QtCore/QLatin1Char
+qt5/include/QtCore/QLatin1Literal
+qt5/include/QtCore/QLatin1String
+qt5/include/QtCore/QLibrary
+qt5/include/QtCore/QLibraryInfo
+qt5/include/QtCore/QLine
+qt5/include/QtCore/QLineF
+qt5/include/QtCore/QLinkedList
+qt5/include/QtCore/QLinkedListData
+qt5/include/QtCore/QLinkedListIterator
+qt5/include/QtCore/QLinkedListNode
+qt5/include/QtCore/QList
+qt5/include/QtCore/QListData
+qt5/include/QtCore/QListIterator
+qt5/include/QtCore/QListSpecialMethods
+qt5/include/QtCore/QLocale
+qt5/include/QtCore/QLockFile
+qt5/include/QtCore/QLoggingCategory
+qt5/include/QtCore/QMap
+qt5/include/QtCore/QMapData
+qt5/include/QtCore/QMapDataBase
+qt5/include/QtCore/QMapIterator
+qt5/include/QtCore/QMapNode
+qt5/include/QtCore/QMapNodeBase
+qt5/include/QtCore/QMargins
+qt5/include/QtCore/QMarginsF
+qt5/include/QtCore/QMessageAuthenticationCode
+qt5/include/QtCore/QMessageLogContext
+qt5/include/QtCore/QMessageLogger
+qt5/include/QtCore/QMetaClassInfo
+qt5/include/QtCore/QMetaEnum
+qt5/include/QtCore/QMetaMethod
+qt5/include/QtCore/QMetaObject
+qt5/include/QtCore/QMetaProperty
+qt5/include/QtCore/QMetaType
+qt5/include/QtCore/QMetaTypeId
+qt5/include/QtCore/QMetaTypeId2
+qt5/include/QtCore/QMetaTypeIdQObject
+qt5/include/QtCore/QMimeData
+qt5/include/QtCore/QMimeDatabase
+qt5/include/QtCore/QMimeType
+qt5/include/QtCore/QModelIndex
+qt5/include/QtCore/QModelIndexList
+qt5/include/QtCore/QMultiHash
+qt5/include/QtCore/QMultiMap
+qt5/include/QtCore/QMutableByteArrayListIterator
+qt5/include/QtCore/QMutableFutureIterator
+qt5/include/QtCore/QMutableHashIterator
+qt5/include/QtCore/QMutableLinkedListIterator
+qt5/include/QtCore/QMutableListIterator
+qt5/include/QtCore/QMutableMapIterator
+qt5/include/QtCore/QMutableSetIterator
+qt5/include/QtCore/QMutableStringListIterator
+qt5/include/QtCore/QMutableVectorIterator
+qt5/include/QtCore/QMutex
+qt5/include/QtCore/QMutexLocker
+qt5/include/QtCore/QNoDebug
+qt5/include/QtCore/QObject
+qt5/include/QtCore/QObjectCleanupHandler
+qt5/include/QtCore/QObjectData
+qt5/include/QtCore/QObjectList
+qt5/include/QtCore/QObjectUserData
+qt5/include/QtCore/QPair
+qt5/include/QtCore/QParallelAnimationGroup
+qt5/include/QtCore/QPauseAnimation
+qt5/include/QtCore/QPersistentModelIndex
+qt5/include/QtCore/QPluginLoader
+qt5/include/QtCore/QPoint
+qt5/include/QtCore/QPointF
+qt5/include/QtCore/QPointer
+qt5/include/QtCore/QProcess
+qt5/include/QtCore/QProcessEnvironment
+qt5/include/QtCore/QPropertyAnimation
+qt5/include/QtCore/QQueue
+qt5/include/QtCore/QReadLocker
+qt5/include/QtCore/QReadWriteLock
+qt5/include/QtCore/QRect
+qt5/include/QtCore/QRectF
+qt5/include/QtCore/QRegExp
+qt5/include/QtCore/QRegularExpression
+qt5/include/QtCore/QRegularExpressionMatch
+qt5/include/QtCore/QRegularExpressionMatchIterator
+qt5/include/QtCore/QResource
+qt5/include/QtCore/QReturnArgument
+qt5/include/QtCore/QRunnable
+qt5/include/QtCore/QSaveFile
+qt5/include/QtCore/QScopedArrayPointer
+qt5/include/QtCore/QScopedPointer
+qt5/include/QtCore/QScopedPointerArrayDeleter
+qt5/include/QtCore/QScopedPointerDeleteLater
+qt5/include/QtCore/QScopedPointerDeleter
+qt5/include/QtCore/QScopedPointerObjectDeleteLater
+qt5/include/QtCore/QScopedPointerPodDeleter
+qt5/include/QtCore/QScopedValueRollback
+qt5/include/QtCore/QSemaphore
+qt5/include/QtCore/QSequentialAnimationGroup
+qt5/include/QtCore/QSequentialIterable
+qt5/include/QtCore/QSet
+qt5/include/QtCore/QSetIterator
+qt5/include/QtCore/QSettings
+qt5/include/QtCore/QSharedData
+qt5/include/QtCore/QSharedDataPointer
+qt5/include/QtCore/QSharedMemory
+qt5/include/QtCore/QSharedPointer
+qt5/include/QtCore/QSignalBlocker
+qt5/include/QtCore/QSignalMapper
+qt5/include/QtCore/QSignalTransition
+qt5/include/QtCore/QSize
+qt5/include/QtCore/QSizeF
+qt5/include/QtCore/QSocketNotifier
+qt5/include/QtCore/QSortFilterProxyModel
+qt5/include/QtCore/QStack
+qt5/include/QtCore/QStandardPaths
+qt5/include/QtCore/QState
+qt5/include/QtCore/QStateMachine
+qt5/include/QtCore/QStaticArrayData
+qt5/include/QtCore/QStaticAssertFailure
+qt5/include/QtCore/QStaticByteArrayData
+qt5/include/QtCore/QStaticPlugin
+qt5/include/QtCore/QStaticStringData
+qt5/include/QtCore/QStorageInfo
+qt5/include/QtCore/QString
+qt5/include/QtCore/QStringBuilder
+qt5/include/QtCore/QStringData
+qt5/include/QtCore/QStringDataPtr
+qt5/include/QtCore/QStringList
+qt5/include/QtCore/QStringListIterator
+qt5/include/QtCore/QStringListModel
+qt5/include/QtCore/QStringMatcher
+qt5/include/QtCore/QStringRef
+qt5/include/QtCore/QSysInfo
+qt5/include/QtCore/QSystemSemaphore
+qt5/include/QtCore/QTemporaryDir
+qt5/include/QtCore/QTemporaryFile
+qt5/include/QtCore/QTextBoundaryFinder
+qt5/include/QtCore/QTextCodec
+qt5/include/QtCore/QTextDecoder
+qt5/include/QtCore/QTextEncoder
+qt5/include/QtCore/QTextStream
+qt5/include/QtCore/QTextStreamFunction
+qt5/include/QtCore/QTextStreamManipulator
+qt5/include/QtCore/QThread
+qt5/include/QtCore/QThreadPool
+qt5/include/QtCore/QThreadStorage
+qt5/include/QtCore/QThreadStorageData
+qt5/include/QtCore/QTime
+qt5/include/QtCore/QTimeLine
+qt5/include/QtCore/QTimeZone
+qt5/include/QtCore/QTimer
+qt5/include/QtCore/QTimerEvent
+qt5/include/QtCore/QTranslator
+qt5/include/QtCore/QTypeInfo
+qt5/include/QtCore/QTypeInfoMerger
+qt5/include/QtCore/QUnhandledException
+qt5/include/QtCore/QUrl
+qt5/include/QtCore/QUrlQuery
+qt5/include/QtCore/QUrlTwoFlags
+qt5/include/QtCore/QUuid
+qt5/include/QtCore/QVarLengthArray
+qt5/include/QtCore/QVariant
+qt5/include/QtCore/QVariantAnimation
+qt5/include/QtCore/QVariantComparisonHelper
+qt5/include/QtCore/QVariantHash
+qt5/include/QtCore/QVariantList
+qt5/include/QtCore/QVariantMap
+qt5/include/QtCore/QVector
+qt5/include/QtCore/QVectorIterator
+qt5/include/QtCore/QWaitCondition
+qt5/include/QtCore/QWeakPointer
+qt5/include/QtCore/QWinEventNotifier
+qt5/include/QtCore/QWriteLocker
+qt5/include/QtCore/QXmlStreamAttribute
+qt5/include/QtCore/QXmlStreamAttributes
+qt5/include/QtCore/QXmlStreamEntityDeclaration
+qt5/include/QtCore/QXmlStreamEntityDeclarations
+qt5/include/QtCore/QXmlStreamEntityResolver
+qt5/include/QtCore/QXmlStreamNamespaceDeclaration
+qt5/include/QtCore/QXmlStreamNamespaceDeclarations
+qt5/include/QtCore/QXmlStreamNotationDeclaration
+qt5/include/QtCore/QXmlStreamNotationDeclarations
+qt5/include/QtCore/QXmlStreamReader
+qt5/include/QtCore/QXmlStreamStringRef
+qt5/include/QtCore/QXmlStreamWriter
+qt5/include/QtCore/Q_PID
+qt5/include/QtCore/Qt
+qt5/include/QtCore/QtAlgorithms
+qt5/include/QtCore/QtCleanUpFunction
+qt5/include/QtCore/QtConfig
+qt5/include/QtCore/QtContainerFwd
+qt5/include/QtCore/QtCore
+qt5/include/QtCore/QtCoreDepends
+qt5/include/QtCore/QtCoreVersion
+qt5/include/QtCore/QtDebug
+qt5/include/QtCore/QtEndian
+qt5/include/QtCore/QtGlobal
+qt5/include/QtCore/QtMath
+qt5/include/QtCore/QtMessageHandler
+qt5/include/QtCore/QtMsgHandler
+qt5/include/QtCore/QtNumeric
+qt5/include/QtCore/QtPlugin
+qt5/include/QtCore/QtPluginInstanceFunction
+qt5/include/QtCore/QtPluginMetaDataFunction
+qt5/include/QtCore/qabstractanimation.h
+qt5/include/QtCore/qabstracteventdispatcher.h
+qt5/include/QtCore/qabstractitemmodel.h
+qt5/include/QtCore/qabstractnativeeventfilter.h
+qt5/include/QtCore/qabstractproxymodel.h
+qt5/include/QtCore/qabstractstate.h
+qt5/include/QtCore/qabstracttransition.h
+qt5/include/QtCore/qalgorithms.h
+qt5/include/QtCore/qanimationgroup.h
+qt5/include/QtCore/qarraydata.h
+qt5/include/QtCore/qarraydataops.h
+qt5/include/QtCore/qarraydatapointer.h
+qt5/include/QtCore/qatomic.h
+qt5/include/QtCore/qatomic_armv5.h
+qt5/include/QtCore/qatomic_armv6.h
+qt5/include/QtCore/qatomic_armv7.h
+qt5/include/QtCore/qatomic_bootstrap.h
+qt5/include/QtCore/qatomic_cxx11.h
+qt5/include/QtCore/qatomic_gcc.h
+qt5/include/QtCore/qatomic_ia64.h
+qt5/include/QtCore/qatomic_mips.h
+qt5/include/QtCore/qatomic_msvc.h
+qt5/include/QtCore/qatomic_unix.h
+qt5/include/QtCore/qatomic_x86.h
+qt5/include/QtCore/qbasicatomic.h
+qt5/include/QtCore/qbasictimer.h
+qt5/include/QtCore/qbitarray.h
+qt5/include/QtCore/qbuffer.h
+qt5/include/QtCore/qbytearray.h
+qt5/include/QtCore/qbytearraylist.h
+qt5/include/QtCore/qbytearraymatcher.h
+qt5/include/QtCore/qcache.h
+qt5/include/QtCore/qchar.h
+qt5/include/QtCore/qcollator.h
+qt5/include/QtCore/qcommandlineoption.h
+qt5/include/QtCore/qcommandlineparser.h
+qt5/include/QtCore/qcompilerdetection.h
+qt5/include/QtCore/qconfig-dist.h
+qt5/include/QtCore/qconfig-large.h
+qt5/include/QtCore/qconfig-medium.h
+qt5/include/QtCore/qconfig-minimal.h
+qt5/include/QtCore/qconfig-nacl.h
+qt5/include/QtCore/qconfig-small.h
+qt5/include/QtCore/qconfig.h
+qt5/include/QtCore/qcontainerfwd.h
+qt5/include/QtCore/qcontiguouscache.h
+qt5/include/QtCore/qcoreapplication.h
+qt5/include/QtCore/qcoreevent.h
+qt5/include/QtCore/qcryptographichash.h
+qt5/include/QtCore/qdatastream.h
+qt5/include/QtCore/qdatetime.h
+qt5/include/QtCore/qdebug.h
+qt5/include/QtCore/qdir.h
+qt5/include/QtCore/qdiriterator.h
+qt5/include/QtCore/qeasingcurve.h
+qt5/include/QtCore/qelapsedtimer.h
+qt5/include/QtCore/qendian.h
+qt5/include/QtCore/qeventloop.h
+qt5/include/QtCore/qeventtransition.h
+qt5/include/QtCore/qexception.h
+qt5/include/QtCore/qfactoryinterface.h
+qt5/include/QtCore/qfeatures.h
+qt5/include/QtCore/qfile.h
+qt5/include/QtCore/qfiledevice.h
+qt5/include/QtCore/qfileinfo.h
+qt5/include/QtCore/qfileselector.h
+qt5/include/QtCore/qfilesystemwatcher.h
+qt5/include/QtCore/qfinalstate.h
+qt5/include/QtCore/qflags.h
+qt5/include/QtCore/qfunctions_nacl.h
+qt5/include/QtCore/qfunctions_vxworks.h
+qt5/include/QtCore/qfunctions_wince.h
+qt5/include/QtCore/qfunctions_winrt.h
+qt5/include/QtCore/qfuture.h
+qt5/include/QtCore/qfutureinterface.h
+qt5/include/QtCore/qfuturesynchronizer.h
+qt5/include/QtCore/qfuturewatcher.h
+qt5/include/QtCore/qgenericatomic.h
+qt5/include/QtCore/qglobal.h
+qt5/include/QtCore/qglobalstatic.h
+qt5/include/QtCore/qhash.h
+qt5/include/QtCore/qhistorystate.h
+qt5/include/QtCore/qidentityproxymodel.h
+qt5/include/QtCore/qiodevice.h
+qt5/include/QtCore/qisenum.h
+qt5/include/QtCore/qitemselectionmodel.h
+qt5/include/QtCore/qiterator.h
+qt5/include/QtCore/qjsonarray.h
+qt5/include/QtCore/qjsondocument.h
+qt5/include/QtCore/qjsonobject.h
+qt5/include/QtCore/qjsonvalue.h
+qt5/include/QtCore/qlibrary.h
+qt5/include/QtCore/qlibraryinfo.h
+qt5/include/QtCore/qline.h
+qt5/include/QtCore/qlinkedlist.h
+qt5/include/QtCore/qlist.h
+qt5/include/QtCore/qlocale.h
+qt5/include/QtCore/qlocale_blackberry.h
+qt5/include/QtCore/qlockfile.h
+qt5/include/QtCore/qlogging.h
+qt5/include/QtCore/qloggingcategory.h
+qt5/include/QtCore/qmap.h
+qt5/include/QtCore/qmargins.h
+qt5/include/QtCore/qmath.h
+qt5/include/QtCore/qmessageauthenticationcode.h
+qt5/include/QtCore/qmetaobject.h
+qt5/include/QtCore/qmetatype.h
+qt5/include/QtCore/qmimedata.h
+qt5/include/QtCore/qmimedatabase.h
+qt5/include/QtCore/qmimetype.h
+qt5/include/QtCore/qmutex.h
+qt5/include/QtCore/qnamespace.h
+qt5/include/QtCore/qnumeric.h
+qt5/include/QtCore/qobject.h
+qt5/include/QtCore/qobject_impl.h
+qt5/include/QtCore/qobjectcleanuphandler.h
+qt5/include/QtCore/qobjectdefs.h
+qt5/include/QtCore/qobjectdefs_impl.h
+qt5/include/QtCore/qpair.h
+qt5/include/QtCore/qparallelanimationgroup.h
+qt5/include/QtCore/qpauseanimation.h
+qt5/include/QtCore/qplugin.h
+qt5/include/QtCore/qpluginloader.h
+qt5/include/QtCore/qpoint.h
+qt5/include/QtCore/qpointer.h
+qt5/include/QtCore/qprocess.h
+qt5/include/QtCore/qprocessordetection.h
+qt5/include/QtCore/qpropertyanimation.h
+qt5/include/QtCore/qqueue.h
+qt5/include/QtCore/qreadwritelock.h
+qt5/include/QtCore/qrect.h
+qt5/include/QtCore/qrefcount.h
+qt5/include/QtCore/qregexp.h
+qt5/include/QtCore/qregularexpression.h
+qt5/include/QtCore/qresource.h
+qt5/include/QtCore/qresultstore.h
+qt5/include/QtCore/qrunnable.h
+qt5/include/QtCore/qsavefile.h
+qt5/include/QtCore/qscopedpointer.h
+qt5/include/QtCore/qscopedvaluerollback.h
+qt5/include/QtCore/qsemaphore.h
+qt5/include/QtCore/qsequentialanimationgroup.h
+qt5/include/QtCore/qset.h
+qt5/include/QtCore/qsettings.h
+qt5/include/QtCore/qshareddata.h
+qt5/include/QtCore/qsharedmemory.h
+qt5/include/QtCore/qsharedpointer.h
+qt5/include/QtCore/qsharedpointer_impl.h
+qt5/include/QtCore/qsignalmapper.h
+qt5/include/QtCore/qsignaltransition.h
+qt5/include/QtCore/qsize.h
+qt5/include/QtCore/qsocketnotifier.h
+qt5/include/QtCore/qsortfilterproxymodel.h
+qt5/include/QtCore/qstack.h
+qt5/include/QtCore/qstandardpaths.h
+qt5/include/QtCore/qstate.h
+qt5/include/QtCore/qstatemachine.h
+qt5/include/QtCore/qstorageinfo.h
+qt5/include/QtCore/qstring.h
+qt5/include/QtCore/qstringbuilder.h
+qt5/include/QtCore/qstringlist.h
+qt5/include/QtCore/qstringlistmodel.h
+qt5/include/QtCore/qstringmatcher.h
+qt5/include/QtCore/qsysinfo.h
+qt5/include/QtCore/qsystemdetection.h
+qt5/include/QtCore/qsystemsemaphore.h
+qt5/include/QtCore/qt_windows.h
+qt5/include/QtCore/qtcoreversion.h
+qt5/include/QtCore/qtemporarydir.h
+qt5/include/QtCore/qtemporaryfile.h
+qt5/include/QtCore/qtextboundaryfinder.h
+qt5/include/QtCore/qtextcodec.h
+qt5/include/QtCore/qtextstream.h
+qt5/include/QtCore/qthread.h
+qt5/include/QtCore/qthreadpool.h
+qt5/include/QtCore/qthreadstorage.h
+qt5/include/QtCore/qtimeline.h
+qt5/include/QtCore/qtimer.h
+qt5/include/QtCore/qtimezone.h
+qt5/include/QtCore/qtranslator.h
+qt5/include/QtCore/qtypeinfo.h
+qt5/include/QtCore/qtypetraits.h
+qt5/include/QtCore/qurl.h
+qt5/include/QtCore/qurlquery.h
+qt5/include/QtCore/quuid.h
+qt5/include/QtCore/qvariant.h
+qt5/include/QtCore/qvariantanimation.h
+qt5/include/QtCore/qvarlengtharray.h
+qt5/include/QtCore/qvector.h
+qt5/include/QtCore/qwaitcondition.h
+qt5/include/QtCore/qwineventnotifier.h
+qt5/include/QtCore/qxmlstream.h
+qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/dbus_minimal_p.h
+qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbus_symbols_p.h
+qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusabstractadaptor_p.h
+qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusabstractinterface_p.h
+qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusargument_p.h
+qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusconnection_p.h
+qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusconnectionmanager_p.h
+qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbuscontext_p.h
+qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusintegrator_p.h
+qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusinterface_p.h
+qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusintrospection_p.h
+qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusmessage_p.h
+qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusmetaobject_p.h
+qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusmetatype_p.h
+qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbuspendingcall_p.h
+qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusthreaddebug_p.h
+qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusutil_p.h
+qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusxmlparser_p.h
+qt5/include/QtDBus/QDBusAbstractAdaptor
+qt5/include/QtDBus/QDBusAbstractInterface
+qt5/include/QtDBus/QDBusAbstractInterfaceBase
+qt5/include/QtDBus/QDBusArgument
+qt5/include/QtDBus/QDBusConnection
+qt5/include/QtDBus/QDBusConnectionInterface
+qt5/include/QtDBus/QDBusContext
+qt5/include/QtDBus/QDBusError
+qt5/include/QtDBus/QDBusInterface
+qt5/include/QtDBus/QDBusMessage
+qt5/include/QtDBus/QDBusMetaType
+qt5/include/QtDBus/QDBusObjectPath
+qt5/include/QtDBus/QDBusPendingCall
+qt5/include/QtDBus/QDBusPendingCallWatcher
+qt5/include/QtDBus/QDBusPendingReply
+qt5/include/QtDBus/QDBusPendingReplyData
+qt5/include/QtDBus/QDBusReply
+qt5/include/QtDBus/QDBusServer
+qt5/include/QtDBus/QDBusServiceWatcher
+qt5/include/QtDBus/QDBusSignature
+qt5/include/QtDBus/QDBusUnixFileDescriptor
+qt5/include/QtDBus/QDBusVariant
+qt5/include/QtDBus/QDBusVirtualObject
+qt5/include/QtDBus/QtDBus
+qt5/include/QtDBus/QtDBusDepends
+qt5/include/QtDBus/QtDBusVersion
+qt5/include/QtDBus/qdbusabstractadaptor.h
+qt5/include/QtDBus/qdbusabstractinterface.h
+qt5/include/QtDBus/qdbusargument.h
+qt5/include/QtDBus/qdbusconnection.h
+qt5/include/QtDBus/qdbusconnectioninterface.h
+qt5/include/QtDBus/qdbuscontext.h
+qt5/include/QtDBus/qdbuserror.h
+qt5/include/QtDBus/qdbusextratypes.h
+qt5/include/QtDBus/qdbusinterface.h
+qt5/include/QtDBus/qdbusmacros.h
+qt5/include/QtDBus/qdbusmessage.h
+qt5/include/QtDBus/qdbusmetatype.h
+qt5/include/QtDBus/qdbuspendingcall.h
+qt5/include/QtDBus/qdbuspendingreply.h
+qt5/include/QtDBus/qdbusreply.h
+qt5/include/QtDBus/qdbusserver.h
+qt5/include/QtDBus/qdbusservicewatcher.h
+qt5/include/QtDBus/qdbusunixfiledescriptor.h
+qt5/include/QtDBus/qdbusvirtualobject.h
+qt5/include/QtDBus/qtdbusversion.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qabstractlayoutstyleinfo_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qabstracttextdocumentlayout_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qaccessiblecache_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qbezier_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qblendfunctions_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qblittable_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qbmphandler_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qcolor_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qcosmeticstroker_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qcssparser_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qcssutil_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qcursor_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qdatabuffer_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qdistancefield_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qdnd_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qdrawhelper_mips_dsp_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qdrawhelper_neon_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qdrawhelper_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qdrawhelper_x86_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qdrawingprimitive_sse2_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qemulationpaintengine_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qevent_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qfixed_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qfont_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qfontengine_ft_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qfontengine_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qfontengine_qpf2_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qfontengineglyphcache_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qfontsubset_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qfragmentmap_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qgifhandler_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qglyphrun_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qgrayraster_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qgridlayoutengine_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qguiapplication_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qharfbuzzng_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qhexstring_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qicon_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qiconloader_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qimage_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qimagepixmapcleanuphooks_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qimagescale_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qinputmethod_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qjpeghandler_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qkeymapper_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qkeysequence_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qlayoutpolicy_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qmath_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qmemrotate_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qnativeimage_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopengl2pexvertexarray_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopengl_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglcontext_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglcustomshaderstage_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglengineshadermanager_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglengineshadersource_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglextensions_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglframebufferobject_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglgradientcache_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglpaintdevice_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglpaintengine_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglqueryhelper_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglshadercache_meego_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglshadercache_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopengltexture_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopengltextureblitter_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopengltexturecache_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopengltextureglyphcache_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopengltexturehelper_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglversionfunctionsfactory_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglvertexarrayobject_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qoutlinemapper_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpagedpaintdevice_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpaintdevicewindow_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpaintengine_blitter_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpaintengine_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpaintengine_pic_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpaintengine_raster_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpaintengineex_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpainter_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpainterpath_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpathclipper_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpathsimplifier_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpdf_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpen_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpicture_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpixmap_blitter_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpixmap_raster_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpixmapcache_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpnghandler_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpolygonclipper_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qppmhandler_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qrasterdefs_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qrasterizer_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qrawfont_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qrbtree_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qscreen_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qsessionmanager_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qshapedpixmapdndwindow_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qshortcutmap_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qsimpledrag_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qstandarditemmodel_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qstatictext_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qstroker_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qt_gui_pch.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qt_mips_asm_dsp_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtextcursor_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtextdocument_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtextdocumentfragment_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtextdocumentlayout_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtextengine_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtextformat_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtexthtmlparser_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtextimagehandler_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtextobject_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtextodfwriter_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtexttable_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtextureglyphcache_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtouchdevice_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtriangulatingstroker_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtriangulator_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qvectorpath_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qwindow_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qxbmhandler_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qxpmhandler_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qzipreader_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qzipwriter_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformaccessibility.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformbackingstore.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformclipboard.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformcursor.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformdialoghelper.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformdrag.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformfontdatabase.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformgraphicsbuffer.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformgraphicsbufferhelper.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatforminputcontext.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatforminputcontext_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatforminputcontextfactory_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatforminputcontextplugin_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformintegration.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformintegrationfactory_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformintegrationplugin.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformmenu.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformnativeinterface.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformoffscreensurface.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformopenglcontext.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformpixmap.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformscreen.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformscreen_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformservices.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformsessionmanager.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformsharedgraphicscache.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformsurface.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformsystemtrayicon.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformtheme.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformtheme_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformthemefactory_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformthemeplugin.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformwindow.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformwindow_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qwindowsysteminterface.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qwindowsysteminterface_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qinputdevicemanager_p.h
+qt5/include/QtGui/${PKGVERSION}/QtGui/private/qinputdevicemanager_p_p.h
+qt5/include/QtGui/QAbstractTextDocumentLayout
+qt5/include/QtGui/QAbstractUndoItem
+qt5/include/QtGui/QAccessible
+qt5/include/QtGui/QAccessibleActionInterface
+qt5/include/QtGui/QAccessibleApplication
+qt5/include/QtGui/QAccessibleBridge
+qt5/include/QtGui/QAccessibleBridgePlugin
+qt5/include/QtGui/QAccessibleEditableTextInterface
+qt5/include/QtGui/QAccessibleEvent
+qt5/include/QtGui/QAccessibleImageInterface
+qt5/include/QtGui/QAccessibleInterface
+qt5/include/QtGui/QAccessibleObject
+qt5/include/QtGui/QAccessiblePlugin
+qt5/include/QtGui/QAccessibleStateChangeEvent
+qt5/include/QtGui/QAccessibleTableCellInterface
+qt5/include/QtGui/QAccessibleTableInterface
+qt5/include/QtGui/QAccessibleTableModelChangeEvent
+qt5/include/QtGui/QAccessibleTextCursorEvent
+qt5/include/QtGui/QAccessibleTextInsertEvent
+qt5/include/QtGui/QAccessibleTextInterface
+qt5/include/QtGui/QAccessibleTextRemoveEvent
+qt5/include/QtGui/QAccessibleTextSelectionEvent
+qt5/include/QtGui/QAccessibleTextUpdateEvent
+qt5/include/QtGui/QAccessibleValueChangeEvent
+qt5/include/QtGui/QAccessibleValueInterface
+qt5/include/QtGui/QActionEvent
+qt5/include/QtGui/QApplicationStateChangeEvent
+qt5/include/QtGui/QBackingStore
+qt5/include/QtGui/QBitmap
+qt5/include/QtGui/QBrush
+qt5/include/QtGui/QBrushData
+qt5/include/QtGui/QClipboard
+qt5/include/QtGui/QCloseEvent
+qt5/include/QtGui/QColor
+qt5/include/QtGui/QConicalGradient
+qt5/include/QtGui/QContextMenuEvent
+qt5/include/QtGui/QCursor
+qt5/include/QtGui/QDesktopServices
+qt5/include/QtGui/QDoubleValidator
+qt5/include/QtGui/QDrag
+qt5/include/QtGui/QDragEnterEvent
+qt5/include/QtGui/QDragLeaveEvent
+qt5/include/QtGui/QDragMoveEvent
+qt5/include/QtGui/QDropEvent
+qt5/include/QtGui/QEnterEvent
+qt5/include/QtGui/QExposeEvent
+qt5/include/QtGui/QFileOpenEvent
+qt5/include/QtGui/QFocusEvent
+qt5/include/QtGui/QFont
+qt5/include/QtGui/QFontDatabase
+qt5/include/QtGui/QFontInfo
+qt5/include/QtGui/QFontMetrics
+qt5/include/QtGui/QFontMetricsF
+qt5/include/QtGui/QGenericMatrix
+qt5/include/QtGui/QGenericPlugin
+qt5/include/QtGui/QGenericPluginFactory
+qt5/include/QtGui/QGlyphRun
+qt5/include/QtGui/QGradient
+qt5/include/QtGui/QGradientStop
+qt5/include/QtGui/QGradientStops
+qt5/include/QtGui/QGuiApplication
+qt5/include/QtGui/QHelpEvent
+qt5/include/QtGui/QHideEvent
+qt5/include/QtGui/QHoverEvent
+qt5/include/QtGui/QIcon
+qt5/include/QtGui/QIconDragEvent
+qt5/include/QtGui/QIconEngine
+qt5/include/QtGui/QIconEnginePlugin
+qt5/include/QtGui/QIconEngineV2
+qt5/include/QtGui/QImage
+qt5/include/QtGui/QImageCleanupFunction
+qt5/include/QtGui/QImageIOHandler
+qt5/include/QtGui/QImageIOPlugin
+qt5/include/QtGui/QImageReader
+qt5/include/QtGui/QImageTextKeyLang
+qt5/include/QtGui/QImageWriter
+qt5/include/QtGui/QInputEvent
+qt5/include/QtGui/QInputMethod
+qt5/include/QtGui/QInputMethodEvent
+qt5/include/QtGui/QInputMethodQueryEvent
+qt5/include/QtGui/QIntValidator
+qt5/include/QtGui/QKeyEvent
+qt5/include/QtGui/QKeySequence
+qt5/include/QtGui/QLinearGradient
+qt5/include/QtGui/QMatrix
+qt5/include/QtGui/QMatrix2x2
+qt5/include/QtGui/QMatrix2x3
+qt5/include/QtGui/QMatrix2x4
+qt5/include/QtGui/QMatrix3x2
+qt5/include/QtGui/QMatrix3x3
+qt5/include/QtGui/QMatrix3x4
+qt5/include/QtGui/QMatrix4x2
+qt5/include/QtGui/QMatrix4x3
+qt5/include/QtGui/QMatrix4x4
+qt5/include/QtGui/QMouseEvent
+qt5/include/QtGui/QMoveEvent
+qt5/include/QtGui/QMovie
+qt5/include/QtGui/QNativeGestureEvent
+qt5/include/QtGui/QOffscreenSurface
+qt5/include/QtGui/QOpenGLBuffer
+qt5/include/QtGui/QOpenGLContext
+qt5/include/QtGui/QOpenGLContextGroup
+qt5/include/QtGui/QOpenGLDebugLogger
+qt5/include/QtGui/QOpenGLDebugMessage
+qt5/include/QtGui/QOpenGLFramebufferObject
+qt5/include/QtGui/QOpenGLFramebufferObjectFormat
+qt5/include/QtGui/QOpenGLFunctions
+qt5/include/QtGui/QOpenGLFunctionsPrivate
+qt5/include/QtGui/QOpenGLFunctions_1_0
+qt5/include/QtGui/QOpenGLFunctions_1_1
+qt5/include/QtGui/QOpenGLFunctions_1_2
+qt5/include/QtGui/QOpenGLFunctions_1_3
+qt5/include/QtGui/QOpenGLFunctions_1_4
+qt5/include/QtGui/QOpenGLFunctions_1_5
+qt5/include/QtGui/QOpenGLFunctions_2_0
+qt5/include/QtGui/QOpenGLFunctions_2_1
+qt5/include/QtGui/QOpenGLFunctions_3_0
+qt5/include/QtGui/QOpenGLFunctions_3_1
+qt5/include/QtGui/QOpenGLFunctions_3_2_Compatibility
+qt5/include/QtGui/QOpenGLFunctions_3_2_Core
+qt5/include/QtGui/QOpenGLFunctions_3_3_Compatibility
+qt5/include/QtGui/QOpenGLFunctions_3_3_Core
+qt5/include/QtGui/QOpenGLFunctions_4_0_Compatibility
+qt5/include/QtGui/QOpenGLFunctions_4_0_Core
+qt5/include/QtGui/QOpenGLFunctions_4_1_Compatibility
+qt5/include/QtGui/QOpenGLFunctions_4_1_Core
+qt5/include/QtGui/QOpenGLFunctions_4_2_Compatibility
+qt5/include/QtGui/QOpenGLFunctions_4_2_Core
+qt5/include/QtGui/QOpenGLFunctions_4_3_Compatibility
+qt5/include/QtGui/QOpenGLFunctions_4_3_Core
+qt5/include/QtGui/QOpenGLFunctions_4_4_Compatibility
+qt5/include/QtGui/QOpenGLFunctions_4_4_Core
+qt5/include/QtGui/QOpenGLFunctions_4_5_Compatibility
+qt5/include/QtGui/QOpenGLFunctions_4_5_Core
+qt5/include/QtGui/QOpenGLFunctions_ES2
+qt5/include/QtGui/QOpenGLPaintDevice
+qt5/include/QtGui/QOpenGLPixelTransferOptions
+qt5/include/QtGui/QOpenGLShader
+qt5/include/QtGui/QOpenGLShaderProgram
+qt5/include/QtGui/QOpenGLTexture
+qt5/include/QtGui/QOpenGLTimeMonitor
+qt5/include/QtGui/QOpenGLTimerQuery
+qt5/include/QtGui/QOpenGLVersionFunctions
+qt5/include/QtGui/QOpenGLVersionProfile
+qt5/include/QtGui/QOpenGLVertexArrayObject
+qt5/include/QtGui/QOpenGLWindow
+qt5/include/QtGui/QPageLayout
+qt5/include/QtGui/QPageSize
+qt5/include/QtGui/QPagedPaintDevice
+qt5/include/QtGui/QPaintDevice
+qt5/include/QtGui/QPaintDeviceWindow
+qt5/include/QtGui/QPaintEngine
+qt5/include/QtGui/QPaintEngineState
+qt5/include/QtGui/QPaintEvent
+qt5/include/QtGui/QPainter
+qt5/include/QtGui/QPainterPath
+qt5/include/QtGui/QPainterPathStroker
+qt5/include/QtGui/QPalette
+qt5/include/QtGui/QPdfWriter
+qt5/include/QtGui/QPen
+qt5/include/QtGui/QPicture
+qt5/include/QtGui/QPictureFormatPlugin
+qt5/include/QtGui/QPictureIO
+qt5/include/QtGui/QPixelFormat
+qt5/include/QtGui/QPixmap
+qt5/include/QtGui/QPixmapCache
+qt5/include/QtGui/QPlatformSurfaceEvent
+qt5/include/QtGui/QPolygon
+qt5/include/QtGui/QPolygonF
+qt5/include/QtGui/QQuaternion
+qt5/include/QtGui/QRadialGradient
+qt5/include/QtGui/QRasterWindow
+qt5/include/QtGui/QRawFont
+qt5/include/QtGui/QRegExpValidator
+qt5/include/QtGui/QRegion
+qt5/include/QtGui/QRegularExpressionValidator
+qt5/include/QtGui/QResizeEvent
+qt5/include/QtGui/QRgb
+qt5/include/QtGui/QScreen
+qt5/include/QtGui/QScreenOrientationChangeEvent
+qt5/include/QtGui/QScrollEvent
+qt5/include/QtGui/QScrollPrepareEvent
+qt5/include/QtGui/QSessionManager
+qt5/include/QtGui/QShortcutEvent
+qt5/include/QtGui/QShowEvent
+qt5/include/QtGui/QStandardItem
+qt5/include/QtGui/QStandardItemModel
+qt5/include/QtGui/QStaticText
+qt5/include/QtGui/QStatusTipEvent
+qt5/include/QtGui/QStyleHints
+qt5/include/QtGui/QSurface
+qt5/include/QtGui/QSurfaceFormat
+qt5/include/QtGui/QSyntaxHighlighter
+qt5/include/QtGui/QTabletEvent
+qt5/include/QtGui/QTextBlock
+qt5/include/QtGui/QTextBlockFormat
+qt5/include/QtGui/QTextBlockGroup
+qt5/include/QtGui/QTextBlockUserData
+qt5/include/QtGui/QTextCharFormat
+qt5/include/QtGui/QTextCursor
+qt5/include/QtGui/QTextDocument
+qt5/include/QtGui/QTextDocumentFragment
+qt5/include/QtGui/QTextDocumentWriter
+qt5/include/QtGui/QTextFormat
+qt5/include/QtGui/QTextFragment
+qt5/include/QtGui/QTextFrame
+qt5/include/QtGui/QTextFrameFormat
+qt5/include/QtGui/QTextFrameLayoutData
+qt5/include/QtGui/QTextImageFormat
+qt5/include/QtGui/QTextInlineObject
+qt5/include/QtGui/QTextItem
+qt5/include/QtGui/QTextLayout
+qt5/include/QtGui/QTextLength
+qt5/include/QtGui/QTextLine
+qt5/include/QtGui/QTextList
+qt5/include/QtGui/QTextListFormat
+qt5/include/QtGui/QTextObject
+qt5/include/QtGui/QTextObjectInterface
+qt5/include/QtGui/QTextOption
+qt5/include/QtGui/QTextTable
+qt5/include/QtGui/QTextTableCell
+qt5/include/QtGui/QTextTableCellFormat
+qt5/include/QtGui/QTextTableFormat
+qt5/include/QtGui/QToolBarChangeEvent
+qt5/include/QtGui/QTouchDevice
+qt5/include/QtGui/QTouchEvent
+qt5/include/QtGui/QTransform
+qt5/include/QtGui/QValidator
+qt5/include/QtGui/QVector2D
+qt5/include/QtGui/QVector3D
+qt5/include/QtGui/QVector4D
+qt5/include/QtGui/QWhatsThisClickedEvent
+qt5/include/QtGui/QWheelEvent
+qt5/include/QtGui/QWidgetList
+qt5/include/QtGui/QWidgetMapper
+qt5/include/QtGui/QWidgetSet
+qt5/include/QtGui/QWindow
+qt5/include/QtGui/QWindowList
+qt5/include/QtGui/QWindowStateChangeEvent
+qt5/include/QtGui/QtEvents
+qt5/include/QtGui/QtGui
+qt5/include/QtGui/QtGuiDepends
+qt5/include/QtGui/QtGuiVersion
+qt5/include/QtGui/qabstracttextdocumentlayout.h
+qt5/include/QtGui/qaccessible.h
+qt5/include/QtGui/qaccessiblebridge.h
+qt5/include/QtGui/qaccessibleobject.h
+qt5/include/QtGui/qaccessibleplugin.h
+qt5/include/QtGui/qbackingstore.h
+qt5/include/QtGui/qbitmap.h
+qt5/include/QtGui/qbrush.h
+qt5/include/QtGui/qclipboard.h
+qt5/include/QtGui/qcolor.h
+qt5/include/QtGui/qcursor.h
+qt5/include/QtGui/qdesktopservices.h
+qt5/include/QtGui/qdrag.h
+qt5/include/QtGui/qevent.h
+qt5/include/QtGui/qfont.h
+qt5/include/QtGui/qfontdatabase.h
+qt5/include/QtGui/qfontinfo.h
+qt5/include/QtGui/qfontmetrics.h
+qt5/include/QtGui/qgenericmatrix.h
+qt5/include/QtGui/qgenericplugin.h
+qt5/include/QtGui/qgenericpluginfactory.h
+qt5/include/QtGui/qglyphrun.h
+qt5/include/QtGui/qguiapplication.h
+qt5/include/QtGui/qicon.h
+qt5/include/QtGui/qiconengine.h
+qt5/include/QtGui/qiconengineplugin.h
+qt5/include/QtGui/qimage.h
+qt5/include/QtGui/qimageiohandler.h
+qt5/include/QtGui/qimagereader.h
+qt5/include/QtGui/qimagewriter.h
+qt5/include/QtGui/qinputmethod.h
+qt5/include/QtGui/qkeysequence.h
+qt5/include/QtGui/qmatrix.h
+qt5/include/QtGui/qmatrix4x4.h
+qt5/include/QtGui/qmovie.h
+qt5/include/QtGui/qoffscreensurface.h
+qt5/include/QtGui/qopengl.h
+qt5/include/QtGui/qopenglbuffer.h
+qt5/include/QtGui/qopenglcontext.h
+qt5/include/QtGui/qopengldebug.h
+qt5/include/QtGui/qopengles2ext.h
+qt5/include/QtGui/qopenglext.h
+qt5/include/QtGui/qopenglframebufferobject.h
+qt5/include/QtGui/qopenglfunctions.h
+qt5/include/QtGui/qopenglfunctions_1_0.h
+qt5/include/QtGui/qopenglfunctions_1_1.h
+qt5/include/QtGui/qopenglfunctions_1_2.h
+qt5/include/QtGui/qopenglfunctions_1_3.h
+qt5/include/QtGui/qopenglfunctions_1_4.h
+qt5/include/QtGui/qopenglfunctions_1_5.h
+qt5/include/QtGui/qopenglfunctions_2_0.h
+qt5/include/QtGui/qopenglfunctions_2_1.h
+qt5/include/QtGui/qopenglfunctions_3_0.h
+qt5/include/QtGui/qopenglfunctions_3_1.h
+qt5/include/QtGui/qopenglfunctions_3_2_compatibility.h
+qt5/include/QtGui/qopenglfunctions_3_2_core.h
+qt5/include/QtGui/qopenglfunctions_3_3_compatibility.h
+qt5/include/QtGui/qopenglfunctions_3_3_core.h
+qt5/include/QtGui/qopenglfunctions_4_0_compatibility.h
+qt5/include/QtGui/qopenglfunctions_4_0_core.h
+qt5/include/QtGui/qopenglfunctions_4_1_compatibility.h
+qt5/include/QtGui/qopenglfunctions_4_1_core.h
+qt5/include/QtGui/qopenglfunctions_4_2_compatibility.h
+qt5/include/QtGui/qopenglfunctions_4_2_core.h
+qt5/include/QtGui/qopenglfunctions_4_3_compatibility.h
+qt5/include/QtGui/qopenglfunctions_4_3_core.h
+qt5/include/QtGui/qopenglfunctions_4_4_compatibility.h
+qt5/include/QtGui/qopenglfunctions_4_4_core.h
+qt5/include/QtGui/qopenglfunctions_4_5_compatibility.h
+qt5/include/QtGui/qopenglfunctions_4_5_core.h
+qt5/include/QtGui/qopenglfunctions_es2.h
+qt5/include/QtGui/qopenglpaintdevice.h
+qt5/include/QtGui/qopenglpixeltransferoptions.h
+qt5/include/QtGui/qopenglshaderprogram.h
+qt5/include/QtGui/qopengltexture.h
+qt5/include/QtGui/qopengltimerquery.h
+qt5/include/QtGui/qopenglversionfunctions.h
+qt5/include/QtGui/qopenglvertexarrayobject.h
+qt5/include/QtGui/qopenglwindow.h
+qt5/include/QtGui/qpagedpaintdevice.h
+qt5/include/QtGui/qpagelayout.h
+qt5/include/QtGui/qpagesize.h
+qt5/include/QtGui/qpaintdevice.h
+qt5/include/QtGui/qpaintdevicewindow.h
+qt5/include/QtGui/qpaintengine.h
+qt5/include/QtGui/qpainter.h
+qt5/include/QtGui/qpainterpath.h
+qt5/include/QtGui/qpalette.h
+qt5/include/QtGui/qpdfwriter.h
+qt5/include/QtGui/qpen.h
+qt5/include/QtGui/qpicture.h
+qt5/include/QtGui/qpictureformatplugin.h
+qt5/include/QtGui/qpixelformat.h
+qt5/include/QtGui/qpixmap.h
+qt5/include/QtGui/qpixmapcache.h
+qt5/include/QtGui/qpolygon.h
+qt5/include/QtGui/qquaternion.h
+qt5/include/QtGui/qrasterwindow.h
+qt5/include/QtGui/qrawfont.h
+qt5/include/QtGui/qregion.h
+qt5/include/QtGui/qrgb.h
+qt5/include/QtGui/qscreen.h
+qt5/include/QtGui/qsessionmanager.h
+qt5/include/QtGui/qstandarditemmodel.h
+qt5/include/QtGui/qstatictext.h
+qt5/include/QtGui/qstylehints.h
+qt5/include/QtGui/qsurface.h
+qt5/include/QtGui/qsurfaceformat.h
+qt5/include/QtGui/qsyntaxhighlighter.h
+qt5/include/QtGui/qtextcursor.h
+qt5/include/QtGui/qtextdocument.h
+qt5/include/QtGui/qtextdocumentfragment.h
+qt5/include/QtGui/qtextdocumentwriter.h
+qt5/include/QtGui/qtextformat.h
+qt5/include/QtGui/qtextlayout.h
+qt5/include/QtGui/qtextlist.h
+qt5/include/QtGui/qtextobject.h
+qt5/include/QtGui/qtextoption.h
+qt5/include/QtGui/qtexttable.h
+qt5/include/QtGui/qtguiversion.h
+qt5/include/QtGui/qtouchdevice.h
+qt5/include/QtGui/qtransform.h
+qt5/include/QtGui/qvalidator.h
+qt5/include/QtGui/qvector2d.h
+qt5/include/QtGui/qvector3d.h
+qt5/include/QtGui/qvector4d.h
+qt5/include/QtGui/qwindow.h
+qt5/include/QtGui/qwindowdefs.h
+qt5/include/QtGui/qwindowdefs_win.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qabstractnetworkcache_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qabstractprotocolhandler_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qabstractsocket_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qabstractsocketengine_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qasn1element_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qauthenticator_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qbearerengine_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qbearerplugin_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qdnslookup_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qftp_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhostaddress_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhostinfo_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhttpmultipart_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhttpnetworkconnection_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhttpnetworkconnectionchannel_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhttpnetworkheader_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhttpnetworkreply_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhttpnetworkrequest_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhttpprotocolhandler_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhttpsocketengine_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhttpthreaddelegate_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qlocalserver_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qlocalsocket_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnativesocketengine_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnativesocketengine_winrt_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnet_unix_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkaccessauthenticationmanager_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkaccessbackend_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkaccesscache_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkaccesscachebackend_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkaccessdebugpipebackend_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkaccessfilebackend_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkaccessftpbackend_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkaccessmanager_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkconfigmanager_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkconfiguration_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkcookie_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkcookiejar_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkdiskcache_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkinterface_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkinterface_win_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkproxy_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkreply_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkreplydataimpl_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkreplyfileimpl_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkreplyhttpimpl_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkreplyimpl_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkreplynsurlconnectionimpl_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkrequest_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworksession_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsharednetworksession_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsocks5socketengine_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qspdyprotocolhandler_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qssl_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslcertificate_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslcertificateextension_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslcipher_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslconfiguration_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslcontext_openssl_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslkey_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_openssl_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_openssl_symbols_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_winrt_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtcpsocket_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qurlinfo_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslpresharedkeyauthenticator_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_mac_p.h
+qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtcpserver_p.h
+qt5/include/QtNetwork/QAbstractNetworkCache
+qt5/include/QtNetwork/QAbstractSocket
+qt5/include/QtNetwork/QAuthenticator
+qt5/include/QtNetwork/QDnsDomainNameRecord
+qt5/include/QtNetwork/QDnsHostAddressRecord
+qt5/include/QtNetwork/QDnsLookup
+qt5/include/QtNetwork/QDnsMailExchangeRecord
+qt5/include/QtNetwork/QDnsServiceRecord
+qt5/include/QtNetwork/QDnsTextRecord
+qt5/include/QtNetwork/QHostAddress
+qt5/include/QtNetwork/QHostInfo
+qt5/include/QtNetwork/QHttpMultiPart
+qt5/include/QtNetwork/QHttpPart
+qt5/include/QtNetwork/QIPv6Address
+qt5/include/QtNetwork/QLocalServer
+qt5/include/QtNetwork/QLocalSocket
+qt5/include/QtNetwork/QNetworkAccessManager
+qt5/include/QtNetwork/QNetworkAddressEntry
+qt5/include/QtNetwork/QNetworkCacheMetaData
+qt5/include/QtNetwork/QNetworkConfiguration
+qt5/include/QtNetwork/QNetworkConfigurationManager
+qt5/include/QtNetwork/QNetworkCookie
+qt5/include/QtNetwork/QNetworkCookieJar
+qt5/include/QtNetwork/QNetworkDiskCache
+qt5/include/QtNetwork/QNetworkInterface
+qt5/include/QtNetwork/QNetworkProxy
+qt5/include/QtNetwork/QNetworkProxyFactory
+qt5/include/QtNetwork/QNetworkProxyQuery
+qt5/include/QtNetwork/QNetworkReply
+qt5/include/QtNetwork/QNetworkRequest
+qt5/include/QtNetwork/QNetworkSession
+qt5/include/QtNetwork/QSsl
+qt5/include/QtNetwork/QSslCertificate
+qt5/include/QtNetwork/QSslCertificateExtension
+qt5/include/QtNetwork/QSslCipher
+qt5/include/QtNetwork/QSslConfiguration
+qt5/include/QtNetwork/QSslEllipticCurve
+qt5/include/QtNetwork/QSslError
+qt5/include/QtNetwork/QSslKey
+qt5/include/QtNetwork/QSslPreSharedKeyAuthenticator
+qt5/include/QtNetwork/QSslSocket
+qt5/include/QtNetwork/QTcpServer
+qt5/include/QtNetwork/QTcpSocket
+qt5/include/QtNetwork/QUdpSocket
+qt5/include/QtNetwork/Q_IPV6ADDR
+qt5/include/QtNetwork/QtNetwork
+qt5/include/QtNetwork/QtNetworkDepends
+qt5/include/QtNetwork/QtNetworkVersion
+qt5/include/QtNetwork/qabstractnetworkcache.h
+qt5/include/QtNetwork/qabstractsocket.h
+qt5/include/QtNetwork/qauthenticator.h
+qt5/include/QtNetwork/qdnslookup.h
+qt5/include/QtNetwork/qhostaddress.h
+qt5/include/QtNetwork/qhostinfo.h
+qt5/include/QtNetwork/qhttpmultipart.h
+qt5/include/QtNetwork/qlocalserver.h
+qt5/include/QtNetwork/qlocalsocket.h
+qt5/include/QtNetwork/qnetworkaccessmanager.h
+qt5/include/QtNetwork/qnetworkconfigmanager.h
+qt5/include/QtNetwork/qnetworkconfiguration.h
+qt5/include/QtNetwork/qnetworkcookie.h
+qt5/include/QtNetwork/qnetworkcookiejar.h
+qt5/include/QtNetwork/qnetworkdiskcache.h
+qt5/include/QtNetwork/qnetworkfunctions_wince.h
+qt5/include/QtNetwork/qnetworkinterface.h
+qt5/include/QtNetwork/qnetworkproxy.h
+qt5/include/QtNetwork/qnetworkreply.h
+qt5/include/QtNetwork/qnetworkrequest.h
+qt5/include/QtNetwork/qnetworksession.h
+qt5/include/QtNetwork/qssl.h
+qt5/include/QtNetwork/qsslcertificate.h
+qt5/include/QtNetwork/qsslcertificateextension.h
+qt5/include/QtNetwork/qsslcipher.h
+qt5/include/QtNetwork/qsslconfiguration.h
+qt5/include/QtNetwork/qsslellipticcurve.h
+qt5/include/QtNetwork/qsslerror.h
+qt5/include/QtNetwork/qsslkey.h
+qt5/include/QtNetwork/qsslpresharedkeyauthenticator.h
+qt5/include/QtNetwork/qsslsocket.h
+qt5/include/QtNetwork/qtcpserver.h
+qt5/include/QtNetwork/qtcpsocket.h
+qt5/include/QtNetwork/qtnetworkversion.h
+qt5/include/QtNetwork/qudpsocket.h
+qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qgl2pexvertexarray_p.h
+qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qgl_p.h
+qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qglcustomshaderstage_p.h
+qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qglengineshadermanager_p.h
+qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qglengineshadersource_p.h
+qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qglframebufferobject_p.h
+qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qglgradientcache_p.h
+qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qglpaintdevice_p.h
+qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qglpixelbuffer_p.h
+qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qglshadercache_meego_p.h
+qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qglshadercache_p.h
+qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qgraphicsshadereffect_p.h
+qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qpaintengineex_opengl2_p.h
+qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qtextureglyphcache_gl_p.h
+qt5/include/QtOpenGL/QGL
+qt5/include/QtOpenGL/QGLBuffer
+qt5/include/QtOpenGL/QGLColormap
+qt5/include/QtOpenGL/QGLContext
+qt5/include/QtOpenGL/QGLFormat
+qt5/include/QtOpenGL/QGLFramebufferObject
+qt5/include/QtOpenGL/QGLFramebufferObjectFormat
+qt5/include/QtOpenGL/QGLFunctions
+qt5/include/QtOpenGL/QGLFunctionsPrivate
+qt5/include/QtOpenGL/QGLPixelBuffer
+qt5/include/QtOpenGL/QGLShader
+qt5/include/QtOpenGL/QGLShaderProgram
+qt5/include/QtOpenGL/QGLWidget
+qt5/include/QtOpenGL/QtOpenGL
+qt5/include/QtOpenGL/QtOpenGLDepends
+qt5/include/QtOpenGL/QtOpenGLVersion
+qt5/include/QtOpenGL/qgl.h
+qt5/include/QtOpenGL/qglbuffer.h
+qt5/include/QtOpenGL/qglcolormap.h
+qt5/include/QtOpenGL/qglframebufferobject.h
+qt5/include/QtOpenGL/qglfunctions.h
+qt5/include/QtOpenGL/qglpixelbuffer.h
+qt5/include/QtOpenGL/qglshaderprogram.h
+qt5/include/QtOpenGL/qtopenglglobal.h
+qt5/include/QtOpenGL/qtopenglversion.h
+qt5/include/QtOpenGLExtensions/QOpenGLExtensions
+qt5/include/QtOpenGLExtensions/QtOpenGLExtensions
+qt5/include/QtOpenGLExtensions/QtOpenGLExtensionsDepends
+qt5/include/QtOpenGLExtensions/QtOpenGLExtensionsVersion
+qt5/include/QtOpenGLExtensions/qopenglextensions.h
+qt5/include/QtOpenGLExtensions/qtopenglextensionsversion.h
+qt5/include/QtPlatformHeaders/QCocoaNativeContext
+qt5/include/QtPlatformHeaders/QEGLNativeContext
+qt5/include/QtPlatformHeaders/QEglFSFunctions
+qt5/include/QtPlatformHeaders/QGLXNativeContext
+qt5/include/QtPlatformHeaders/QWGLNativeContext
+qt5/include/QtPlatformHeaders/QWindowsWindowFunctions
+qt5/include/QtPlatformHeaders/QXcbWindowFunctions
+qt5/include/QtPlatformHeaders/QtPlatformHeaders
+qt5/include/QtPlatformHeaders/QtPlatformHeadersDepends
+qt5/include/QtPlatformHeaders/QtPlatformHeadersVersion
+qt5/include/QtPlatformHeaders/qcocoanativecontext.h
+qt5/include/QtPlatformHeaders/qeglfsfunctions.h
+qt5/include/QtPlatformHeaders/qeglnativecontext.h
+qt5/include/QtPlatformHeaders/qglxnativecontext.h
+qt5/include/QtPlatformHeaders/qtplatformheadersversion.h
+qt5/include/QtPlatformHeaders/qwglnativecontext.h
+qt5/include/QtPlatformHeaders/qwindowswindowfunctions.h
+qt5/include/QtPlatformHeaders/qxcbwindowfunctions.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/application_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/atspiadaptor_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/bridge_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/cache_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/cglconvenience_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/constant_mappings_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/dbusconnection_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qaccessiblebridgeutils_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qbasicfontdatabase_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qcfsocketnotifier_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qcoretextfontdatabase_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qdevicediscovery_dummy_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qdevicediscovery_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qdevicediscovery_static_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qdevicediscovery_udev_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qeglconvenience_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qeglpbuffer_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qeglplatformcontext_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qeglplatformcursor_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qeglplatformintegration_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qeglplatformscreen_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qeglplatformwindow_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qevdevkeyboard_defaultmap_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qevdevkeyboardhandler_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qevdevkeyboardmanager_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qevdevmousehandler_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qevdevmousemanager_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qevdevtablet_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qeventdispatcher_cf_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qeventdispatcher_glib_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qfbbackingstore_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qfbcursor_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qfbscreen_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qfbvthandler_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qfbwindow_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qfontconfigdatabase_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qfontengine_coretext_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qfontenginemultifontconfig_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qgenericunixeventdispatcher_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qgenericunixfontdatabase_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qgenericunixservices_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qgenericunixthemes_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qglxconvenience_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qmacmime_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qunixeventdispatcher_qpa_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qxlibeglintegration_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/struct_marshallers_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qdbusmenuadaptor_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qdbusmenuconnection_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qdbusmenutypes_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qdbusplatformmenu_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qdbustrayicon_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qdbustraytypes_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qevdevtouchhandler_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qevdevtouchmanager_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qlibinputhandler_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qlibinputkeyboard_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qlibinputpointer_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qlibinputtouch_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qopenglcompositor_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qopenglcompositorbackingstore_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qstatusnotifieritemadaptor_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qtslib_p.h
+qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qxdgnotificationproxy_p.h
+qt5/include/QtPlatformSupport/QtPlatformSupport
+qt5/include/QtPlatformSupport/QtPlatformSupportDepends
+qt5/include/QtPlatformSupport/QtPlatformSupportVersion
+qt5/include/QtPlatformSupport/qtplatformsupportversion.h
+qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/qpa/qplatformprintdevice.h
+qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/qpa/qplatformprintersupport.h
+qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/qpa/qplatformprintplugin.h
+qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qabstractprintdialog_p.h
+qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qcups_p.h
+qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qcupsjobwidget_p.h
+qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qpagesetupdialog_p.h
+qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qpagesetupdialog_unix_p.h
+qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qpaintengine_alpha_p.h
+qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qpaintengine_preview_p.h
+qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qprint_p.h
+qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qprintdevice_p.h
+qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qprintengine_pdf_p.h
+qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qprintengine_win_p.h
+qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qprinter_p.h
+qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qprinterinfo_p.h
+qt5/include/QtPrintSupport/QAbstractPrintDialog
+qt5/include/QtPrintSupport/QPageSetupDialog
+qt5/include/QtPrintSupport/QPrintDialog
+qt5/include/QtPrintSupport/QPrintEngine
+qt5/include/QtPrintSupport/QPrintPreviewDialog
+qt5/include/QtPrintSupport/QPrintPreviewWidget
+qt5/include/QtPrintSupport/QPrinter
+qt5/include/QtPrintSupport/QPrinterInfo
+qt5/include/QtPrintSupport/QtPrintSupport
+qt5/include/QtPrintSupport/QtPrintSupportDepends
+qt5/include/QtPrintSupport/QtPrintSupportVersion
+qt5/include/QtPrintSupport/qabstractprintdialog.h
+qt5/include/QtPrintSupport/qpagesetupdialog.h
+qt5/include/QtPrintSupport/qprintdialog.h
+qt5/include/QtPrintSupport/qprintengine.h
+qt5/include/QtPrintSupport/qprinter.h
+qt5/include/QtPrintSupport/qprinterinfo.h
+qt5/include/QtPrintSupport/qprintpreviewdialog.h
+qt5/include/QtPrintSupport/qprintpreviewwidget.h
+qt5/include/QtPrintSupport/qtprintsupportglobal.h
+qt5/include/QtPrintSupport/qtprintsupportversion.h
+qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsql_db2_p.h
+qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsql_ibase_p.h
+qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsql_mysql_p.h
+qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsql_oci_p.h
+qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsql_odbc_p.h
+qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsql_psql_p.h
+qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsql_sqlite2_p.h
+qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsql_sqlite_p.h
+qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsql_tds_p.h
+qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsqlcachedresult_p.h
+qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsqldriver_p.h
+qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsqlnulldriver_p.h
+qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsqlquerymodel_p.h
+qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsqlresult_p.h
+qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsqltablemodel_p.h
+qt5/include/QtSql/QSql
+qt5/include/QtSql/QSqlDatabase
+qt5/include/QtSql/QSqlDriver
+qt5/include/QtSql/QSqlDriverCreator
+qt5/include/QtSql/QSqlDriverCreatorBase
+qt5/include/QtSql/QSqlDriverPlugin
+qt5/include/QtSql/QSqlError
+qt5/include/QtSql/QSqlField
+qt5/include/QtSql/QSqlIndex
+qt5/include/QtSql/QSqlQuery
+qt5/include/QtSql/QSqlQueryModel
+qt5/include/QtSql/QSqlRecord
+qt5/include/QtSql/QSqlRelation
+qt5/include/QtSql/QSqlRelationalDelegate
+qt5/include/QtSql/QSqlRelationalTableModel
+qt5/include/QtSql/QSqlResult
+qt5/include/QtSql/QSqlTableModel
+qt5/include/QtSql/QtSql
+qt5/include/QtSql/QtSqlDepends
+qt5/include/QtSql/QtSqlVersion
+qt5/include/QtSql/qsql.h
+qt5/include/QtSql/qsqldatabase.h
+qt5/include/QtSql/qsqldriver.h
+qt5/include/QtSql/qsqldriverplugin.h
+qt5/include/QtSql/qsqlerror.h
+qt5/include/QtSql/qsqlfield.h
+qt5/include/QtSql/qsqlindex.h
+qt5/include/QtSql/qsqlquery.h
+qt5/include/QtSql/qsqlquerymodel.h
+qt5/include/QtSql/qsqlrecord.h
+qt5/include/QtSql/qsqlrelationaldelegate.h
+qt5/include/QtSql/qsqlrelationaltablemodel.h
+qt5/include/QtSql/qsqlresult.h
+qt5/include/QtSql/qsqltablemodel.h
+qt5/include/QtSql/qtsqlversion.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/callgrind_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/cycle_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/linux_perf_event_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/qabstracttestlogger_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/qbenchmark_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/qbenchmarkevent_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/qbenchmarkmeasurement_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/qbenchmarkmetric_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/qbenchmarkperfevents_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/qbenchmarkvalgrind_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/qcsvbenchmarklogger_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/qplaintestlogger_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/qsignaldumper_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestblacklist_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestcoreelement_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestcorelist_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestelement_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestelementattribute_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestlog_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestresult_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtesttable_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestxunitstreamer_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/qxctestlogger_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/qxmltestlogger_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/qxunittestlogger_p.h
+qt5/include/QtTest/${PKGVERSION}/QtTest/private/valgrind_p.h
+qt5/include/QtTest/QEventSizeOfChecker
+qt5/include/QtTest/QSignalSpy
+qt5/include/QtTest/QSpontaneKeyEvent
+qt5/include/QtTest/QTest
+qt5/include/QtTest/QTestAccessibility
+qt5/include/QtTest/QTestData
+qt5/include/QtTest/QTestDelayEvent
+qt5/include/QtTest/QTestEvent
+qt5/include/QtTest/QTestEventList
+qt5/include/QtTest/QTestEventLoop
+qt5/include/QtTest/QTestKeyClicksEvent
+qt5/include/QtTest/QTestKeyEvent
+qt5/include/QtTest/QTestMouseEvent
+qt5/include/QtTest/QtTest
+qt5/include/QtTest/QtTestDepends
+qt5/include/QtTest/QtTestGui
+qt5/include/QtTest/QtTestVersion
+qt5/include/QtTest/QtTestWidgets
+qt5/include/QtTest/qbenchmark.h
+qt5/include/QtTest/qbenchmarkmetric.h
+qt5/include/QtTest/qsignalspy.h
+qt5/include/QtTest/qtest.h
+qt5/include/QtTest/qtest_global.h
+qt5/include/QtTest/qtest_gui.h
+qt5/include/QtTest/qtest_widgets.h
+qt5/include/QtTest/qtestaccessible.h
+qt5/include/QtTest/qtestassert.h
+qt5/include/QtTest/qtestcase.h
+qt5/include/QtTest/qtestdata.h
+qt5/include/QtTest/qtestevent.h
+qt5/include/QtTest/qtesteventloop.h
+qt5/include/QtTest/qtestkeyboard.h
+qt5/include/QtTest/qtestmouse.h
+qt5/include/QtTest/qtestspontaneevent.h
+qt5/include/QtTest/qtestsystem.h
+qt5/include/QtTest/qtesttouch.h
+qt5/include/QtTest/qttestversion.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qabstractbutton_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qabstractitemdelegate_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qabstractitemview_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qabstractscrollarea_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qabstractslider_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qabstractspinbox_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qaccessiblewidgetfactory_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qaction_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qandroidstyle_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qapplication_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qbasickeyeventtransition_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qbasicmouseeventtransition_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qbsptree_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qcolordialog_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qcolumnview_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qcolumnviewgrip_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qcombobox_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qcommonstyle_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qcommonstylepixmaps_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qcompleter_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qdatetimeedit_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qdesktopwidget_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qdialog_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qdockarealayout_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qdockwidget_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qeffects_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qfiledialog_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qfileiconprovider_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qfileinfogatherer_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qfilesystemmodel_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qflickgesture_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qfontdialog_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qframe_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qfscompleter_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qfusionstyle_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qfusionstyle_p_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgesture_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgesturemanager_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraph_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicsanchorlayout_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicseffect_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicsgridlayoutengine_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicsitem_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicslayout_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicslayoutitem_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicslayoutstyleinfo_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicsproxywidget_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicsscene_bsp_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicsscene_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicsscenebsptreeindex_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicssceneindex_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicsscenelinearindex_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicstransform_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicsview_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicswidget_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgtk2painter_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgtkglobal_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgtkpainter_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgtkstyle_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgtkstyle_p_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qheaderview_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qitemeditorfactory_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qkeysequenceedit_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qlabel_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qlayout_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qlayoutengine_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qlineedit_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qlistview_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qlistwidget_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qmacgesturerecognizer_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qmacstyle_mac_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qmacstyle_mac_p_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qmainwindowlayout_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qmdiarea_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qmdisubwindow_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qmenu_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qmenu_wince_resource_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qmenubar_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qpixmapfilter_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qplaintextedit_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qproxystyle_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qpushbutton_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qscrollarea_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qscrollbar_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qscroller_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qscrollerproperties_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qsidebar_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qsimplex_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qsplitter_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qstandardgestures_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qstyle_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qstyleanimation_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qstylehelper_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qstylesheetstyle_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qsystemtrayicon_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qt_widgets_pch.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qtabbar_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qtableview_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qtablewidget_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qtextedit_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qtoolbar_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qtoolbararealayout_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qtoolbarextension_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qtoolbarlayout_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qtoolbarseparator_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qtreeview_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qtreewidget_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qtreewidgetitemiterator_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qundostack_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwidget_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwidgetaction_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwidgetanimator_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwidgetbackingstore_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwidgetitemdata_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwidgetlinecontrol_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwidgetresizehandler_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwidgettextcontrol_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwidgettextcontrol_p_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwidgetwindow_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowcontainer_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowscestyle_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowscestyle_p_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowsmobilestyle_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowsmobilestyle_p_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowsstyle_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowsstyle_p_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowsvistastyle_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowsvistastyle_p_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowsxpstyle_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowsxpstyle_p_p.h
+qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwizard_win_p.h
+qt5/include/QtWidgets/5.5.1/QtWidgets/private/complexwidgets_p.h
+qt5/include/QtWidgets/5.5.1/QtWidgets/private/itemviews_p.h
+qt5/include/QtWidgets/5.5.1/QtWidgets/private/qaccessiblemenu_p.h
+qt5/include/QtWidgets/5.5.1/QtWidgets/private/qaccessiblewidgets_p.h
+qt5/include/QtWidgets/5.5.1/QtWidgets/private/rangecontrols_p.h
+qt5/include/QtWidgets/5.5.1/QtWidgets/private/simplewidgets_p.h
+qt5/include/QtWidgets/QAbstractButton
+qt5/include/QtWidgets/QAbstractGraphicsShapeItem
+qt5/include/QtWidgets/QAbstractItemDelegate
+qt5/include/QtWidgets/QAbstractItemView
+qt5/include/QtWidgets/QAbstractScrollArea
+qt5/include/QtWidgets/QAbstractSlider
+qt5/include/QtWidgets/QAbstractSpinBox
+qt5/include/QtWidgets/QAccessibleWidget
+qt5/include/QtWidgets/QAction
+qt5/include/QtWidgets/QActionGroup
+qt5/include/QtWidgets/QApplication
+qt5/include/QtWidgets/QBoxLayout
+qt5/include/QtWidgets/QButtonGroup
+qt5/include/QtWidgets/QCalendarWidget
+qt5/include/QtWidgets/QCheckBox
+qt5/include/QtWidgets/QColorDialog
+qt5/include/QtWidgets/QColormap
+qt5/include/QtWidgets/QColumnView
+qt5/include/QtWidgets/QComboBox
+qt5/include/QtWidgets/QCommandLinkButton
+qt5/include/QtWidgets/QCommonStyle
+qt5/include/QtWidgets/QCompleter
+qt5/include/QtWidgets/QDataWidgetMapper
+qt5/include/QtWidgets/QDateEdit
+qt5/include/QtWidgets/QDateTimeEdit
+qt5/include/QtWidgets/QDesktopWidget
+qt5/include/QtWidgets/QDial
+qt5/include/QtWidgets/QDialog
+qt5/include/QtWidgets/QDialogButtonBox
+qt5/include/QtWidgets/QDirModel
+qt5/include/QtWidgets/QDockWidget
+qt5/include/QtWidgets/QDoubleSpinBox
+qt5/include/QtWidgets/QErrorMessage
+qt5/include/QtWidgets/QFileDialog
+qt5/include/QtWidgets/QFileIconProvider
+qt5/include/QtWidgets/QFileSystemModel
+qt5/include/QtWidgets/QFocusFrame
+qt5/include/QtWidgets/QFontComboBox
+qt5/include/QtWidgets/QFontDialog
+qt5/include/QtWidgets/QFormLayout
+qt5/include/QtWidgets/QFrame
+qt5/include/QtWidgets/QGesture
+qt5/include/QtWidgets/QGestureEvent
+qt5/include/QtWidgets/QGestureRecognizer
+qt5/include/QtWidgets/QGraphicsAnchor
+qt5/include/QtWidgets/QGraphicsAnchorLayout
+qt5/include/QtWidgets/QGraphicsBlurEffect
+qt5/include/QtWidgets/QGraphicsColorizeEffect
+qt5/include/QtWidgets/QGraphicsDropShadowEffect
+qt5/include/QtWidgets/QGraphicsEffect
+qt5/include/QtWidgets/QGraphicsEllipseItem
+qt5/include/QtWidgets/QGraphicsGridLayout
+qt5/include/QtWidgets/QGraphicsItem
+qt5/include/QtWidgets/QGraphicsItemAnimation
+qt5/include/QtWidgets/QGraphicsItemGroup
+qt5/include/QtWidgets/QGraphicsLayout
+qt5/include/QtWidgets/QGraphicsLayoutItem
+qt5/include/QtWidgets/QGraphicsLineItem
+qt5/include/QtWidgets/QGraphicsLinearLayout
+qt5/include/QtWidgets/QGraphicsObject
+qt5/include/QtWidgets/QGraphicsOpacityEffect
+qt5/include/QtWidgets/QGraphicsPathItem
+qt5/include/QtWidgets/QGraphicsPixmapItem
+qt5/include/QtWidgets/QGraphicsPolygonItem
+qt5/include/QtWidgets/QGraphicsProxyWidget
+qt5/include/QtWidgets/QGraphicsRectItem
+qt5/include/QtWidgets/QGraphicsRotation
+qt5/include/QtWidgets/QGraphicsScale
+qt5/include/QtWidgets/QGraphicsScene
+qt5/include/QtWidgets/QGraphicsSceneContextMenuEvent
+qt5/include/QtWidgets/QGraphicsSceneDragDropEvent
+qt5/include/QtWidgets/QGraphicsSceneEvent
+qt5/include/QtWidgets/QGraphicsSceneHelpEvent
+qt5/include/QtWidgets/QGraphicsSceneHoverEvent
+qt5/include/QtWidgets/QGraphicsSceneMouseEvent
+qt5/include/QtWidgets/QGraphicsSceneMoveEvent
+qt5/include/QtWidgets/QGraphicsSceneResizeEvent
+qt5/include/QtWidgets/QGraphicsSceneWheelEvent
+qt5/include/QtWidgets/QGraphicsSimpleTextItem
+qt5/include/QtWidgets/QGraphicsTextItem
+qt5/include/QtWidgets/QGraphicsTransform
+qt5/include/QtWidgets/QGraphicsView
+qt5/include/QtWidgets/QGraphicsWidget
+qt5/include/QtWidgets/QGridLayout
+qt5/include/QtWidgets/QGroupBox
+qt5/include/QtWidgets/QHBoxLayout
+qt5/include/QtWidgets/QHeaderView
+qt5/include/QtWidgets/QInputDialog
+qt5/include/QtWidgets/QItemDelegate
+qt5/include/QtWidgets/QItemEditorCreator
+qt5/include/QtWidgets/QItemEditorCreatorBase
+qt5/include/QtWidgets/QItemEditorFactory
+qt5/include/QtWidgets/QKeyEventTransition
+qt5/include/QtWidgets/QKeySequenceEdit
+qt5/include/QtWidgets/QLCDNumber
+qt5/include/QtWidgets/QLabel
+qt5/include/QtWidgets/QLayout
+qt5/include/QtWidgets/QLayoutItem
+qt5/include/QtWidgets/QLineEdit
+qt5/include/QtWidgets/QListView
+qt5/include/QtWidgets/QListWidget
+qt5/include/QtWidgets/QListWidgetItem
+qt5/include/QtWidgets/QMacCocoaViewContainer
+qt5/include/QtWidgets/QMacNativeWidget
+qt5/include/QtWidgets/QMainWindow
+qt5/include/QtWidgets/QMdiArea
+qt5/include/QtWidgets/QMdiSubWindow
+qt5/include/QtWidgets/QMenu
+qt5/include/QtWidgets/QMenuBar
+qt5/include/QtWidgets/QMessageBox
+qt5/include/QtWidgets/QMouseEventTransition
+qt5/include/QtWidgets/QOpenGLWidget
+qt5/include/QtWidgets/QPanGesture
+qt5/include/QtWidgets/QPinchGesture
+qt5/include/QtWidgets/QPlainTextDocumentLayout
+qt5/include/QtWidgets/QPlainTextEdit
+qt5/include/QtWidgets/QProgressBar
+qt5/include/QtWidgets/QProgressDialog
+qt5/include/QtWidgets/QProxyStyle
+qt5/include/QtWidgets/QPushButton
+qt5/include/QtWidgets/QRadioButton
+qt5/include/QtWidgets/QRubberBand
+qt5/include/QtWidgets/QScrollArea
+qt5/include/QtWidgets/QScrollBar
+qt5/include/QtWidgets/QScroller
+qt5/include/QtWidgets/QScrollerProperties
+qt5/include/QtWidgets/QShortcut
+qt5/include/QtWidgets/QSizeGrip
+qt5/include/QtWidgets/QSizePolicy
+qt5/include/QtWidgets/QSlider
+qt5/include/QtWidgets/QSpacerItem
+qt5/include/QtWidgets/QSpinBox
+qt5/include/QtWidgets/QSplashScreen
+qt5/include/QtWidgets/QSplitter
+qt5/include/QtWidgets/QSplitterHandle
+qt5/include/QtWidgets/QStackedLayout
+qt5/include/QtWidgets/QStackedWidget
+qt5/include/QtWidgets/QStandardItemEditorCreator
+qt5/include/QtWidgets/QStatusBar
+qt5/include/QtWidgets/QStyle
+qt5/include/QtWidgets/QStyleFactory
+qt5/include/QtWidgets/QStyleHintReturn
+qt5/include/QtWidgets/QStyleHintReturnMask
+qt5/include/QtWidgets/QStyleHintReturnVariant
+qt5/include/QtWidgets/QStyleOption
+qt5/include/QtWidgets/QStyleOptionButton
+qt5/include/QtWidgets/QStyleOptionComboBox
+qt5/include/QtWidgets/QStyleOptionComplex
+qt5/include/QtWidgets/QStyleOptionDockWidget
+qt5/include/QtWidgets/QStyleOptionDockWidgetV2
+qt5/include/QtWidgets/QStyleOptionFocusRect
+qt5/include/QtWidgets/QStyleOptionFrame
+qt5/include/QtWidgets/QStyleOptionFrameV2
+qt5/include/QtWidgets/QStyleOptionFrameV3
+qt5/include/QtWidgets/QStyleOptionGraphicsItem
+qt5/include/QtWidgets/QStyleOptionGroupBox
+qt5/include/QtWidgets/QStyleOptionHeader
+qt5/include/QtWidgets/QStyleOptionMenuItem
+qt5/include/QtWidgets/QStyleOptionProgressBar
+qt5/include/QtWidgets/QStyleOptionProgressBarV2
+qt5/include/QtWidgets/QStyleOptionRubberBand
+qt5/include/QtWidgets/QStyleOptionSizeGrip
+qt5/include/QtWidgets/QStyleOptionSlider
+qt5/include/QtWidgets/QStyleOptionSpinBox
+qt5/include/QtWidgets/QStyleOptionTab
+qt5/include/QtWidgets/QStyleOptionTabBarBase
+qt5/include/QtWidgets/QStyleOptionTabBarBaseV2
+qt5/include/QtWidgets/QStyleOptionTabV2
+qt5/include/QtWidgets/QStyleOptionTabV3
+qt5/include/QtWidgets/QStyleOptionTabWidgetFrame
+qt5/include/QtWidgets/QStyleOptionTabWidgetFrameV2
+qt5/include/QtWidgets/QStyleOptionTitleBar
+qt5/include/QtWidgets/QStyleOptionToolBar
+qt5/include/QtWidgets/QStyleOptionToolBox
+qt5/include/QtWidgets/QStyleOptionToolBoxV2
+qt5/include/QtWidgets/QStyleOptionToolButton
+qt5/include/QtWidgets/QStyleOptionViewItem
+qt5/include/QtWidgets/QStyleOptionViewItemV2
+qt5/include/QtWidgets/QStyleOptionViewItemV3
+qt5/include/QtWidgets/QStyleOptionViewItemV4
+qt5/include/QtWidgets/QStylePainter
+qt5/include/QtWidgets/QStylePlugin
+qt5/include/QtWidgets/QStyledItemDelegate
+qt5/include/QtWidgets/QSwipeGesture
+qt5/include/QtWidgets/QSystemTrayIcon
+qt5/include/QtWidgets/QTabBar
+qt5/include/QtWidgets/QTabWidget
+qt5/include/QtWidgets/QTableView
+qt5/include/QtWidgets/QTableWidget
+qt5/include/QtWidgets/QTableWidgetItem
+qt5/include/QtWidgets/QTableWidgetSelectionRange
+qt5/include/QtWidgets/QTapAndHoldGesture
+qt5/include/QtWidgets/QTapGesture
+qt5/include/QtWidgets/QTextBrowser
+qt5/include/QtWidgets/QTextEdit
+qt5/include/QtWidgets/QTileRules
+qt5/include/QtWidgets/QTimeEdit
+qt5/include/QtWidgets/QToolBar
+qt5/include/QtWidgets/QToolBox
+qt5/include/QtWidgets/QToolButton
+qt5/include/QtWidgets/QToolTip
+qt5/include/QtWidgets/QTreeView
+qt5/include/QtWidgets/QTreeWidget
+qt5/include/QtWidgets/QTreeWidgetItem
+qt5/include/QtWidgets/QTreeWidgetItemIterator
+qt5/include/QtWidgets/QUndoCommand
+qt5/include/QtWidgets/QUndoGroup
+qt5/include/QtWidgets/QUndoStack
+qt5/include/QtWidgets/QUndoView
+qt5/include/QtWidgets/QVBoxLayout
+qt5/include/QtWidgets/QWhatsThis
+qt5/include/QtWidgets/QWidget
+qt5/include/QtWidgets/QWidgetAction
+qt5/include/QtWidgets/QWidgetData
+qt5/include/QtWidgets/QWidgetItem
+qt5/include/QtWidgets/QWidgetItemV2
+qt5/include/QtWidgets/QWizard
+qt5/include/QtWidgets/QWizardPage
+qt5/include/QtWidgets/QtWidgets
+qt5/include/QtWidgets/QtWidgetsDepends
+qt5/include/QtWidgets/QtWidgetsVersion
+qt5/include/QtWidgets/qabstractbutton.h
+qt5/include/QtWidgets/qabstractitemdelegate.h
+qt5/include/QtWidgets/qabstractitemview.h
+qt5/include/QtWidgets/qabstractscrollarea.h
+qt5/include/QtWidgets/qabstractslider.h
+qt5/include/QtWidgets/qabstractspinbox.h
+qt5/include/QtWidgets/qaccessiblewidget.h
+qt5/include/QtWidgets/qaction.h
+qt5/include/QtWidgets/qactiongroup.h
+qt5/include/QtWidgets/qapplication.h
+qt5/include/QtWidgets/qboxlayout.h
+qt5/include/QtWidgets/qbuttongroup.h
+qt5/include/QtWidgets/qcalendarwidget.h
+qt5/include/QtWidgets/qcheckbox.h
+qt5/include/QtWidgets/qcolordialog.h
+qt5/include/QtWidgets/qcolormap.h
+qt5/include/QtWidgets/qcolumnview.h
+qt5/include/QtWidgets/qcombobox.h
+qt5/include/QtWidgets/qcommandlinkbutton.h
+qt5/include/QtWidgets/qcommonstyle.h
+qt5/include/QtWidgets/qcompleter.h
+qt5/include/QtWidgets/qdatawidgetmapper.h
+qt5/include/QtWidgets/qdatetimeedit.h
+qt5/include/QtWidgets/qdesktopwidget.h
+qt5/include/QtWidgets/qdial.h
+qt5/include/QtWidgets/qdialog.h
+qt5/include/QtWidgets/qdialogbuttonbox.h
+qt5/include/QtWidgets/qdirmodel.h
+qt5/include/QtWidgets/qdockwidget.h
+qt5/include/QtWidgets/qdrawutil.h
+qt5/include/QtWidgets/qerrormessage.h
+qt5/include/QtWidgets/qfiledialog.h
+qt5/include/QtWidgets/qfileiconprovider.h
+qt5/include/QtWidgets/qfilesystemmodel.h
+qt5/include/QtWidgets/qfocusframe.h
+qt5/include/QtWidgets/qfontcombobox.h
+qt5/include/QtWidgets/qfontdialog.h
+qt5/include/QtWidgets/qformlayout.h
+qt5/include/QtWidgets/qframe.h
+qt5/include/QtWidgets/qgesture.h
+qt5/include/QtWidgets/qgesturerecognizer.h
+qt5/include/QtWidgets/qgraphicsanchorlayout.h
+qt5/include/QtWidgets/qgraphicseffect.h
+qt5/include/QtWidgets/qgraphicsgridlayout.h
+qt5/include/QtWidgets/qgraphicsitem.h
+qt5/include/QtWidgets/qgraphicsitemanimation.h
+qt5/include/QtWidgets/qgraphicslayout.h
+qt5/include/QtWidgets/qgraphicslayoutitem.h
+qt5/include/QtWidgets/qgraphicslinearlayout.h
+qt5/include/QtWidgets/qgraphicsproxywidget.h
+qt5/include/QtWidgets/qgraphicsscene.h
+qt5/include/QtWidgets/qgraphicssceneevent.h
+qt5/include/QtWidgets/qgraphicstransform.h
+qt5/include/QtWidgets/qgraphicsview.h
+qt5/include/QtWidgets/qgraphicswidget.h
+qt5/include/QtWidgets/qgridlayout.h
+qt5/include/QtWidgets/qgroupbox.h
+qt5/include/QtWidgets/qheaderview.h
+qt5/include/QtWidgets/qinputdialog.h
+qt5/include/QtWidgets/qitemdelegate.h
+qt5/include/QtWidgets/qitemeditorfactory.h
+qt5/include/QtWidgets/qkeyeventtransition.h
+qt5/include/QtWidgets/qkeysequenceedit.h
+qt5/include/QtWidgets/qlabel.h
+qt5/include/QtWidgets/qlayout.h
+qt5/include/QtWidgets/qlayoutitem.h
+qt5/include/QtWidgets/qlcdnumber.h
+qt5/include/QtWidgets/qlineedit.h
+qt5/include/QtWidgets/qlistview.h
+qt5/include/QtWidgets/qlistwidget.h
+qt5/include/QtWidgets/qmaccocoaviewcontainer_mac.h
+qt5/include/QtWidgets/qmacnativewidget_mac.h
+qt5/include/QtWidgets/qmainwindow.h
+qt5/include/QtWidgets/qmdiarea.h
+qt5/include/QtWidgets/qmdisubwindow.h
+qt5/include/QtWidgets/qmenu.h
+qt5/include/QtWidgets/qmenubar.h
+qt5/include/QtWidgets/qmessagebox.h
+qt5/include/QtWidgets/qmouseeventtransition.h
+qt5/include/QtWidgets/qopenglwidget.h
+qt5/include/QtWidgets/qplaintextedit.h
+qt5/include/QtWidgets/qprogressbar.h
+qt5/include/QtWidgets/qprogressdialog.h
+qt5/include/QtWidgets/qproxystyle.h
+qt5/include/QtWidgets/qpushbutton.h
+qt5/include/QtWidgets/qradiobutton.h
+qt5/include/QtWidgets/qrubberband.h
+qt5/include/QtWidgets/qscrollarea.h
+qt5/include/QtWidgets/qscrollbar.h
+qt5/include/QtWidgets/qscroller.h
+qt5/include/QtWidgets/qscrollerproperties.h
+qt5/include/QtWidgets/qshortcut.h
+qt5/include/QtWidgets/qsizegrip.h
+qt5/include/QtWidgets/qsizepolicy.h
+qt5/include/QtWidgets/qslider.h
+qt5/include/QtWidgets/qspinbox.h
+qt5/include/QtWidgets/qsplashscreen.h
+qt5/include/QtWidgets/qsplitter.h
+qt5/include/QtWidgets/qstackedlayout.h
+qt5/include/QtWidgets/qstackedwidget.h
+qt5/include/QtWidgets/qstatusbar.h
+qt5/include/QtWidgets/qstyle.h
+qt5/include/QtWidgets/qstyleditemdelegate.h
+qt5/include/QtWidgets/qstylefactory.h
+qt5/include/QtWidgets/qstyleoption.h
+qt5/include/QtWidgets/qstylepainter.h
+qt5/include/QtWidgets/qstyleplugin.h
+qt5/include/QtWidgets/qsystemtrayicon.h
+qt5/include/QtWidgets/qtabbar.h
+qt5/include/QtWidgets/qtableview.h
+qt5/include/QtWidgets/qtablewidget.h
+qt5/include/QtWidgets/qtabwidget.h
+qt5/include/QtWidgets/qtextbrowser.h
+qt5/include/QtWidgets/qtextedit.h
+qt5/include/QtWidgets/qtoolbar.h
+qt5/include/QtWidgets/qtoolbox.h
+qt5/include/QtWidgets/qtoolbutton.h
+qt5/include/QtWidgets/qtooltip.h
+qt5/include/QtWidgets/qtreeview.h
+qt5/include/QtWidgets/qtreewidget.h
+qt5/include/QtWidgets/qtreewidgetitemiterator.h
+qt5/include/QtWidgets/qtwidgetsversion.h
+qt5/include/QtWidgets/qundogroup.h
+qt5/include/QtWidgets/qundostack.h
+qt5/include/QtWidgets/qundoview.h
+qt5/include/QtWidgets/qwhatsthis.h
+qt5/include/QtWidgets/qwidget.h
+qt5/include/QtWidgets/qwidgetaction.h
+qt5/include/QtWidgets/qwidgetsfunctions_wince.h
+qt5/include/QtWidgets/qwizard.h
+qt5/include/QtXml/${PKGVERSION}/QtXml/private/qxml_p.h
+qt5/include/QtXml/QDomAttr
+qt5/include/QtXml/QDomCDATASection
+qt5/include/QtXml/QDomCharacterData
+qt5/include/QtXml/QDomComment
+qt5/include/QtXml/QDomDocument
+qt5/include/QtXml/QDomDocumentFragment
+qt5/include/QtXml/QDomDocumentType
+qt5/include/QtXml/QDomElement
+qt5/include/QtXml/QDomEntity
+qt5/include/QtXml/QDomEntityReference
+qt5/include/QtXml/QDomImplementation
+qt5/include/QtXml/QDomNamedNodeMap
+qt5/include/QtXml/QDomNode
+qt5/include/QtXml/QDomNodeList
+qt5/include/QtXml/QDomNotation
+qt5/include/QtXml/QDomProcessingInstruction
+qt5/include/QtXml/QDomText
+qt5/include/QtXml/QXmlAttributes
+qt5/include/QtXml/QXmlContentHandler
+qt5/include/QtXml/QXmlDTDHandler
+qt5/include/QtXml/QXmlDeclHandler
+qt5/include/QtXml/QXmlDefaultHandler
+qt5/include/QtXml/QXmlEntityResolver
+qt5/include/QtXml/QXmlErrorHandler
+qt5/include/QtXml/QXmlInputSource
+qt5/include/QtXml/QXmlLexicalHandler
+qt5/include/QtXml/QXmlLocator
+qt5/include/QtXml/QXmlNamespaceSupport
+qt5/include/QtXml/QXmlParseException
+qt5/include/QtXml/QXmlReader
+qt5/include/QtXml/QXmlSimpleReader
+qt5/include/QtXml/QtXml
+qt5/include/QtXml/QtXmlDepends
+qt5/include/QtXml/QtXmlVersion
+qt5/include/QtXml/qdom.h
+qt5/include/QtXml/qtxmlglobal.h
+qt5/include/QtXml/qtxmlversion.h
+qt5/include/QtXml/qxml.h
+qt5/lib/cmake/Qt5/Qt5Config.cmake
+qt5/lib/cmake/Qt5/Qt5ConfigVersion.cmake
+qt5/lib/cmake/Qt5Concurrent/Qt5ConcurrentConfig.cmake
+qt5/lib/cmake/Qt5Concurrent/Qt5ConcurrentConfigVersion.cmake
+qt5/lib/cmake/Qt5Core/Qt5CTestMacros.cmake
+qt5/lib/cmake/Qt5Core/Qt5CoreConfig.cmake
+qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake
+qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake
+qt5/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake
+qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake
+qt5/lib/cmake/Qt5DBus/Qt5DBusConfig.cmake
+qt5/lib/cmake/Qt5DBus/Qt5DBusConfigExtras.cmake
+qt5/lib/cmake/Qt5DBus/Qt5DBusConfigVersion.cmake
+qt5/lib/cmake/Qt5DBus/Qt5DBusMacros.cmake
+qt5/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake
+qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake
+qt5/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake
+${PLIST.mac}qt5/lib/cmake/Qt5Gui/Qt5Gui_QCocoaIntegrationPlugin.cmake
+${PLIST.unix}qt5/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake
+${PLIST.egl}qt5/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake
+${PLIST.egl}qt5/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake
+qt5/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake
+${PLIST.gtk2}qt5/lib/cmake/Qt5Gui/Qt5Gui_QGtk2ThemePlugin.cmake
+qt5/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake
+${PLIST.unix}qt5/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake
+qt5/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake
+${PLIST.egl}qt5/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake
+qt5/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake
+${PLIST.unix}qt5/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake
+qt5/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake
+qt5/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake
+${PLIST.unix}qt5/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake
+${PLIST.egl}qt5/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake
+qt5/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake
+qt5/lib/cmake/Qt5Network/Qt5NetworkConfigVersion.cmake
+${PLIST.mac}qt5/lib/cmake/Qt5Network/Qt5Network_QCoreWlanEnginePlugin.cmake
+qt5/lib/cmake/Qt5Network/Qt5Network_QGenericEnginePlugin.cmake
+qt5/lib/cmake/Qt5OpenGL/Qt5OpenGLConfig.cmake
+qt5/lib/cmake/Qt5OpenGL/Qt5OpenGLConfigVersion.cmake
+qt5/lib/cmake/Qt5OpenGLExtensions/Qt5OpenGLExtensionsConfig.cmake
+qt5/lib/cmake/Qt5OpenGLExtensions/Qt5OpenGLExtensionsConfigVersion.cmake
+qt5/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake
+qt5/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfigVersion.cmake
+${PLIST.mac}qt5/lib/cmake/Qt5PrintSupport/Qt5PrintSupport_QCocoaPrinterSupportPlugin.cmake
+${PLIST.cups}qt5/lib/cmake/Qt5PrintSupport/Qt5PrintSupport_QCupsPrinterSupportPlugin.cmake
+qt5/lib/cmake/Qt5Sql/Qt5SqlConfig.cmake
+qt5/lib/cmake/Qt5Sql/Qt5SqlConfigVersion.cmake
+qt5/lib/cmake/Qt5Test/Qt5TestConfig.cmake
+qt5/lib/cmake/Qt5Test/Qt5TestConfigVersion.cmake
+qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake
+qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake
+qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake
+qt5/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake
+qt5/lib/cmake/Qt5Xml/Qt5XmlConfig.cmake
+qt5/lib/cmake/Qt5Xml/Qt5XmlConfigVersion.cmake
+qt5/lib/libQt5Bootstrap.la
+qt5/lib/libQt5Bootstrap.prl
+qt5/lib/libQt5Concurrent.la
+qt5/lib/libQt5Concurrent.prl
+qt5/lib/libQt5Core.la
+qt5/lib/libQt5Core.prl
+qt5/lib/libQt5DBus.la
+qt5/lib/libQt5DBus.prl
+${PLIST.egl}qt5/lib/libQt5EglDeviceIntegration.la
+${PLIST.egl}qt5/lib/libQt5EglDeviceIntegration.prl
+qt5/lib/libQt5Gui.la
+qt5/lib/libQt5Gui.prl
+qt5/lib/libQt5Network.la
+qt5/lib/libQt5Network.prl
+qt5/lib/libQt5OpenGL.la
+qt5/lib/libQt5OpenGL.prl
+qt5/lib/libQt5OpenGLExtensions.la
+qt5/lib/libQt5OpenGLExtensions.prl
+qt5/lib/libQt5PlatformSupport.la
+qt5/lib/libQt5PlatformSupport.prl
+qt5/lib/libQt5PrintSupport.la
+qt5/lib/libQt5PrintSupport.prl
+qt5/lib/libQt5Sql.la
+qt5/lib/libQt5Sql.prl
+qt5/lib/libQt5Test.la
+qt5/lib/libQt5Test.prl
+qt5/lib/libQt5Widgets.la
+qt5/lib/libQt5Widgets.prl
+${PLIST.unix}qt5/lib/libQt5XcbQpa.la
+${PLIST.unix}qt5/lib/libQt5XcbQpa.prl
+qt5/lib/libQt5Xml.la
+qt5/lib/libQt5Xml.prl
+qt5/lib/pkgconfig/Qt5Bootstrap.pc
+qt5/lib/pkgconfig/Qt5Concurrent.pc
+qt5/lib/pkgconfig/Qt5Core.pc
+qt5/lib/pkgconfig/Qt5DBus.pc
+${PLIST.egl}qt5/lib/pkgconfig/Qt5EglDeviceIntegration.pc
+qt5/lib/pkgconfig/Qt5Gui.pc
+qt5/lib/pkgconfig/Qt5Network.pc
+qt5/lib/pkgconfig/Qt5OpenGL.pc
+qt5/lib/pkgconfig/Qt5OpenGLExtensions.pc
+qt5/lib/pkgconfig/Qt5PlatformSupport.pc
+qt5/lib/pkgconfig/Qt5PrintSupport.pc
+qt5/lib/pkgconfig/Qt5Sql.pc
+qt5/lib/pkgconfig/Qt5Test.pc
+qt5/lib/pkgconfig/Qt5Widgets.pc
+${PLIST.unix}qt5/lib/pkgconfig/Qt5XcbQpa.pc
+qt5/lib/pkgconfig/Qt5Xml.pc
+qt5/mkspecs/aix-g++-64/qmake.conf
+qt5/mkspecs/aix-g++-64/qplatformdefs.h
+qt5/mkspecs/aix-g++/qmake.conf
+qt5/mkspecs/aix-g++/qplatformdefs.h
+qt5/mkspecs/aix-xlc-64/qmake.conf
+qt5/mkspecs/aix-xlc-64/qplatformdefs.h
+qt5/mkspecs/aix-xlc/qmake.conf
+qt5/mkspecs/aix-xlc/qplatformdefs.h
+qt5/mkspecs/android-g++/qmake.conf
+qt5/mkspecs/android-g++/qplatformdefs.h
+qt5/mkspecs/blackberry-armle-v7-qcc/qmake.conf
+qt5/mkspecs/blackberry-armle-v7-qcc/qplatformdefs.h
+qt5/mkspecs/blackberry-x86-qcc/qmake.conf
+qt5/mkspecs/blackberry-x86-qcc/qplatformdefs.h
+qt5/mkspecs/common/aix/qplatformdefs.h
+qt5/mkspecs/common/android/qplatformdefs.h
+qt5/mkspecs/common/armcc.conf
+qt5/mkspecs/common/c89/qplatformdefs.h
+qt5/mkspecs/common/clang-mac.conf
+qt5/mkspecs/common/clang.conf
+qt5/mkspecs/common/g++-base.conf
+qt5/mkspecs/common/g++-macx.conf
+qt5/mkspecs/common/g++-unix.conf
+qt5/mkspecs/common/g++.conf
+qt5/mkspecs/common/gcc-base-mac.conf
+qt5/mkspecs/common/gcc-base-unix.conf
+qt5/mkspecs/common/gcc-base.conf
+qt5/mkspecs/common/ios.conf
+qt5/mkspecs/common/ios/GLES2/gl2.h
+qt5/mkspecs/common/ios/clang.conf
+qt5/mkspecs/common/ios/qmake.conf
+qt5/mkspecs/common/linux-android.conf
+qt5/mkspecs/common/linux.conf
+qt5/mkspecs/common/llvm.conf
+qt5/mkspecs/common/mac.conf
+qt5/mkspecs/common/mac/qplatformdefs.h
+qt5/mkspecs/common/macx.conf
+qt5/mkspecs/common/msvc-desktop.conf
+qt5/mkspecs/common/nacl/g++-nacl32.conf
+qt5/mkspecs/common/nacl/g++-nacl64.conf
+qt5/mkspecs/common/nacl/nacl-base.conf
+qt5/mkspecs/common/nacl/qplatformdefs.h
+qt5/mkspecs/common/posix/qplatformdefs.h
+qt5/mkspecs/common/qcc-base-qnx-armle-v7.conf
+qt5/mkspecs/common/qcc-base-qnx-x86.conf
+qt5/mkspecs/common/qcc-base-qnx.conf
+qt5/mkspecs/common/qcc-base.conf
+qt5/mkspecs/common/qmake.conf
+qt5/mkspecs/common/qnx/qplatformdefs.h
+qt5/mkspecs/common/sanitize.conf
+qt5/mkspecs/common/shell-unix.conf
+qt5/mkspecs/common/shell-win32.conf
+qt5/mkspecs/common/unix.conf
+qt5/mkspecs/common/wince/qmake.conf
+qt5/mkspecs/common/wince/qplatformdefs.h
+qt5/mkspecs/common/winrt_winphone/assets/logo_150x150.png
+qt5/mkspecs/common/winrt_winphone/assets/logo_30x30.png
+qt5/mkspecs/common/winrt_winphone/assets/logo_310x150.png
+qt5/mkspecs/common/winrt_winphone/assets/logo_310x310.png
+qt5/mkspecs/common/winrt_winphone/assets/logo_44x44.png
+qt5/mkspecs/common/winrt_winphone/assets/logo_480x800.png
+qt5/mkspecs/common/winrt_winphone/assets/logo_620x300.png
+qt5/mkspecs/common/winrt_winphone/assets/logo_70x70.png
+qt5/mkspecs/common/winrt_winphone/assets/logo_71x71.png
+qt5/mkspecs/common/winrt_winphone/assets/logo_store.png
+qt5/mkspecs/common/winrt_winphone/manifests/10.0/AppxManifest.xml.in
+qt5/mkspecs/common/winrt_winphone/manifests/8.1/AppxManifest.xml.in
+qt5/mkspecs/common/winrt_winphone/manifests/8.1_wp/AppxManifest.xml.in
+qt5/mkspecs/common/winrt_winphone/qmake.conf
+qt5/mkspecs/common/winrt_winphone/qplatformdefs.h
+qt5/mkspecs/cygwin-g++/qmake.conf
+qt5/mkspecs/cygwin-g++/qplatformdefs.h
+qt5/mkspecs/darwin-g++/qmake.conf
+qt5/mkspecs/darwin-g++/qplatformdefs.h
+qt5/mkspecs/devices/common/linux_arm_device_post.conf
+qt5/mkspecs/devices/common/linux_device_post.conf
+qt5/mkspecs/devices/common/linux_device_pre.conf
+qt5/mkspecs/devices/linux-archos-gen8-g++/qmake.conf
+qt5/mkspecs/devices/linux-archos-gen8-g++/qplatformdefs.h
+qt5/mkspecs/devices/linux-arm-amlogic-8726M-g++/qeglfshooks_8726m.cpp
+qt5/mkspecs/devices/linux-arm-amlogic-8726M-g++/qmake.conf
+qt5/mkspecs/devices/linux-arm-amlogic-8726M-g++/qplatformdefs.h
+qt5/mkspecs/devices/linux-arm-hisilicon-hix5hd2-g++/qmake.conf
+qt5/mkspecs/devices/linux-arm-hisilicon-hix5hd2-g++/qplatformdefs.h
+qt5/mkspecs/devices/linux-arm-trident-pnx8473-g++/qmake.conf
+qt5/mkspecs/devices/linux-arm-trident-pnx8473-g++/qplatformdefs.h
+qt5/mkspecs/devices/linux-beagleboard-g++/qmake.conf
+qt5/mkspecs/devices/linux-beagleboard-g++/qplatformdefs.h
+qt5/mkspecs/devices/linux-imx53qsb-g++/qmake.conf
+qt5/mkspecs/devices/linux-imx53qsb-g++/qplatformdefs.h
+qt5/mkspecs/devices/linux-imx6-g++/qmake.conf
+qt5/mkspecs/devices/linux-imx6-g++/qplatformdefs.h
+qt5/mkspecs/devices/linux-mipsel-broadcom-97425-g++/qdirectfbeglhooks_bcm97425.cpp
+qt5/mkspecs/devices/linux-mipsel-broadcom-97425-g++/qmake.conf
+qt5/mkspecs/devices/linux-mipsel-broadcom-97425-g++/qplatformdefs.h
+qt5/mkspecs/devices/linux-odroid-xu3-g++/qmake.conf
+qt5/mkspecs/devices/linux-odroid-xu3-g++/qplatformdefs.h
+qt5/mkspecs/devices/linux-rasp-pi-g++/qmake.conf
+qt5/mkspecs/devices/linux-rasp-pi-g++/qplatformdefs.h
+qt5/mkspecs/devices/linux-rasp-pi2-g++/qmake.conf
+qt5/mkspecs/devices/linux-rasp-pi2-g++/qplatformdefs.h
+qt5/mkspecs/devices/linux-sh4-stmicro-ST7108-g++/qmake.conf
+qt5/mkspecs/devices/linux-sh4-stmicro-ST7108-g++/qplatformdefs.h
+qt5/mkspecs/devices/linux-sh4-stmicro-ST7540-g++/qmake.conf
+qt5/mkspecs/devices/linux-sh4-stmicro-ST7540-g++/qplatformdefs.h
+qt5/mkspecs/devices/linux-snowball-g++/qmake.conf
+qt5/mkspecs/devices/linux-snowball-g++/qplatformdefs.h
+qt5/mkspecs/devices/linux-tegra2-g++/qmake.conf
+qt5/mkspecs/devices/linux-tegra2-g++/qplatformdefs.h
+qt5/mkspecs/devices/qmake.conf
+qt5/mkspecs/features/android/android.prf
+qt5/mkspecs/features/android/android_deployment_settings.prf
+qt5/mkspecs/features/build_pass.prf
+qt5/mkspecs/features/c++11.prf
+qt5/mkspecs/features/c++14.prf
+qt5/mkspecs/features/cmake_functions.prf
+qt5/mkspecs/features/configure.prf
+qt5/mkspecs/features/create_cmake.prf
+qt5/mkspecs/features/ctest_testcase.prf
+qt5/mkspecs/features/ctest_testcase_common.prf
+qt5/mkspecs/features/ctest_testcase_installed.prf
+qt5/mkspecs/features/data/android/dx.bat
+qt5/mkspecs/features/data/cmake/ExtraSourceIncludes.cmake.in
+qt5/mkspecs/features/data/cmake/Qt5BasicConfig.cmake.in
+qt5/mkspecs/features/data/cmake/Qt5ConfigVersion.cmake.in
+qt5/mkspecs/features/data/cmake/Qt5PluginTarget.cmake.in
+qt5/mkspecs/features/data/dummy.cpp
+qt5/mkspecs/features/dbusadaptors.prf
+qt5/mkspecs/features/dbuscommon.pri
+qt5/mkspecs/features/dbusinterfaces.prf
+qt5/mkspecs/features/declarative_debug.prf
+qt5/mkspecs/features/default_post.prf
+qt5/mkspecs/features/default_pre.prf
+qt5/mkspecs/features/designer_defines.prf
+qt5/mkspecs/features/device_config.prf
+qt5/mkspecs/features/egl.prf
+qt5/mkspecs/features/exceptions.prf
+qt5/mkspecs/features/exceptions_off.prf
+qt5/mkspecs/features/exclusive_builds.prf
+qt5/mkspecs/features/exclusive_builds_post.prf
+qt5/mkspecs/features/gcov.prf
+qt5/mkspecs/features/include_source_dir.prf
+qt5/mkspecs/features/incredibuild_xge.prf
+qt5/mkspecs/features/java.prf
+qt5/mkspecs/features/lex.prf
+qt5/mkspecs/features/link_ltcg.prf
+qt5/mkspecs/features/link_pkgconfig.prf
+qt5/mkspecs/features/ltcg.prf
+qt5/mkspecs/features/mac/default_post.prf
+qt5/mkspecs/features/mac/objective_c.prf
+qt5/mkspecs/features/mac/rez.prf
+qt5/mkspecs/features/mac/sdk.prf
+qt5/mkspecs/features/moc.prf
+qt5/mkspecs/features/no_debug_info.prf
+qt5/mkspecs/features/precompile_header.prf
+qt5/mkspecs/features/qfeatures.prf
+qt5/mkspecs/features/qlalr.prf
+qt5/mkspecs/features/qmake.conf
+qt5/mkspecs/features/qml1_module.prf
+qt5/mkspecs/features/qml1_plugin.prf
+qt5/mkspecs/features/qml_debug.prf
+qt5/mkspecs/features/qml_module.prf
+qt5/mkspecs/features/qml_plugin.prf
+qt5/mkspecs/features/qmltestcase.prf
+qt5/mkspecs/features/qpa/basicunixfontdatabase.prf
+qt5/mkspecs/features/qpa/genericunixfontdatabase.prf
+qt5/mkspecs/features/qt.prf
+qt5/mkspecs/features/qt_android_deps.prf
+qt5/mkspecs/features/qt_app.prf
+qt5/mkspecs/features/qt_build_config.prf
+qt5/mkspecs/features/qt_build_paths.prf
+qt5/mkspecs/features/qt_common.prf
+qt5/mkspecs/features/qt_config.prf
+qt5/mkspecs/features/qt_docs.prf
+qt5/mkspecs/features/qt_docs_targets.prf
+qt5/mkspecs/features/qt_example_installs.prf
+qt5/mkspecs/features/qt_functions.prf
+qt5/mkspecs/features/qt_helper_lib.prf
+qt5/mkspecs/features/qt_installs.prf
+qt5/mkspecs/features/qt_module.prf
+qt5/mkspecs/features/qt_module_headers.prf
+qt5/mkspecs/features/qt_module_pris.prf
+qt5/mkspecs/features/qt_parts.prf
+qt5/mkspecs/features/qt_plugin.prf
+qt5/mkspecs/features/qt_targets.prf
+qt5/mkspecs/features/qt_tool.prf
+qt5/mkspecs/features/resolve_config.prf
+qt5/mkspecs/features/resolve_target.prf
+qt5/mkspecs/features/resources.prf
+qt5/mkspecs/features/sanitizer.prf
+qt5/mkspecs/features/silent.prf
+qt5/mkspecs/features/simd.prf
+qt5/mkspecs/features/spec_post.prf
+qt5/mkspecs/features/spec_pre.prf
+qt5/mkspecs/features/static_runtime.prf
+qt5/mkspecs/features/testcase.prf
+qt5/mkspecs/features/testcase_targets.prf
+qt5/mkspecs/features/testcocoon.prf
+qt5/mkspecs/features/testlib_defines.prf
+qt5/mkspecs/features/uic.prf
+qt5/mkspecs/features/unix/bsymbolic_functions.prf
+qt5/mkspecs/features/unix/dylib.prf
+qt5/mkspecs/features/unix/hide_symbols.prf
+qt5/mkspecs/features/unix/largefile.prf
+qt5/mkspecs/features/unix/opengl.prf
+qt5/mkspecs/features/unix/openvg.prf
+qt5/mkspecs/features/unix/separate_debug_info.prf
+qt5/mkspecs/features/unix/thread.prf
+qt5/mkspecs/features/unix/x11.prf
+qt5/mkspecs/features/unix/x11inc.prf
+qt5/mkspecs/features/unix/x11lib.prf
+qt5/mkspecs/features/unix/x11sm.prf
+qt5/mkspecs/features/use_c_linker.prf
+qt5/mkspecs/features/vxworks.prf
+qt5/mkspecs/features/warn_off.prf
+qt5/mkspecs/features/warn_on.prf
+qt5/mkspecs/features/wayland-scanner.prf
+qt5/mkspecs/features/win32/console.prf
+qt5/mkspecs/features/win32/default_pre.prf
+qt5/mkspecs/features/win32/dumpcpp.prf
+qt5/mkspecs/features/win32/idcidl.prf
+qt5/mkspecs/features/win32/msvc_mp.prf
+qt5/mkspecs/features/win32/opengl.prf
+qt5/mkspecs/features/win32/openvg.prf
+qt5/mkspecs/features/win32/qt_config.prf
+qt5/mkspecs/features/win32/qt_dll.prf
+qt5/mkspecs/features/win32/rtti.prf
+qt5/mkspecs/features/win32/rtti_off.prf
+qt5/mkspecs/features/win32/stl.prf
+qt5/mkspecs/features/win32/stl_off.prf
+qt5/mkspecs/features/win32/windeployqt.prf
+qt5/mkspecs/features/win32/windows.prf
+qt5/mkspecs/features/winrt/console.prf
+qt5/mkspecs/features/winrt/default_pre.prf
+qt5/mkspecs/features/winrt/font_deployment.prf
+qt5/mkspecs/features/winrt/package_manifest.prf
+qt5/mkspecs/features/xctest.prf
+qt5/mkspecs/features/yacc.prf
+qt5/mkspecs/freebsd-g++/qmake.conf
+qt5/mkspecs/freebsd-g++/qplatformdefs.h
+qt5/mkspecs/freebsd-g++46/qmake.conf
+qt5/mkspecs/freebsd-g++46/qplatformdefs.h
+qt5/mkspecs/freebsd-icc/qmake.conf
+qt5/mkspecs/freebsd-icc/qplatformdefs.h
+qt5/mkspecs/haiku-g++/qmake.conf
+qt5/mkspecs/haiku-g++/qplatformdefs.h
+qt5/mkspecs/hpux-acc-64/qmake.conf
+qt5/mkspecs/hpux-acc-64/qplatformdefs.h
+qt5/mkspecs/hpux-acc-o64/qmake.conf
+qt5/mkspecs/hpux-acc-o64/qplatformdefs.h
+qt5/mkspecs/hpux-acc/qmake.conf
+qt5/mkspecs/hpux-acc/qplatformdefs.h
+qt5/mkspecs/hpux-g++-64/qmake.conf
+qt5/mkspecs/hpux-g++-64/qplatformdefs.h
+qt5/mkspecs/hpux-g++/qmake.conf
+qt5/mkspecs/hpux-g++/qplatformdefs.h
+qt5/mkspecs/hpuxi-acc-32/qmake.conf
+qt5/mkspecs/hpuxi-acc-32/qplatformdefs.h
+qt5/mkspecs/hpuxi-acc-64/qmake.conf
+qt5/mkspecs/hpuxi-acc-64/qplatformdefs.h
+qt5/mkspecs/hpuxi-g++-64/qmake.conf
+qt5/mkspecs/hpuxi-g++-64/qplatformdefs.h
+qt5/mkspecs/hurd-g++/qmake.conf
+qt5/mkspecs/hurd-g++/qplatformdefs.h
+qt5/mkspecs/irix-cc-64/qmake.conf
+qt5/mkspecs/irix-cc-64/qplatformdefs.h
+qt5/mkspecs/irix-cc/qmake.conf
+qt5/mkspecs/irix-cc/qplatformdefs.h
+qt5/mkspecs/irix-g++-64/qmake.conf
+qt5/mkspecs/irix-g++-64/qplatformdefs.h
+qt5/mkspecs/irix-g++/qmake.conf
+qt5/mkspecs/irix-g++/qplatformdefs.h
+qt5/mkspecs/linux-arm-gnueabi-g++/qmake.conf
+qt5/mkspecs/linux-arm-gnueabi-g++/qplatformdefs.h
+qt5/mkspecs/linux-clang-libc++/qmake.conf
+qt5/mkspecs/linux-clang-libc++/qplatformdefs.h
+qt5/mkspecs/linux-clang/qmake.conf
+qt5/mkspecs/linux-clang/qplatformdefs.h
+qt5/mkspecs/linux-cxx/qmake.conf
+qt5/mkspecs/linux-cxx/qplatformdefs.h
+qt5/mkspecs/linux-g++-32/qmake.conf
+qt5/mkspecs/linux-g++-32/qplatformdefs.h
+qt5/mkspecs/linux-g++-64/qmake.conf
+qt5/mkspecs/linux-g++-64/qplatformdefs.h
+qt5/mkspecs/linux-g++/qmake.conf
+qt5/mkspecs/linux-g++/qplatformdefs.h
+qt5/mkspecs/linux-icc-32/qmake.conf
+qt5/mkspecs/linux-icc-32/qplatformdefs.h
+qt5/mkspecs/linux-icc-64/qmake.conf
+qt5/mkspecs/linux-icc-64/qplatformdefs.h
+qt5/mkspecs/linux-icc/qmake.conf
+qt5/mkspecs/linux-icc/qplatformdefs.h
+qt5/mkspecs/linux-kcc/qmake.conf
+qt5/mkspecs/linux-kcc/qplatformdefs.h
+qt5/mkspecs/linux-llvm/qmake.conf
+qt5/mkspecs/linux-llvm/qplatformdefs.h
+qt5/mkspecs/linux-lsb-g++/qmake.conf
+qt5/mkspecs/linux-lsb-g++/qplatformdefs.h
+qt5/mkspecs/linux-pgcc/qmake.conf
+qt5/mkspecs/linux-pgcc/qplatformdefs.h
+qt5/mkspecs/lynxos-g++/qmake.conf
+qt5/mkspecs/lynxos-g++/qplatformdefs.h
+qt5/mkspecs/macx-clang-32/Info.plist.app
+qt5/mkspecs/macx-clang-32/Info.plist.lib
+qt5/mkspecs/macx-clang-32/qmake.conf
+qt5/mkspecs/macx-clang-32/qplatformdefs.h
+qt5/mkspecs/macx-clang/Info.plist.app
+qt5/mkspecs/macx-clang/Info.plist.lib
+qt5/mkspecs/macx-clang/qmake.conf
+qt5/mkspecs/macx-clang/qplatformdefs.h
+qt5/mkspecs/macx-g++-32/Info.plist.app
+qt5/mkspecs/macx-g++-32/Info.plist.lib
+qt5/mkspecs/macx-g++-32/qmake.conf
+qt5/mkspecs/macx-g++-32/qplatformdefs.h
+qt5/mkspecs/macx-g++/Info.plist.app
+qt5/mkspecs/macx-g++/Info.plist.lib
+qt5/mkspecs/macx-g++/qmake.conf
+qt5/mkspecs/macx-g++/qplatformdefs.h
+qt5/mkspecs/macx-g++40/Info.plist.app
+qt5/mkspecs/macx-g++40/Info.plist.lib
+qt5/mkspecs/macx-g++40/qmake.conf
+qt5/mkspecs/macx-g++40/qplatformdefs.h
+qt5/mkspecs/macx-g++42/Info.plist.app
+qt5/mkspecs/macx-g++42/Info.plist.lib
+qt5/mkspecs/macx-g++42/qmake.conf
+qt5/mkspecs/macx-g++42/qplatformdefs.h
+qt5/mkspecs/macx-icc/Info.plist.app
+qt5/mkspecs/macx-icc/Info.plist.lib
+qt5/mkspecs/macx-icc/qmake.conf
+qt5/mkspecs/macx-icc/qplatformdefs.h
+qt5/mkspecs/macx-ios-clang/Default-568h%2x.png@localhost
+qt5/mkspecs/macx-ios-clang/Info.plist.app
+qt5/mkspecs/macx-ios-clang/Info.plist.lib
+qt5/mkspecs/macx-ios-clang/LaunchScreen.xib
+qt5/mkspecs/macx-ios-clang/features/default_post.prf
+qt5/mkspecs/macx-ios-clang/features/default_pre.prf
+qt5/mkspecs/macx-ios-clang/features/qt.prf
+qt5/mkspecs/macx-ios-clang/features/qt_config.prf
+qt5/mkspecs/macx-ios-clang/features/qt_parts.prf
+qt5/mkspecs/macx-ios-clang/features/sdk.prf
+qt5/mkspecs/macx-ios-clang/qmake.conf
+qt5/mkspecs/macx-ios-clang/qplatformdefs.h
+qt5/mkspecs/macx-ios-clang/rename_main.sh
+qt5/mkspecs/macx-llvm/Info.plist.app
+qt5/mkspecs/macx-llvm/Info.plist.lib
+qt5/mkspecs/macx-llvm/qmake.conf
+qt5/mkspecs/macx-llvm/qplatformdefs.h
+qt5/mkspecs/macx-xcode/QtTest.plist
+qt5/mkspecs/macx-xcode/WorkspaceSettings.xcsettings
+qt5/mkspecs/macx-xcode/default.xcscheme
+qt5/mkspecs/macx-xcode/qmake.conf
+qt5/mkspecs/macx-xcode/qplatformdefs.h
+qt5/mkspecs/modules/qt_lib_bootstrap_private.pri
+qt5/mkspecs/modules/qt_lib_concurrent.pri
+qt5/mkspecs/modules/qt_lib_concurrent_private.pri
+qt5/mkspecs/modules/qt_lib_core.pri
+qt5/mkspecs/modules/qt_lib_core_private.pri
+qt5/mkspecs/modules/qt_lib_dbus.pri
+qt5/mkspecs/modules/qt_lib_dbus_private.pri
+${PLIST.egl}qt5/mkspecs/modules/qt_lib_eglfs_device_lib_private.pri
+qt5/mkspecs/modules/qt_lib_gui.pri
+qt5/mkspecs/modules/qt_lib_gui_private.pri
+qt5/mkspecs/modules/qt_lib_network.pri
+qt5/mkspecs/modules/qt_lib_network_private.pri
+qt5/mkspecs/modules/qt_lib_opengl.pri
+qt5/mkspecs/modules/qt_lib_opengl_private.pri
+qt5/mkspecs/modules/qt_lib_openglextensions.pri
+qt5/mkspecs/modules/qt_lib_openglextensions_private.pri
+qt5/mkspecs/modules/qt_lib_platformsupport_private.pri
+qt5/mkspecs/modules/qt_lib_printsupport.pri
+qt5/mkspecs/modules/qt_lib_printsupport_private.pri
+qt5/mkspecs/modules/qt_lib_sql.pri
+qt5/mkspecs/modules/qt_lib_sql_private.pri
+qt5/mkspecs/modules/qt_lib_testlib.pri
+qt5/mkspecs/modules/qt_lib_testlib_private.pri
+qt5/mkspecs/modules/qt_lib_widgets.pri
+qt5/mkspecs/modules/qt_lib_widgets_private.pri
+${PLIST.unix}qt5/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri
+qt5/mkspecs/modules/qt_lib_xml.pri
+qt5/mkspecs/modules/qt_lib_xml_private.pri
+qt5/mkspecs/netbsd-g++/qmake.conf
+qt5/mkspecs/netbsd-g++/qplatformdefs.h
+qt5/mkspecs/openbsd-g++/qmake.conf
+qt5/mkspecs/openbsd-g++/qplatformdefs.h
+qt5/mkspecs/qconfig.pri
+qt5/mkspecs/qdevice.pri
+qt5/mkspecs/qfeatures.pri
+qt5/mkspecs/qmodule.pri
+qt5/mkspecs/qnx-armle-v7-qcc/qmake.conf
+qt5/mkspecs/qnx-armle-v7-qcc/qplatformdefs.h
+qt5/mkspecs/qnx-x86-qcc/qmake.conf
+qt5/mkspecs/qnx-x86-qcc/qplatformdefs.h
+qt5/mkspecs/sco-cc/qmake.conf
+qt5/mkspecs/sco-cc/qplatformdefs.h
+qt5/mkspecs/sco-g++/qmake.conf
+qt5/mkspecs/sco-g++/qplatformdefs.h
+qt5/mkspecs/solaris-cc-64-stlport/qmake.conf
+qt5/mkspecs/solaris-cc-64-stlport/qplatformdefs.h
+qt5/mkspecs/solaris-cc-64/qmake.conf
+qt5/mkspecs/solaris-cc-64/qplatformdefs.h
+qt5/mkspecs/solaris-cc-stlport/qmake.conf
+qt5/mkspecs/solaris-cc-stlport/qplatformdefs.h
+qt5/mkspecs/solaris-cc/qmake.conf
+qt5/mkspecs/solaris-cc/qplatformdefs.h
+qt5/mkspecs/solaris-g++-64/qmake.conf
+qt5/mkspecs/solaris-g++-64/qplatformdefs.h
+qt5/mkspecs/solaris-g++/qmake.conf
+qt5/mkspecs/solaris-g++/qplatformdefs.h
+qt5/mkspecs/tru64-cxx/qmake.conf
+qt5/mkspecs/tru64-cxx/qplatformdefs.h
+qt5/mkspecs/tru64-g++/qmake.conf
+qt5/mkspecs/tru64-g++/qplatformdefs.h
+qt5/mkspecs/unixware-cc/qmake.conf
+qt5/mkspecs/unixware-cc/qplatformdefs.h
+qt5/mkspecs/unixware-g++/qmake.conf
+qt5/mkspecs/unixware-g++/qplatformdefs.h
+qt5/mkspecs/unsupported/android-g++/qeglfshooks_surfaceflinger.cpp
+qt5/mkspecs/unsupported/android-g++/qmake.conf
+qt5/mkspecs/unsupported/android-g++/qplatformdefs.h
+qt5/mkspecs/unsupported/freebsd-clang/qmake.conf
+qt5/mkspecs/unsupported/freebsd-clang/qplatformdefs.h
+qt5/mkspecs/unsupported/linux-armcc/qmake.conf
+qt5/mkspecs/unsupported/linux-armcc/qplatformdefs.h
+qt5/mkspecs/unsupported/linux-host-g++/qmake.conf
+qt5/mkspecs/unsupported/linux-host-g++/qplatformdefs.h
+qt5/mkspecs/unsupported/linux-scratchbox2-g++/qmake.conf
+qt5/mkspecs/unsupported/linux-scratchbox2-g++/qplatformdefs.h
+qt5/mkspecs/unsupported/nacl-g++/qmake.conf
+qt5/mkspecs/unsupported/nacl-g++/qplatformdefs.h
+qt5/mkspecs/unsupported/nacl64-g++/qmake.conf
+qt5/mkspecs/unsupported/nacl64-g++/qplatformdefs.h
+qt5/mkspecs/unsupported/qmake.conf
+qt5/mkspecs/unsupported/qnx-X11-g++/qmake.conf
+qt5/mkspecs/unsupported/qnx-X11-g++/qplatformdefs.h
+qt5/mkspecs/unsupported/vxworks-ppc-dcc/qmake.conf
+qt5/mkspecs/unsupported/vxworks-ppc-dcc/qplatformdefs.h
+qt5/mkspecs/unsupported/vxworks-ppc-g++/qmake.conf
+qt5/mkspecs/unsupported/vxworks-ppc-g++/qplatformdefs.h
+qt5/mkspecs/unsupported/vxworks-simpentium-dcc/qmake.conf
+qt5/mkspecs/unsupported/vxworks-simpentium-dcc/qplatformdefs.h
+qt5/mkspecs/unsupported/vxworks-simpentium-g++/qmake.conf
+qt5/mkspecs/unsupported/vxworks-simpentium-g++/qplatformdefs.h
+qt5/mkspecs/win32-g++/qmake.conf
+qt5/mkspecs/win32-g++/qplatformdefs.h
+qt5/mkspecs/win32-icc/qmake.conf
+qt5/mkspecs/win32-icc/qplatformdefs.h
+qt5/mkspecs/win32-msvc2005/qmake.conf
+qt5/mkspecs/win32-msvc2005/qplatformdefs.h
+qt5/mkspecs/win32-msvc2008/qmake.conf
+qt5/mkspecs/win32-msvc2008/qplatformdefs.h
+qt5/mkspecs/win32-msvc2010/qmake.conf
+qt5/mkspecs/win32-msvc2010/qplatformdefs.h
+qt5/mkspecs/win32-msvc2012/qmake.conf
+qt5/mkspecs/win32-msvc2012/qplatformdefs.h
+qt5/mkspecs/win32-msvc2013/qmake.conf
+qt5/mkspecs/win32-msvc2013/qplatformdefs.h
+qt5/mkspecs/win32-msvc2015/qmake.conf
+qt5/mkspecs/win32-msvc2015/qplatformdefs.h
+qt5/mkspecs/wince60standard-armv4i-msvc2005/qmake.conf
+qt5/mkspecs/wince60standard-armv4i-msvc2005/qplatformdefs.h
+qt5/mkspecs/wince60standard-x86-msvc2005/qmake.conf
+qt5/mkspecs/wince60standard-x86-msvc2005/qplatformdefs.h
+qt5/mkspecs/wince70embedded-armv4i-msvc2008/qmake.conf
+qt5/mkspecs/wince70embedded-armv4i-msvc2008/qplatformdefs.h
+qt5/mkspecs/wince70embedded-x86-msvc2008/qmake.conf
+qt5/mkspecs/wince70embedded-x86-msvc2008/qplatformdefs.h
+qt5/mkspecs/wince80colibri-armv7-msvc2012/qmake.conf
+qt5/mkspecs/wince80colibri-armv7-msvc2012/qplatformdefs.h
+qt5/mkspecs/winphone-arm-msvc2013/qmake.conf
+qt5/mkspecs/winphone-arm-msvc2013/qplatformdefs.h
+qt5/mkspecs/winphone-x86-msvc2013/qmake.conf
+qt5/mkspecs/winphone-x86-msvc2013/qplatformdefs.h
+qt5/mkspecs/winrt-arm-msvc2013/qmake.conf
+qt5/mkspecs/winrt-arm-msvc2013/qplatformdefs.h
+qt5/mkspecs/winrt-arm-msvc2015/qmake.conf
+qt5/mkspecs/winrt-arm-msvc2015/qplatformdefs.h
+qt5/mkspecs/winrt-x64-msvc2013/qmake.conf
+qt5/mkspecs/winrt-x64-msvc2013/qplatformdefs.h
+qt5/mkspecs/winrt-x64-msvc2015/qmake.conf
+qt5/mkspecs/winrt-x64-msvc2015/qplatformdefs.h
+qt5/mkspecs/winrt-x86-msvc2013/qmake.conf
+qt5/mkspecs/winrt-x86-msvc2013/qplatformdefs.h
+${PLIST.mac}qt5/plugins/bearer/libqcorewlanbearer.la
+qt5/mkspecs/winrt-x86-msvc2015/qmake.conf
+qt5/mkspecs/winrt-x86-msvc2015/qplatformdefs.h
+qt5/plugins/bearer/libqgenericbearer.la
+${PLIST.egl}qt5/plugins/egldeviceintegrations/libqeglfs-x11-integration.la
+qt5/plugins/generic/libqtuiotouchplugin.la
+qt5/plugins/imageformats/libqgif.la
+qt5/plugins/imageformats/libqico.la
+qt5/plugins/imageformats/libqjpeg.la
+${PLIST.unix}qt5/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.la
+${PLIST.unix}qt5/plugins/platforminputcontexts/libibusplatforminputcontextplugin.la
+${PLIST.mac}qt5/plugins/platforms/libqcocoa.la
+${PLIST.egl}qt5/plugins/platforms/libqeglfs.la
+qt5/plugins/platforms/libqminimal.la
+${PLIST.egl}qt5/plugins/platforms/libqminimalegl.la
+qt5/plugins/platforms/libqoffscreen.la
+${PLIST.unix}qt5/plugins/platforms/libqxcb.la
+${PLIST.gtk2}qt5/plugins/platformthemes/libqgtk2.la
+${PLIST.mac}qt5/plugins/printsupport/libcocoaprintersupport.la
+${PLIST.cups}qt5/plugins/printsupport/libcupsprintersupport.la
+${PLIST.unix}qt5/plugins/xcbglintegrations/libqxcb-glx-integration.la
+${PLIST.egl}qt5/plugins/xcbglintegrations/libqxcb-egl-integration.la
diff --git a/qt5-qtbase58/PLIST.Linux b/qt5-qtbase58/PLIST.Linux
new file mode 100644
index 0000000..0243343
--- /dev/null
+++ b/qt5-qtbase58/PLIST.Linux
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST.Linux,v 1.2 2016/01/03 21:15:57 markd Exp $
+qt5/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake
+qt5/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake
+qt5/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake
+qt5/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake
+qt5/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake
+qt5/lib/cmake/Qt5Network/Qt5Network_QConnmanEnginePlugin.cmake
+qt5/lib/cmake/Qt5Network/Qt5Network_QNetworkManagerEnginePlugin.cmake
+qt5/plugins/bearer/libqconnmanbearer.la
+qt5/plugins/bearer/libqnmbearer.la
+qt5/plugins/generic/libqevdevkeyboardplugin.la
+qt5/plugins/generic/libqevdevmouseplugin.la
+qt5/plugins/generic/libqevdevtabletplugin.la
+qt5/plugins/generic/libqevdevtouchplugin.la
+qt5/plugins/platforms/libqlinuxfb.la
diff --git a/qt5-qtbase58/buildlink3.mk b/qt5-qtbase58/buildlink3.mk
new file mode 100644
index 0000000..694d60e
--- /dev/null
+++ b/qt5-qtbase58/buildlink3.mk
@@ -0,0 +1,58 @@
+# $NetBSD: buildlink3.mk,v 1.16 2016/12/04 05:17:15 ryoon Exp $
+
+BUILDLINK_TREE+=	qt5-qtbase
+
+.if !defined(QT5_QTBASE_BUILDLINK3_MK)
+QT5_QTBASE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.qt5-qtbase+=	qt5-qtbase>=5.5.1
+BUILDLINK_ABI_DEPENDS.qt5-qtbase+=	qt5-qtbase>=5.5.1nb9
+BUILDLINK_PKGSRCDIR.qt5-qtbase?=	../../x11/qt5-qtbase
+
+BUILDLINK_INCDIRS.qt5-qtbase+=	qt5/include
+BUILDLINK_LIBDIRS.qt5-qtbase+=	qt5/lib
+BUILDLINK_LIBDIRS.qt5-qtbase+=	qt5/plugins
+
+QTDIR=		${BUILDLINK_PREFIX.qt5-qtbase}/qt5
+CMAKE_PREFIX_PATH+=	${QTDIR}
+
+CONFIGURE_ENV+=	QTDIR=${QTDIR}
+MAKE_ENV+= 	QTDIR=${QTDIR}
+
+PTHREAD_OPTS+=	require
+
+.include "../../mk/bsd.fast.prefs.mk"
+
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/pcre/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../fonts/harfbuzz/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../sysutils/dbus/buildlink3.mk"
+.include "../../textproc/icu/buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.if ${OPSYS} != "Darwin"
+.include "../../graphics/glu/buildlink3.mk"
+.include "../../x11/libxcb/buildlink3.mk"
+.include "../../x11/xcb-util/buildlink3.mk"
+.include "../../x11/xcb-util-image/buildlink3.mk"
+.include "../../x11/xcb-util-keysyms/buildlink3.mk"
+.include "../../x11/xcb-util-wm/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXcursor/buildlink3.mk"
+.include "../../x11/libXft/buildlink3.mk"
+.include "../../x11/libXmu/buildlink3.mk"
+.include "../../x11/libXrandr/buildlink3.mk"
+.include "../../x11/libXrender/buildlink3.mk"
+.include "../../x11/libxkbcommon/buildlink3.mk"
+.endif
+.endif	# QT5_QTBASE_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-qt5-qtbase
diff --git a/qt5-qtbase58/distinfo b/qt5-qtbase58/distinfo
new file mode 100644
index 0000000..e5fa5f5
--- /dev/null
+++ b/qt5-qtbase58/distinfo
@@ -0,0 +1,27 @@
+$NetBSD: distinfo,v 1.31 2016/12/04 21:46:54 marino Exp $
+
+SHA1 (qtbase-opensource-src-5.8.0.tar.xz) = eacdd022615734ccdba4e7a92f1f5f3366c0c415
+RMD160 (qtbase-opensource-src-5.8.0.tar.xz) = d395139af720a9c3bf00f962e2c3ebe01cd75702
+SHA512 (qtbase-opensource-src-5.8.0.tar.xz) = 36a1ba4b0dba02ae65c3b2b0aa3fb3767cbee4dbdf204c9ded7d1700e70144ce85a3a66167f86cc716a1fdd38d832962b2a752e803b0647d03032b2685da5ced
+Size (qtbase-opensource-src-5.8.0.tar.xz) = 44318700 bytes
+SHA1 (patch-config.tests_unix_iconv_iconv.cpp) = 05131870b21ff778b1e6f3d1e7287060b6b88764
+SHA1 (patch-configure) = 2de096b861be296dc6a5986f87cee0f7bd78d032
+SHA1 (patch-mkspecs_features_create__cmake.prf) = 3f6b3a592e29f5529e5c87dbac036c165470eac4
+SHA1 (patch-mkspecs_features_qt__module__pris.prf) = 623df7b7ffa1c8e56ceebc565efe936c74ae1c48
+SHA1 (patch-mkspecs_features_simd.prf) = 7dbe61df6252adebeac374e3541bc5ff4c93909b
+SHA1 (patch-qmake_Makefile.unix) = acee02d93c060e5af4ec84eeef2226399854af46
+SHA1 (patch-qmake_generators_makefile.cpp) = 457453c2027081fe7db5bc4a87e8b62af0993022
+SHA1 (patch-qmake_generators_unix_unixmake.cpp) = e670b4a27f5f48ae73e851b887a8309e81266d6e
+SHA1 (patch-qmake_generators_unix_unixmake2.cpp) = ad739a3eb3806a6962ae224dc090d22102685904
+SHA1 (patch-qmake_qmake.pri) = 142f2b7d0dbfbc829afc9f83bf8be8b3054b8cf7
+SHA1 (patch-src_corelib_codecs_qiconvcodec.cpp) = 4387447f0f23f0f8c623c0c019ab632bc1cb5617
+SHA1 (patch-src_corelib_io_io.pri) = fd2f93b5af4dda729b274dd0d8f82ca29b3cb62a
+SHA1 (patch-src_corelib_io_qstandardpaths_unix.cpp) = de4b6c6be89524763e40698bcf5e8f413abdb938
+SHA1 (patch-src_corelib_io_qstorageinfo_unix.cpp) = 49e63522770c3c7863ccc04cc8841a73fa781a94
+SHA1 (patch-src_network_kernel_qhostinfo__unix.cpp) = 04f5137a5530d69c183ce188df6eee65550ba2f8
+SHA1 (patch-src_openglextensions_openglextensions.pro) = 575d31c3a48f36d82dc1f342078e636f4c25e33f
+SHA1 (patch-src_tools_bootstrap_bootstrap.pro) = 0eb333ed8193ef056dc2c4ed99fb9d207c31fa02
+SHA1 (patch-src_tools_moc_main.cpp) = ebdddd657ba1c24657a9ca5624907e31a5d0c8bb
+SHA1 (patch-src_widgets_graphicsview_qgraphicsitem__p.h) = fd55d5ef6fde506849aab07f7ba23e856373b3a1
+SHA1 (patch-tests_auto_corelib_io_qprocess_qprocess.pro) = 1dbb08e5ec6715cbe239efdfb45389959b179ea3
+SHA1 (patch-tests_auto_widgets_itemviews_qtreewidgetitemiterator_qtreewidgetitemiterator.pro) = a0534c3fe05ea1d7a23170811d1da7fa740e31d1
diff --git a/qt5-qtbase58/files/qmake.conf b/qt5-qtbase58/files/qmake.conf
new file mode 100644
index 0000000..bf2e98c
--- /dev/null
+++ b/qt5-qtbase58/files/qmake.conf
@@ -0,0 +1,70 @@
+#
+# qmake configuration for pkgsrc
+#
+
+MAKEFILE_GENERATOR	= UNIX
+QMAKE_PLATFORM		= unix
+CONFIG += qt warn_on release link_prl incremental gdb_dwarf_index
+CONFIG += compile_libtool
+QMAKE_INCREMENTAL_STYLE = sublib
+
+QMAKE_COMPILER		= @CC@
+
+QMAKE_CC		= @CC@
+QMAKE_LEX		= @LEX@
+QMAKE_LEXFLAGS		=
+QMAKE_YACC		= @YACC@
+QMAKE_YACCFLAGS		= -d
+QMAKE_CFLAGS		= @CFLAGS@
+#QMAKE_CFLAGS_THREAD	= -D_REENTRANT
+
+QMAKE_CXX		= @CXX@
+QMAKE_CXXFLAGS		= @CXXFLAGS@ -DQ_TRAILING_DIR_SEP
+# alloca usage requires GNU extensions
+QMAKE_CXXFLAGS_CXX11	= -std=gnu++0x
+
+QMAKE_INCDIR		= @LOCALBASE@/include
+QMAKE_LIBDIR		= @LOCALBASE@/lib
+QMAKE_INCDIR_X11	= @X11BASE@/include
+QMAKE_LIBDIR_X11	= @X11BASE@/lib
+QMAKE_INCDIR_OPENGL	= @X11BASE@/include
+QMAKE_LIBDIR_OPENGL	= @X11BASE@/lib
+
+QMAKE_LINK		= @CXX@
+QMAKE_LINK_SHLIB	= @CXX@
+QMAKE_LINK_C		= @CC@
+QMAKE_LINK_C_SHLIB	= @CC@
+QMAKE_LINK_SHLIB_CMD    = $$QMAKE_LINK_SHLIB $$QMAKE_LFLAGS_SHLIB $(LFLAGS) $$QMAKE_LFLAGS -o $(TARGETD) $(OBJECTS) $(OBJMOC) $(LIBS)
+
+# --- from gcc-base-unix.conf
+#QMAKE_LFLAGS_SHLIB	= -Wl,-Bdynamic
+#QMAKE_LFLAGS_PLUGIN	= $$QMAKE_LFLAGS_SHLIB
+#QMAKE_LFLAGS_SONAME	= -Wl,-soname,
+QMAKE_LFLAGS_THREAD	= @PTHREAD_LDFLAGS@
+#QMAKE_LFLAGS_RPATH	= -rpath
+# -Bsymbolic-functions (ld) support
+#QMAKE_LFLAGS_BSYMBOLIC_FUNC = -Wl,-Bsymbolic-functions
+#QMAKE_LFLAGS_DYNAMIC_LIST = -Wl,--dynamic-list,
+# ---
+
+QMAKE_LIBS		=
+QMAKE_LIBS_DYNLOAD	=
+QMAKE_LIBS_X11		= -lXext -lX11 -lm @SYS_LIBS@
+QMAKE_LIBS_OPENGL	= -lGL
+QMAKE_LIBS_OPENGL_QT	= -lGL
+QMAKE_LIBS_THREAD	= @PTHREAD_LIBS@
+
+QMAKE_AR		= @AR@ cqs
+QMAKE_OBJCOPY           = objcopy
+QMAKE_RANLIB		= @QMAKE_RANLIB@
+
+QMAKE_MOC		= $(QTDIR)/bin/moc
+QMAKE_UIC		= $(QTDIR)/bin/uic
+QMAKE_UIC3		= $(QTDIR)/bin/uic3
+QMAKE_RCC		= $(QTDIR)/bin/rcc
+
+QMAKE_MKDIR		= @MKDIR@
+
+include(../common/gcc-base-unix.conf)
+include(../common/unix.conf)
+load(qt_config)
diff --git a/qt5-qtbase58/files/qmake.conf.mac b/qt5-qtbase58/files/qmake.conf.mac
new file mode 100644
index 0000000..b234428
--- /dev/null
+++ b/qt5-qtbase58/files/qmake.conf.mac
@@ -0,0 +1,61 @@
+#
+# qmake configuration for pkgsrc
+#
+
+MAKEFILE_GENERATOR	= UNIX
+QMAKE_PLATFORM		= darwin mac macx osx
+CONFIG += qt warn_on release link_prl incremental global_init_link_order lib_version_first plugin_no_soname
+CONFIG += compile_libtool
+QMAKE_INCREMENTAL_STYLE = sublib
+
+QMAKE_COMPILER		= @CC@
+
+QMAKE_CC		= @CC@
+QMAKE_LEX		= @LEX@
+QMAKE_LEXFLAGS		=
+QMAKE_YACC		= @YACC@
+QMAKE_CFLAGS		= @CFLAGS@
+#QMAKE_CFLAGS_THREAD	= -D_REENTRANT
+
+QMAKE_CXX		= @CXX@
+QMAKE_CXXFLAGS		= @CXXFLAGS@ -DQ_TRAILING_DIR_SEP
+QMAKE_CXXFLAGS_CXX11	= -std=c++0x
+
+QMAKE_INCDIR		= @LOCALBASE@/include
+QMAKE_LIBDIR		= @LOCALBASE@/lib
+#QMAKE_INCDIR_OPENGL	= /System/Library/Frameworks/OpenGL.framework/Headers \
+#			  /System/Library/Frameworks/AGL.framework/Headers/
+
+QMAKE_LINK		= @CXX@
+QMAKE_LINK_SHLIB	= @CXX@
+QMAKE_LINK_C		= @CC@
+QMAKE_LINK_C_SHLIB	= @CC@
+QMAKE_LINK_SHLIB_CMD    = $$QMAKE_LINK_SHLIB $$QMAKE_LFLAGS_SHLIB $(LFLAGS) $$QMAKE_LFLAGS -o $(TARGETD) $(OBJECTS) $(OBJMOC) $(LIBS)
+QMAKE_LFLAGS		= @LDFLAGS@
+QMAKE_LFLAGS_RPATH	=
+QMAKE_LFLAGS_THREAD	= @PTHREAD_LDFLAGS@
+# -all_load required to make Objective-C categories work in static builds.
+QMAKE_LFLAGS_STATIC_LIB	= -all_load
+
+QMAKE_FIX_RPATH		= install_name_tool -id
+QMAKE_EXTENSION_SHLIB	= dylib
+
+QMAKE_LIBS		=
+QMAKE_LIBS_DYNLOAD	=
+QMAKE_LIBS_THREAD	=
+QMAKE_LIBS_OPENGL	= -framework OpenGL -framework AGL
+
+QMAKE_AR		= @AR@ cq
+QMAKE_NM		= nm -P
+QMAKE_RANLIB		= @QMAKE_RANLIB@
+
+QMAKE_MOC		= $(QTDIR)/bin/moc
+QMAKE_UIC		= $(QTDIR)/bin/uic
+QMAKE_UIC3		= $(QTDIR)/bin/uic3
+QMAKE_RCC		= $(QTDIR)/bin/rcc
+
+QMAKE_MKDIR		= @MKDIR@
+
+include(../common/gcc-base-mac.conf)
+include(../common/unix.conf)
+load(qt_config)
diff --git a/qt5-qtbase58/options.mk b/qt5-qtbase58/options.mk
new file mode 100644
index 0000000..2eb4cfa
--- /dev/null
+++ b/qt5-qtbase58/options.mk
@@ -0,0 +1,34 @@
+# $NetBSD: options.mk,v 1.7 2016/01/18 20:52:43 nros Exp $
+
+PKG_OPTIONS_VAR=	PKG_OPTIONS.qt5
+PKG_SUPPORTED_OPTIONS=	cups debug gtk3
+
+.include "../../mk/bsd.options.mk"
+
+PLIST_VARS+=		cups gtk3
+
+.if !empty(PKG_OPTIONS:Mcups)
+.  include "../../print/cups/buildlink3.mk"
+CONFIGURE_ARGS+=	-cups
+PLIST.cups=		yes
+.else
+CONFIGURE_ARGS+=	-no-cups
+.endif
+
+.if !empty(PKG_OPTIONS:Mgtk2)
+.  include "../../x11/gtk3/buildlink3.mk"
+CONFIGURE_ARGS+=	-gtk
+PLIST.gtk3=		yes
+.else
+CONFIGURE_ARGS+=	-no-gtk
+.endif
+
+.if !empty(PKG_OPTIONS:Mdebug)
+# this does not work - builds libQtBoostracp_debug
+CC+=			-ggdb
+CXX+=			-ggdb
+CONFIGURE_ARGS+=	-debug
+INSTALL_UNSTRIPPED=	yes
+.else
+CONFIGURE_ARGS+=	-release
+.endif
diff --git a/qt5-qtbase58/patches/patch-config.tests_unix_iconv_iconv.cpp b/qt5-qtbase58/patches/patch-config.tests_unix_iconv_iconv.cpp
new file mode 100644
index 0000000..5c3cda5
--- /dev/null
+++ b/qt5-qtbase58/patches/patch-config.tests_unix_iconv_iconv.cpp
@@ -0,0 +1,18 @@
+$NetBSD: patch-config.tests_unix_iconv_iconv.cpp,v 1.1 2014/12/30 17:23:46 adam Exp $
+
+* Fix for NetBSD iconv(3)
+
+--- config.tests/unix/iconv/iconv.cpp.orig	2013-11-27 01:01:17.000000000 +0000
++++ config.tests/unix/iconv/iconv.cpp
+@@ -48,7 +48,11 @@ int main(int, char **)
+ {
+     iconv_t x = iconv_open("", "");
+ 
++#if defined(__NetBSD__)
++    const char *inp;
++#else
+     char *inp;
++#endif
+     char *outp;
+     size_t inbytes, outbytes;
+     iconv(x, &inp, &inbytes, &outp, &outbytes);
diff --git a/qt5-qtbase58/patches/patch-configure b/qt5-qtbase58/patches/patch-configure
new file mode 100644
index 0000000..7433685
--- /dev/null
+++ b/qt5-qtbase58/patches/patch-configure
@@ -0,0 +1,52 @@
+$NetBSD: patch-configure,v 1.4 2016/03/14 06:12:17 dbj Exp $
+
+* Don't use SDKs on OS X
+* Add NetBSD/sparc{,64} support
+
+--- configure.orig	2017-01-18 14:20:58.000000000 +0000
++++ configure
+@@ -326,7 +326,6 @@ getQMakeConf()
+ {
+     if [ -z "$specvals" ]; then
+         specvals=`expandQMakeConf "$QMAKESPEC/qmake.conf" "$HOST_VARS_FILE" | extractQMakeVariables "host_build"`
+-        if [ "$BUILD_ON_MAC" = "yes" ]; then specvals=$(macSDKify "$specvals"); fi
+     fi
+     getSingleQMakeVariable "$1" "$specvals"
+ }
+@@ -335,7 +334,6 @@ getXQMakeConf()
+ {
+     if [ -z "$xspecvals" ]; then
+         xspecvals=`expandQMakeConf "$XQMAKESPEC/qmake.conf" "$DEVICE_VARS_FILE" | extractQMakeVariables "!host_build"`
+-        if [ "$XPLATFORM_MAC" = "yes" ]; then xspecvals=$(macSDKify "$xspecvals"); fi
+     fi
+     getSingleQMakeVariable "$1" "$xspecvals"
+ }
+@@ -429,7 +427,7 @@ if [ "$BUILD_ON_MAC" = "yes" ]; then
+         exit 2
+     fi
+ 
+-    if ! /usr/bin/xcrun -find xcodebuild >/dev/null 2>&1; then
++    if ! /usr/bin/xcrun -find cc >/dev/null 2>&1; then
+         echo >&2
+         echo "   Xcode not set up properly. You may need to confirm the license" >&2
+         echo "   agreement by running /usr/bin/xcodebuild without arguments." >&2
+@@ -955,6 +953,19 @@ if [ -z "$PLATFORM" ]; then
+      UNIX_SV:*)
+         PLATFORM=unixware-g++
+         ;;
++    NetBSD:*:sparc)
++        if [ "$OPT_VERBOSE" = "yes" ]; then
++            echo "    NetBSD on SPARC"
++        fi
++        CFG_HOST_ARCH=sparc
++        ;;
++    NetBSD:*:sparc64)
++        if [ "$OPT_VERBOSE" = "yes" ]; then
++            echo "    NetBSD on SPARC64"
++        fi
++        CFG_HOST_ARCH=sparc
++        CFG_HOST_BITSIZE=64
++        ;;
+      QNX:*)
+         PLATFORM=unsupported/qnx-g++
+         ;;
diff --git a/qt5-qtbase58/patches/patch-mkspecs_features_create__cmake.prf b/qt5-qtbase58/patches/patch-mkspecs_features_create__cmake.prf
new file mode 100644
index 0000000..571536f
--- /dev/null
+++ b/qt5-qtbase58/patches/patch-mkspecs_features_create__cmake.prf
@@ -0,0 +1,26 @@
+$NetBSD: patch-mkspecs_features_create__cmake.prf,v 1.2 2015/10/29 14:48:04 adam Exp $
+
+Fix for shared libraries naming on Darwin.
+
+--- mkspecs/features/create_cmake.prf.orig	2015-10-13 04:35:32.000000000 +0000
++++ mkspecs/features/create_cmake.prf
+@@ -147,7 +147,7 @@ contains(CONFIG, plugin) {
+         }
+     } else {
+         mac {
+-            isEmpty(CMAKE_STATIC_TYPE): CMAKE_PlUGIN_EXT = .dylib
++            isEmpty(CMAKE_STATIC_TYPE): CMAKE_PlUGIN_EXT = .so
+             else: CMAKE_PlUGIN_EXT = .a
+ 
+             CMAKE_PLUGIN_LOCATION_RELEASE = $$PLUGIN_TYPE/lib$${TARGET}$${CMAKE_PlUGIN_EXT}
+@@ -213,8 +213,8 @@ mac {
+             CMAKE_LIB_FILE_LOCATION_RELEASE = Qt$${CMAKE_MODULE_NAME}$${QT_LIBINFIX}.framework/Qt$${CMAKE_MODULE_NAME}$${QT_LIBINFIX}
+             CMAKE_BUILD_IS_FRAMEWORK = "true"
+         } else {
+-            CMAKE_LIB_FILE_LOCATION_DEBUG = lib$${CMAKE_QT_STEM}_debug.$$eval(QT.$${MODULE}.VERSION).dylib
+-            CMAKE_LIB_FILE_LOCATION_RELEASE = lib$${CMAKE_QT_STEM}.$$eval(QT.$${MODULE}.VERSION).dylib
++            CMAKE_LIB_FILE_LOCATION_DEBUG = lib$${CMAKE_QT_STEM}_debug.$${QT_MAJOR_VERSION}.dylib
++            CMAKE_LIB_FILE_LOCATION_RELEASE = lib$${CMAKE_QT_STEM}.$${QT_MAJOR_VERSION}.dylib
+         }
+     }
+ } else:win32 {
diff --git a/qt5-qtbase58/patches/patch-mkspecs_features_qt__module__pris.prf b/qt5-qtbase58/patches/patch-mkspecs_features_qt__module__pris.prf
new file mode 100644
index 0000000..ebca4d6
--- /dev/null
+++ b/qt5-qtbase58/patches/patch-mkspecs_features_qt__module__pris.prf
@@ -0,0 +1,15 @@
+$NetBSD: patch-mkspecs_features_qt__module__pris.prf,v 1.1 2014/12/30 17:23:46 adam Exp $
+
+* Build libtoolized shared libraries
+
+--- mkspecs/features/qt_module_pris.prf.orig	2016-12-01 08:17:04.000000000 +0000
++++ mkspecs/features/qt_module_pris.prf
+@@ -51,7 +51,7 @@ MODULE_FWD_PRI = $$mod_work_pfx/qt_lib_$
+         module_rundep =
+     module_build_type = v2
+     static: \
+-        module_build_type += staticlib
++        module_build_type += 
+     lib_bundle {
+         module_build_type += lib_bundle
+         MODULE_FRAMEWORKS = " \$\$QT_MODULE_LIB_BASE"
diff --git a/qt5-qtbase58/patches/patch-mkspecs_features_simd.prf b/qt5-qtbase58/patches/patch-mkspecs_features_simd.prf
new file mode 100644
index 0000000..1bcf201
--- /dev/null
+++ b/qt5-qtbase58/patches/patch-mkspecs_features_simd.prf
@@ -0,0 +1,38 @@
+$NetBSD: patch-mkspecs_features_simd.prf,v 1.2 2015/10/26 19:03:59 adam Exp $
+
+* Use libtool 
+
+--- mkspecs/features/simd.prf.orig	2014-12-05 16:24:38.000000000 +0000
++++ mkspecs/features/simd.prf
+@@ -33,12 +33,12 @@ defineTest(addSimdCompiler) {
+             export(SOURCES)
+         } else {
+             # We need special compiler flags
+-            $${name}_compiler.commands = $$QMAKE_CXX -c $(CXXFLAGS) $$cflags $(INCPATH) ${QMAKE_FILE_IN}
++            $${name}_compiler.commands = $(LIBTOOL) --silent --mode=compile $$QMAKE_CXX -c $(CXXFLAGS) $$cflags $(INCPATH) ${QMAKE_FILE_IN}
+             msvc: $${name}_compiler.commands += -Fo${QMAKE_FILE_OUT}
+-            else: $${name}_compiler.commands += -o ${QMAKE_FILE_OUT}
++            else: $${name}_compiler.commands += -o $$OBJECTS_DIR/${QMAKE_FILE_BASE}.lo
+ 
+             $${name}_compiler.dependency_type = TYPE_C
+-            $${name}_compiler.output = ${QMAKE_VAR_OBJECTS_DIR}${QMAKE_FILE_BASE}$${first(QMAKE_EXT_OBJ)}
++            $${name}_compiler.output = $$OBJECTS_DIR/${QMAKE_FILE_BASE}.lo
+             $${name}_compiler.input = $$sources_var
+             $${name}_compiler.variable_out = OBJECTS
+             $${name}_compiler.name = compiling[$${name}] ${QMAKE_FILE_IN}
+@@ -62,12 +62,12 @@ defineTest(addSimdCompiler) {
+             SOURCES += $$eval($$asm_var)
+             export(SOURCES)
+         } else {
+-            $${name}_assembler.commands = $$QMAKE_CC -c $(CFLAGS)
++            $${name}_assembler.commands = $(LIBTOOL) --silent --mode=compile $$QMAKE_CC -c $(CFLAGS)
+             !contains(QT_CPU_FEATURES, $${name}): $${name}_assembler.commands += $$cflags
+             clang:no_clang_integrated_as: $${name}_assembler.commands += -fno-integrated-as
+-            $${name}_assembler.commands += $(INCPATH) ${QMAKE_FILE_IN} -o ${QMAKE_FILE_OUT}
++            $${name}_assembler.commands += $(INCPATH) ${QMAKE_FILE_IN} -o $$OBJECTS_DIR/${QMAKE_FILE_BASE}.lo
+             $${name}_assembler.dependency_type = TYPE_C
+-            $${name}_assembler.output = ${QMAKE_VAR_OBJECTS_DIR}${QMAKE_FILE_BASE}$${first(QMAKE_EXT_OBJ)}
++            $${name}_assembler.output = $$OBJECTS_DIR/${QMAKE_FILE_BASE}.lo
+             $${name}_assembler.input = $$asm_var
+             $${name}_assembler.variable_out = OBJECTS
+             $${name}_assembler.name = assembling[$${name}] ${QMAKE_FILE_IN}
diff --git a/qt5-qtbase58/patches/patch-qmake_Makefile.unix b/qt5-qtbase58/patches/patch-qmake_Makefile.unix
new file mode 100644
index 0000000..9cc1724
--- /dev/null
+++ b/qt5-qtbase58/patches/patch-qmake_Makefile.unix
@@ -0,0 +1,24 @@
+$NetBSD: patch-qmake_Makefile.unix,v 1.2 2015/10/26 19:03:59 adam Exp $
+
+* Pass environmental variables from pkgsrc
+
+--- qmake/Makefile.unix.orig	2017-01-18 14:20:58.000000000 +0000
++++ qmake/Makefile.unix
+@@ -94,7 +94,7 @@ DEPEND_SRC = \
+ 	   $(SOURCE_PATH)/src/corelib/json/qjsonvalue.cpp \
+ 	   $(QTSRCS) $(QTSRCS2)
+ 
+-CPPFLAGS = -g $(EXTRA_CPPFLAGS) \
++CPPFLAGS += -g $(EXTRA_CPPFLAGS) \
+ 	   -I$(QMKSRC) -I$(QMKLIBSRC) -I$(QMKSRC)/generators -I$(QMKSRC)/generators/unix -I$(QMKSRC)/generators/win32 \
+ 	   -I$(QMKSRC)/generators/mac \
+ 	   -I$(INC_PATH) -I$(INC_PATH)/QtCore \
+@@ -106,7 +106,7 @@ CPPFLAGS = -g $(EXTRA_CPPFLAGS) \
+            -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL \
+            -DQT_NO_FOREACH
+ 
+-CXXFLAGS = $(EXTRA_CXXFLAGS) $(CONFIG_CXXFLAGS) $(CPPFLAGS)
++CXXFLAGS += $(EXTRA_CXXFLAGS) $(CONFIG_CXXFLAGS) $(CPPFLAGS)
+ LFLAGS = $(EXTRA_LFLAGS) $(CONFIG_LFLAGS)
+ 
+ first all: $(BUILD_PATH)/bin/qmake$(EXEEXT)
diff --git a/qt5-qtbase58/patches/patch-qmake_generators_makefile.cpp b/qt5-qtbase58/patches/patch-qmake_generators_makefile.cpp
new file mode 100644
index 0000000..32068e6
--- /dev/null
+++ b/qt5-qtbase58/patches/patch-qmake_generators_makefile.cpp
@@ -0,0 +1,15 @@
+$NetBSD: patch-qmake_generators_makefile.cpp,v 1.2 2015/10/26 19:03:59 adam Exp $
+
+* Libtoolized
+
+--- qmake/generators/makefile.cpp.orig	2016-12-01 08:17:04.000000000 +0000
++++ qmake/generators/makefile.cpp
+@@ -3297,7 +3297,7 @@ MakefileGenerator::writePkgConfigFile()
+         pkgConfiglibName = bundle.toQString();
+     } else {
+         if (!project->values("QMAKE_DEFAULT_LIBDIRS").contains(libDir))
+-            t << "-L${libdir} ";
++            t << "-Wl,-R${libdir} -L${libdir} ";
+         pkgConfiglibName = "-l" + project->first("QMAKE_ORIG_TARGET");
+         if (project->isActiveConfig("shared"))
+             pkgConfiglibName += project->first("TARGET_VERSION_EXT").toQString();
diff --git a/qt5-qtbase58/patches/patch-qmake_generators_unix_unixmake.cpp b/qt5-qtbase58/patches/patch-qmake_generators_unix_unixmake.cpp
new file mode 100644
index 0000000..c92a127
--- /dev/null
+++ b/qt5-qtbase58/patches/patch-qmake_generators_unix_unixmake.cpp
@@ -0,0 +1,147 @@
+$NetBSD$
+
+* fix install target so that destdir is added when installing QMAKE_TARGET
+* re-add compile_libtool support that was ripped out in qt 5.6
+
+--- qmake/generators/unix/unixmake.cpp.orig	2016-12-01 08:17:04.000000000 +0000
++++ qmake/generators/unix/unixmake.cpp
+@@ -45,6 +45,8 @@ UnixMakefileGenerator::init()
+         project->values("ICON") = project->values("RC_FILE");
+     if(project->isEmpty("QMAKE_EXTENSION_PLUGIN"))
+         project->values("QMAKE_EXTENSION_PLUGIN").append(project->first("QMAKE_EXTENSION_SHLIB"));
++    if(project->isEmpty("QMAKE_LIBTOOL"))
++        project->values("QMAKE_LIBTOOL").append("libtool --silent");
+ 
+     project->values("QMAKE_ORIG_TARGET") = project->values("TARGET");
+ 
+@@ -150,6 +152,8 @@ UnixMakefileGenerator::init()
+ 
+     if(project->isActiveConfig("GNUmake") && !project->isEmpty("QMAKE_CFLAGS_DEPS"))
+         include_deps = true; //do not generate deps
++    if(project->isActiveConfig("compile_libtool"))
++        Option::obj_ext = ".lo"; //override the .o
+ 
+     MakefileGenerator::init();
+ 
+@@ -224,7 +228,7 @@ UnixMakefileGenerator::init()
+             project->values(runCompImp).append(compilerExecutable + " " + compile_flag + " " + var("QMAKE_CC_O_FLAG") + "\"$@\" \"$<\"");
+     }
+ 
+-    if (project->isActiveConfig("mac") && !project->isEmpty("TARGET") &&
++    if (project->isActiveConfig("mac") && !project->isEmpty("TARGET") && !project->isActiveConfig("compile_libtool") &&
+        ((project->isActiveConfig("build_pass") || project->isEmpty("BUILDS")))) {
+         ProString bundle;
+         if(project->isActiveConfig("bundle") && !project->isEmpty("QMAKE_BUNDLE_EXTENSION")) {
+@@ -306,6 +310,51 @@ UnixMakefileGenerator::init()
+             project->values("QMAKE_INTERNAL_PRL_LIBS") << "QMAKE_AR_SUBLIBS";
+         }
+     }
++
++    if(project->isActiveConfig("compile_libtool")) {
++        static const char * const libtoolify[] = {
++            "QMAKE_RUN_CC", "QMAKE_RUN_CC_IMP", "QMAKE_RUN_CXX", "QMAKE_RUN_CXX_IMP",
++            "QMAKE_LINK_THREAD", "QMAKE_LINK", "QMAKE_AR_CMD", "QMAKE_LINK_SHLIB_CMD", 0
++        };
++        for (int i = 0; libtoolify[i]; i++) {
++            ProStringList &l = project->values(libtoolify[i]);
++            if(!l.isEmpty()) {
++                QString libtool_flags, comp_flags;
++                if (!strncmp(libtoolify[i], "QMAKE_LINK", 10) || !strcmp(libtoolify[i], "QMAKE_AR_CMD")) {
++                    libtool_flags += " --mode=link";
++                    if(project->isActiveConfig("staticlib")) {
++                        comp_flags += " -static";
++                    } else {
++                        if(!project->isEmpty("QMAKE_LIB_FLAG")) {
++                          if(project->isActiveConfig("plugin"))
++                            comp_flags += " -avoid-version";
++                          else {
++                            int maj = project->first("VER_MAJ").toInt();
++                            int min = project->first("VER_MIN").toInt();
++                            int pat = project->first("VER_PAT").toInt();
++                            comp_flags += " -version-info " + QString::number(maj + min) +
++                                          ":" + QString::number(pat) +
++                                          ":" + QString::number(min);
++                          }
++                            if (strcmp(libtoolify[i], "QMAKE_AR_CMD")) {
++                                QString rpath = Option::fixPathToTargetOS(project->first("target.path").toQString(), false);
++                                if(rpath.right(1) != Option::dir_sep)
++                                    rpath += Option::dir_sep;
++                                comp_flags += " -rpath " + escapeFilePath(Option::fixPathToTargetOS(rpath, false));
++                            }
++                        }
++                    }
++                    if(project->isActiveConfig("plugin"))
++                        comp_flags += " -module";
++                } else {
++                    libtool_flags += " --mode=compile";
++                }
++                l.first().prepend("$(LIBTOOL)" + libtool_flags + " ");
++                if(!comp_flags.isEmpty())
++                    l.first() += comp_flags;
++            }
++        }
++    }
+ }
+ 
+ QStringList
+@@ -410,6 +459,16 @@ UnixMakefileGenerator::findLibraries(boo
+                                 goto found;
+                         }
+                     }
++                    if (project->isActiveConfig("compile_libtool")) {
++                        for (int dep_i = 0; dep_i < libdirs.size(); ++dep_i) {
++                            if (exists(libdirs[dep_i].local() + '/'
++                                       + project->first("QMAKE_PREFIX_SHLIB") + lib + Option::libtool_ext)) {
++                                (*it) = libdirs[dep_i].real() + Option::dir_sep
++                                        + project->first("QMAKE_PREFIX_SHLIB") + lib + Option::libtool_ext;
++                                goto found;
++                            }
++                        }
++                    }
+                   found: ;
+                 } else if (target_mode == TARG_MAC_MODE && opt.startsWith("-F")) {
+                     QMakeLocalFileName f(opt.mid(2));
+@@ -536,7 +595,7 @@ UnixMakefileGenerator::defaultInstall(co
+     QString ret, destdir = project->first("DESTDIR").toQString();
+     if(!destdir.isEmpty() && destdir.right(1) != Option::dir_sep)
+         destdir += Option::dir_sep;
+-    QString targetdir = fileFixify(project->first("target.path").toQString(), FileFixifyAbsolute);
++    QString targetdir = project->first("target.path").toQString();
+     if(targetdir.right(1) != Option::dir_sep)
+         targetdir += Option::dir_sep;
+ 
+@@ -570,6 +629,25 @@ UnixMakefileGenerator::defaultInstall(co
+         uninst.append("-$(DEL_FILE) " + dst);
+     }
+ 
++    if (bundle == NoBundle && project->isActiveConfig("compile_libtool")) {
++        QString src_targ = escapeFilePath(target);
++        if(src_targ == "$(TARGET)")
++            src_targ = "$(TARGETL)";
++        QString dst_dir = targetdir;
++        if(QDir::isRelativePath(dst_dir))
++            dst_dir = Option::fixPathToTargetOS(dst_dir);
++            dst_dir = Option::fixPathToTargetOS(dst_dir);
++        if(!ret.isEmpty())
++            ret += "\n\t";
++        if(project->first("TEMPLATE") == "app") {
++            ret += "-$(LIBTOOL) --mode=install cp \"" + Option::fixPathToTargetOS(destdir + src_targ, false) + "\" \"" + filePrefixRoot(root, dst_dir) + "\"";
++        } else {
++            ret += "-$(LIBTOOL) --mode=install cp \"" + src_targ + "\" \"" + filePrefixRoot(root, dst_dir) + "\"";
++        }
++        if(!uninst.isEmpty())
++            uninst.append("\n\t");
++        uninst.append("-$(LIBTOOL) --mode=uninstall " + src_targ);
++    } else
+     {
+         QString src_targ = target;
+         if(!destdir.isEmpty())
+@@ -691,7 +769,7 @@ UnixMakefileGenerator::defaultInstall(co
+             if(type == "prl" && project->isActiveConfig("create_prl") && !project->isActiveConfig("no_install_prl") &&
+                !project->isEmpty("QMAKE_INTERNAL_PRL_FILE"))
+                 meta = prlFileName(false);
+-            if (type == "libtool" && project->isActiveConfig("create_libtool"))
++            if (type == "libtool" && project->isActiveConfig("create_libtool") && !project->isActiveConfig("compile_libtool"))
+                 meta = libtoolFileName(false);
+             if(type == "pkgconfig" && project->isActiveConfig("create_pc"))
+                 meta = pkgConfigFileName(false);
diff --git a/qt5-qtbase58/patches/patch-qmake_generators_unix_unixmake2.cpp b/qt5-qtbase58/patches/patch-qmake_generators_unix_unixmake2.cpp
new file mode 100644
index 0000000..1f02008
--- /dev/null
+++ b/qt5-qtbase58/patches/patch-qmake_generators_unix_unixmake2.cpp
@@ -0,0 +1,156 @@
+$NetBSD: patch-qmake_generators_unix_unixmake2.cpp,v 1.2 2015/10/26 19:03:59 adam Exp $
+
+* Libtoolized
+* add back compile_libtool support that was ripped out in qt5.6
+
+--- qmake/generators/unix/unixmake2.cpp.orig	2016-12-01 08:17:04.000000000 +0000
++++ qmake/generators/unix/unixmake2.cpp
+@@ -50,6 +50,10 @@ UnixMakefileGenerator::writePrlFile(QTex
+     MakefileGenerator::writePrlFile(t);
+     // libtool support
+     if(project->isActiveConfig("create_libtool") && project->first("TEMPLATE") == "lib") { //write .la
++        if(project->isActiveConfig("compile_libtool"))
++            warn_msg(WarnLogic, "create_libtool specified with compile_libtool can lead to conflicting .la\n"
++                     "formats, create_libtool has been disabled\n");
++	else
+         writeLibtoolFile();
+     }
+     // pkg-config support
+@@ -169,12 +173,12 @@ UnixMakefileGenerator::writeMakeParts(QT
+     t << "####### Compiler, tools and options\n\n";
+     t << "CC            = " << var("QMAKE_CC") << endl;
+     t << "CXX           = " << var("QMAKE_CXX") << endl;
+-    t << "DEFINES       = "
++    t << "DEFINES      += "
+       << varGlue("PRL_EXPORT_DEFINES","-D"," -D"," ")
+       << varGlue("DEFINES","-D"," -D","") << endl;
+-    t << "CFLAGS        = " << var("QMAKE_CFLAGS") << " $(DEFINES)\n";
+-    t << "CXXFLAGS      = " << var("QMAKE_CXXFLAGS") << " $(DEFINES)\n";
+-    t << "INCPATH       =";
++    t << "CFLAGS       += " << var("QMAKE_CFLAGS") << " $(DEFINES)\n";
++    t << "CXXFLAGS     += " << var("QMAKE_CXXFLAGS") << " $(DEFINES)\n";
++    t << "INCPATH      +=";
+     {
+         QString isystem = var("QMAKE_CFLAGS_ISYSTEM");
+         const ProStringList &incs = project->values("INCLUDEPATH");
+@@ -198,13 +202,15 @@ UnixMakefileGenerator::writeMakeParts(QT
+ 
+     if(!project->isActiveConfig("staticlib")) {
+         t << "LINK          = " << var("QMAKE_LINK") << endl;
+-        t << "LFLAGS        = " << var("QMAKE_LFLAGS") << endl;
+-        t << "LIBS          = $(SUBLIBS) " << fixLibFlags("QMAKE_LIBS").join(' ') << ' '
++        t << "LFLAGS       += " << var("QMAKE_LFLAGS") << endl;
++        t << "LIBS         += $(SUBLIBS) " << fixLibFlags("QMAKE_LIBS").join(' ') << ' '
+                                            << fixLibFlags("QMAKE_LIBS_PRIVATE").join(' ') << endl;
+     }
+ 
+     t << "AR            = " << var("QMAKE_AR") << endl;
+     t << "RANLIB        = " << var("QMAKE_RANLIB") << endl;
++    if(project->isActiveConfig("compile_libtool"))
++	t << "LIBTOOL       = " << var("QMAKE_LIBTOOL") << endl;
+     t << "SED           = " << var("QMAKE_STREAM_EDITOR") << endl;
+     t << "STRIP         = " << var("QMAKE_STRIP") << endl;
+ 
+@@ -265,6 +271,8 @@ UnixMakefileGenerator::writeMakeParts(QT
+     if (destd.endsWith('\\'))
+         destd += '\\';
+     t << "DESTDIR       = " << destd << endl;
++    if(project->isActiveConfig("compile_libtool"))
++	t << "TARGETL       = " << fileVar("TARGET_la") << endl;
+     t << "TARGET        = " << fileVar("TARGET") << endl; // ### mixed use!
+     if(project->isActiveConfig("plugin")) {
+         t << "TARGETD       = " << fileVar("TARGET") << endl;
+@@ -273,6 +281,8 @@ UnixMakefileGenerator::writeMakeParts(QT
+         if(!project->isEmpty("QMAKE_BUNDLE")) {
+             t << "TARGETD       = " << fileVar("TARGET_x.y") << endl;
+             t << "TARGET0       = " << fileVar("TARGET_") << endl;
++        } else if(project->isActiveConfig("compile_libtool")) {
++            t << "TARGETD       = " << var("TARGET_la") << endl;
+         } else if (!project->isActiveConfig("unversioned_libname")) {
+             t << "TARGET0       = " << fileVar("TARGET_") << endl;
+             if (project->isEmpty("QMAKE_HPUX_SHLIB")) {
+@@ -578,7 +588,9 @@ UnixMakefileGenerator::writeMakeParts(QT
+         if(!project->isEmpty("QMAKE_PRE_LINK"))
+             t << "\n\t" << var("QMAKE_PRE_LINK");
+ 
+-        if (project->isActiveConfig("plugin")) {
++	if(project->isActiveConfig("compile_libtool")) {
++	    t << "\n\t" << var("QMAKE_LINK_SHLIB_CMD");
++        } else if (project->isActiveConfig("plugin")) {
+             t << "\n\t"
+               << "-$(DEL_FILE) $(TARGET)\n\t"
+               << var("QMAKE_LINK_SHLIB_CMD");
+@@ -722,7 +734,7 @@ UnixMakefileGenerator::writeMakeParts(QT
+     writeMakeQmake(t);
+     if(project->isEmpty("QMAKE_FAILED_REQUIREMENTS") && !project->isActiveConfig("no_autoqmake")) {
+         QStringList meta_files;
+-        if (project->isActiveConfig("create_libtool") && project->first("TEMPLATE") == "lib") { //libtool
++        if (project->isActiveConfig("create_libtool") && project->first("TEMPLATE") == "lib" && !project->isActiveConfig("compile_libtool")) { //libtool
+             meta_files += libtoolFileName();
+         }
+         if(project->isActiveConfig("create_pc") && project->first("TEMPLATE") == "lib") { //pkg-config
+@@ -957,6 +969,9 @@ UnixMakefileGenerator::writeMakeParts(QT
+ 
+     t << "clean:" << clean_targets << "\n\t";
+     if(!project->isEmpty("OBJECTS")) {
++        if(project->isActiveConfig("compile_libtool"))
++            t << "-$(LIBTOOL) --mode=clean $(DEL_FILE) $(OBJECTS)\n\t";
++        else
+         t << "-$(DEL_FILE) $(OBJECTS)\n\t";
+     }
+     if(doPrecompiledHeaders() && !project->isEmpty("PRECOMPILED_HEADER")) {
+@@ -1013,6 +1028,8 @@ UnixMakefileGenerator::writeMakeParts(QT
+     if(!project->isEmpty("QMAKE_BUNDLE")) {
+         QString bundlePath = escapeFilePath(destdir + project->first("QMAKE_BUNDLE"));
+         t << "\t-$(DEL_FILE) -r " << bundlePath << endl;
++    } else if(project->isActiveConfig("compile_libtool")) {
++        t << "\t-$(LIBTOOL) --mode=clean $(DEL_FILE) $(TARGET)\n";
+     } else if (project->isActiveConfig("staticlib") || project->isActiveConfig("plugin")) {
+         t << "\t-$(DEL_FILE) " << escapeFilePath(destdir) << "$(TARGET) \n";
+     } else if (project->values("QMAKE_APP_FLAG").isEmpty()) {
+@@ -1139,18 +1156,26 @@ void UnixMakefileGenerator::init2()
+     } else if (project->isActiveConfig("staticlib")) {
+         project->values("TARGET").first().prepend(project->first("QMAKE_PREFIX_STATICLIB"));
+         project->values("TARGET").first() += "." + project->first("QMAKE_EXTENSION_STATICLIB");
+-        if(project->values("QMAKE_AR_CMD").isEmpty())
++        if(project->values("QMAKE_AR_CMD").isEmpty()) {
++          if(project->isActiveConfig("compile_libtool"))
++            project->variables()["QMAKE_AR_CMD"].append("$(CXX) -o $(TARGET) $(OBJECTS) $(OBJMOC)");
++          else
+             project->values("QMAKE_AR_CMD").append("$(AR) $(DESTDIR)$(TARGET) $(OBJECTS)");
++        }
+     } else {
+         project->values("TARGETA").append(project->first("DESTDIR") + project->first("QMAKE_PREFIX_STATICLIB")
+                 + project->first("TARGET") + "." + project->first("QMAKE_EXTENSION_STATICLIB"));
++        if(project->isActiveConfig("compile_libtool"))
++            project->values("TARGET_la") = ProStringList(project->first("DESTDIR") + "lib" + project->first("TARGET") + Option::libtool_ext);
+ 
+         ProStringList &ar_cmd = project->values("QMAKE_AR_CMD");
+         if (!ar_cmd.isEmpty())
+             ar_cmd[0] = ar_cmd.at(0).toQString().replace(QLatin1String("(TARGET)"), QLatin1String("(TARGETA)"));
+         else
+             ar_cmd.append("$(AR) $(TARGETA) $(OBJECTS)");
+-        if (!project->isEmpty("QMAKE_BUNDLE")) {
++        if(project->isActiveConfig("compile_libtool")) {
++            project->values("TARGET") = project->values("TARGET_la");
++        } else if (!project->isEmpty("QMAKE_BUNDLE")) {
+             ProString bundle_loc = project->first("QMAKE_BUNDLE_LOCATION");
+             if(!bundle_loc.isEmpty() && !bundle_loc.startsWith("/"))
+                 bundle_loc.prepend("/");
+@@ -1304,7 +1329,7 @@ void UnixMakefileGenerator::init2()
+             project->values("QMAKE_CFLAGS") += project->values("QMAKE_CFLAGS_PLUGIN");
+             project->values("QMAKE_CXXFLAGS") += project->values("QMAKE_CXXFLAGS_PLUGIN");
+             project->values("QMAKE_LFLAGS") += project->values("QMAKE_LFLAGS_PLUGIN");
+-            if (project->isActiveConfig("plugin_with_soname"))
++            if (project->isActiveConfig("plugin_with_soname") && !project->isActiveConfig("compile_libtool"))
+                 project->values("QMAKE_LFLAGS") += project->values("QMAKE_LFLAGS_SONAME");
+         } else {
+             project->values("QMAKE_LFLAGS") += project->values("QMAKE_LFLAGS_SHLIB");
+@@ -1323,6 +1348,7 @@ void UnixMakefileGenerator::init2()
+                                                                 project->first("VER_MIN") + "." +
+                                                                 project->first("VER_PAT"));
+             }
++            if(!project->isActiveConfig("compile_libtool"))
+             project->values("QMAKE_LFLAGS") += project->values("QMAKE_LFLAGS_SONAME");
+         }
+     }
diff --git a/qt5-qtbase58/patches/patch-qmake_qmake.pri b/qt5-qtbase58/patches/patch-qmake_qmake.pri
new file mode 100644
index 0000000..8df02cb
--- /dev/null
+++ b/qt5-qtbase58/patches/patch-qmake_qmake.pri
@@ -0,0 +1,15 @@
+$NetBSD: patch-qmake_qmake.pri,v 1.1 2015/10/26 19:03:59 adam Exp $
+
+Fix building on Darwin.
+
+--- qmake/qmake.pri.orig	2015-07-20 09:25:44.000000000 +0000
++++ qmake/qmake.pri
+@@ -136,7 +136,7 @@ bootstrap { #Qt code
+         SOURCES += qfilesystemengine_unix.cpp qfilesystemiterator_unix.cpp qfsfileengine_unix.cpp
+         mac {
+           SOURCES += qcore_mac.cpp qsettings_mac.cpp
+-          OBJECTIVE_SOURCES += qcore_mac_objc.mm qlocale_mac.mm
++          OBJECTIVE_SOURCES += qcore_mac_objc.mm qlocale_mac.mm qstring_mac.mm
+           LIBS += -framework ApplicationServices -framework CoreServices -framework Foundation
+         } else {
+           SOURCES += qlocale_unix.cpp
diff --git a/qt5-qtbase58/patches/patch-src_corelib_codecs_qiconvcodec.cpp b/qt5-qtbase58/patches/patch-src_corelib_codecs_qiconvcodec.cpp
new file mode 100644
index 0000000..fb7222e
--- /dev/null
+++ b/qt5-qtbase58/patches/patch-src_corelib_codecs_qiconvcodec.cpp
@@ -0,0 +1,48 @@
+$NetBSD: patch-src_corelib_codecs_qiconvcodec.cpp,v 1.1 2014/12/30 17:23:46 adam Exp $
+
+* Add DragonFly support
+* Add NetBSD support
+
+--- src/corelib/codecs/qiconvcodec.cpp.orig	2017-01-18 14:20:58.000000000 +0000
++++ src/corelib/codecs/qiconvcodec.cpp
+@@ -52,9 +52,14 @@ QT_REQUIRE_CONFIG(iconv);
+ #include <stdio.h>
+ #include <dlfcn.h>
+ 
++// for __DragonFly_version
++#if defined(__DragonFly__)
++#include <sys/param.h>
++#endif
++
+ // unistd.h is needed for the _XOPEN_UNIX macro
+ #include <unistd.h>
+-#if defined(_XOPEN_UNIX) && !defined(Q_OS_QNX) && !defined(Q_OS_OSF)
++#if defined(_XOPEN_UNIX) && !defined(Q_OS_QNX) && !defined(Q_OS_OSF) || defined(Q_OS_NETBSD) || defined(__DragonFly__)
+ #  include <langinfo.h>
+ #endif
+ 
+@@ -71,6 +76,9 @@ QT_REQUIRE_CONFIG(iconv);
+ #  else
+ #    define UTF16 "UTF-16LE"
+ #  endif
++#elif defined(__DragonFly__) && __DragonFly_version__ < 197700
++#  define NO_BOM
++#  define UTF16 "UTF-16"
+ #else
+ #  define UTF16 "UTF-16"
+ #endif
+@@ -444,11 +452,13 @@ iconv_t QIconvCodec::createIconv_t(const
+ #endif
+     const char *codeset = empty_codeset;
+     cd = iconv_open(to ? to : codeset, from ? from : codeset);
++#elif defined(__NetBSD)
++    const char *codeset = 0;
+ #else
+     char *codeset = 0;
+ #endif
+ 
+-#if defined(_XOPEN_UNIX) && !defined(Q_OS_QNX) && !defined(Q_OS_OSF)
++#if (defined(_XOPEN_UNIX) && !defined(Q_OS_QNX) && !defined(Q_OS_OSF)) || defined(Q_OS_NETBSD) || defined(__DragonFly__)
+     if (cd == (iconv_t) -1) {
+         codeset = nl_langinfo(CODESET);
+         if (codeset)
diff --git a/qt5-qtbase58/patches/patch-src_corelib_io_io.pri b/qt5-qtbase58/patches/patch-src_corelib_io_io.pri
new file mode 100644
index 0000000..906b06f
--- /dev/null
+++ b/qt5-qtbase58/patches/patch-src_corelib_io_io.pri
@@ -0,0 +1,25 @@
+$NetBSD: patch-src_corelib_io_io.pri,v 1.4 2015/10/26 19:03:59 adam Exp $
+
+* Add DragonFly support
+* Patch sent and merged upstream:
+  http://codereview.qt-project.org/#/c/111741/
+* fix linux test.
+
+--- src/corelib/io/io.pri.orig	2017-01-18 14:20:58.000000000 +0000
++++ src/corelib/io/io.pri
+@@ -169,13 +169,13 @@ win32 {
+                 io/qstorageinfo_unix.cpp
+         }
+ 
+-        linux|if(qnx:qtConfig(inotify)) {
++        linux*|if(qnx:qtConfig(inotify)) {
+             SOURCES += io/qfilesystemwatcher_inotify.cpp
+             HEADERS += io/qfilesystemwatcher_inotify_p.h
+         }
+ 
+         !nacl {
+-            freebsd-*|mac|darwin-*|openbsd-*|netbsd-*:{
++            freebsd-*|mac|darwin-*|openbsd-*|netbsd-*|dragonfly-*:{
+                 SOURCES += io/qfilesystemwatcher_kqueue.cpp
+                 HEADERS += io/qfilesystemwatcher_kqueue_p.h
+             }
diff --git a/qt5-qtbase58/patches/patch-src_corelib_io_qstandardpaths_unix.cpp b/qt5-qtbase58/patches/patch-src_corelib_io_qstandardpaths_unix.cpp
new file mode 100644
index 0000000..9f5eced3
--- /dev/null
+++ b/qt5-qtbase58/patches/patch-src_corelib_io_qstandardpaths_unix.cpp
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_corelib_io_qstandardpaths_unix.cpp,v 1.1 2016/02/04 10:41:13 markd Exp $
+
+Add $LOCALBASE/share to search path
+
+--- src/corelib/io/qstandardpaths_unix.cpp.orig	2015-10-13 04:35:31.000000000 +0000
++++ src/corelib/io/qstandardpaths_unix.cpp
+@@ -255,6 +255,7 @@ static QStringList xdgDataDirs()
+     // http://standards.freedesktop.org/basedir-spec/latest/
+     QString xdgDataDirsEnv = QFile::decodeName(qgetenv("XDG_DATA_DIRS"));
+     if (xdgDataDirsEnv.isEmpty()) {
++        dirs.append(QString::fromLatin1("@LOCALBASE@/share"));
+         dirs.append(QString::fromLatin1("/usr/local/share"));
+         dirs.append(QString::fromLatin1("/usr/share"));
+     } else {
diff --git a/qt5-qtbase58/patches/patch-src_corelib_io_qstorageinfo_unix.cpp b/qt5-qtbase58/patches/patch-src_corelib_io_qstorageinfo_unix.cpp
new file mode 100644
index 0000000..7c2ee95
--- /dev/null
+++ b/qt5-qtbase58/patches/patch-src_corelib_io_qstorageinfo_unix.cpp
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_corelib_io_qstorageinfo_unix.cpp,v 1.6 2016/12/04 21:46:54 marino Exp $
+
+* fix build on SunOS
+
+--- src/corelib/io/qstorageinfo_unix.cpp.orig	2016-12-01 08:17:04.000000000 +0000
++++ src/corelib/io/qstorageinfo_unix.cpp
+@@ -94,7 +94,7 @@
+ #  if !defined(ST_RDONLY)
+ #    define ST_RDONLY 1 // hack for missing define on Android
+ #  endif
+-#elif defined(Q_OS_HAIKU)
++#elif defined(Q_OS_HAIKU) || defined(Q_OS_SOLARIS)
+ #  define QT_STATFSBUF struct statvfs
+ #  define QT_STATFS    ::statvfs
+ #else
diff --git a/qt5-qtbase58/patches/patch-src_network_kernel_qhostinfo__unix.cpp b/qt5-qtbase58/patches/patch-src_network_kernel_qhostinfo__unix.cpp
new file mode 100644
index 0000000..0425a25
--- /dev/null
+++ b/qt5-qtbase58/patches/patch-src_network_kernel_qhostinfo__unix.cpp
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_network_kernel_qhostinfo__unix.cpp,v 1.1 2014/12/30 17:23:46 adam Exp $
+
+--- src/network/kernel/qhostinfo_unix.cpp.orig	2016-12-01 08:17:04.000000000 +0000
++++ src/network/kernel/qhostinfo_unix.cpp
+@@ -123,6 +123,8 @@ static bool resolveLibraryInternal()
+         if (!local_res_nclose)
+             local_res_ninit = 0;
+     }
++    if (local_res_ninit)
++        local_res_init = 0;
+ #endif
+ 
+     return true;
diff --git a/qt5-qtbase58/patches/patch-src_openglextensions_openglextensions.pro b/qt5-qtbase58/patches/patch-src_openglextensions_openglextensions.pro
new file mode 100644
index 0000000..01ff536
--- /dev/null
+++ b/qt5-qtbase58/patches/patch-src_openglextensions_openglextensions.pro
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_openglextensions_openglextensions.pro,v 1.1 2015/10/26 19:03:59 adam Exp $
+
+Build shared library.
+
+--- src/openglextensions/openglextensions.pro.orig	2017-01-18 14:20:58.000000000 +0000
++++ src/openglextensions/openglextensions.pro
+@@ -1,5 +1,4 @@
+ TARGET     = QtOpenGLExtensions
+-CONFIG += static
+ 
+ qtConfig(opengl): CONFIG += opengl
+ qtConfig(opengles2): CONFIG += opengles2
diff --git a/qt5-qtbase58/patches/patch-src_tools_bootstrap_bootstrap.pro b/qt5-qtbase58/patches/patch-src_tools_bootstrap_bootstrap.pro
new file mode 100644
index 0000000..36c2f5e
--- /dev/null
+++ b/qt5-qtbase58/patches/patch-src_tools_bootstrap_bootstrap.pro
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_tools_bootstrap_bootstrap.pro,v 1.2 2015/10/26 19:03:59 adam Exp $
+
+* Create shared library .so file libQt5Bootstrap.la.
+
+--- src/tools/bootstrap/bootstrap.pro.orig	2015-07-27 10:28:43.000000000 +0000
++++ src/tools/bootstrap/bootstrap.pro
+@@ -1,4 +1,4 @@
+-option(host_build)
++#option(host_build)
+ 
+ TARGET = QtBootstrap
+ QT =
diff --git a/qt5-qtbase58/patches/patch-src_tools_moc_main.cpp b/qt5-qtbase58/patches/patch-src_tools_moc_main.cpp
new file mode 100644
index 0000000..5fd51ef
--- /dev/null
+++ b/qt5-qtbase58/patches/patch-src_tools_moc_main.cpp
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_tools_moc_main.cpp,v 1.2 2015/10/26 19:03:59 adam Exp $
+
+rh#756395, https://bugreports.qt-project.org/browse/QTBUG-22829
+
+--- src/tools/moc/main.cpp.orig	2013-11-27 01:01:11.000000000 +0000
++++ src/tools/moc/main.cpp
+@@ -192,6 +192,7 @@ int runMoc(int argc, char **argv)
+     Moc moc;
+     pp.macros["Q_MOC_RUN"];
+     pp.macros["__cplusplus"];
++    pp.macros["BOOST_TT_HAS_OPERATOR_HPP_INCLUDED"];
+ 
+     // Don't stumble over GCC extensions
+     Macro dummyVariadicFunctionMacro;
diff --git a/qt5-qtbase58/patches/patch-src_widgets_graphicsview_qgraphicsitem__p.h b/qt5-qtbase58/patches/patch-src_widgets_graphicsview_qgraphicsitem__p.h
new file mode 100644
index 0000000..658e20e
--- /dev/null
+++ b/qt5-qtbase58/patches/patch-src_widgets_graphicsview_qgraphicsitem__p.h
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_widgets_graphicsview_qgraphicsitem__p.h,v 1.1 2014/12/30 17:23:46 adam Exp $
+
+--- src/widgets/graphicsview/qgraphicsitem_p.h.orig	2013-11-27 01:01:12.000000000 +0000
++++ src/widgets/graphicsview/qgraphicsitem_p.h
+@@ -761,7 +761,7 @@ inline bool qt_closestItemFirst(const QG
+     // item1Ancestor is now at the same level as item2Ancestor, but not the same.
+     const QGraphicsItem *p1 = t1;
+     const QGraphicsItem *p2 = t2;
+-    while (t1 && t1 != t2) {
++    while (t1 && t2 && t1 != t2) {
+         p1 = t1;
+         p2 = t2;
+         t1 = t1->d_ptr->parent;
diff --git a/qt5-qtbase58/patches/patch-tests_auto_corelib_io_qprocess_qprocess.pro b/qt5-qtbase58/patches/patch-tests_auto_corelib_io_qprocess_qprocess.pro
new file mode 100644
index 0000000..c05559b
--- /dev/null
+++ b/qt5-qtbase58/patches/patch-tests_auto_corelib_io_qprocess_qprocess.pro
@@ -0,0 +1,18 @@
+$NetBSD: patch-tests_auto_corelib_io_qprocess_qprocess.pro,v 1.1 2014/12/30 17:23:46 adam Exp $
+
+* Pass whitespace(s) in filename test cases.
+
+--- tests/auto/corelib/io/qprocess/qprocess.pro.orig	2017-01-18 14:20:58.000000000 +0000
++++ tests/auto/corelib/io/qprocess/qprocess.pro
+@@ -3,10 +3,7 @@ TEMPLATE = subdirs
+ include(qprocess.pri)
+ SUBDIRS  = $$SUBPROGRAMS
+ # Add special cases
+-SUBDIRS += testProcessSpacesArgs/nospace.pro \
+-           testProcessSpacesArgs/onespace.pro \
+-           testProcessSpacesArgs/twospaces.pro \
+-           testSpaceInName
++SUBDIRS += testProcessSpacesArgs/nospace.pro
+ 
+ win32 {
+     SUBDIRS += \
diff --git a/qt5-qtbase58/patches/patch-tests_auto_widgets_itemviews_qtreewidgetitemiterator_qtreewidgetitemiterator.pro b/qt5-qtbase58/patches/patch-tests_auto_widgets_itemviews_qtreewidgetitemiterator_qtreewidgetitemiterator.pro
new file mode 100644
index 0000000..9667c6d
--- /dev/null
+++ b/qt5-qtbase58/patches/patch-tests_auto_widgets_itemviews_qtreewidgetitemiterator_qtreewidgetitemiterator.pro
@@ -0,0 +1,14 @@
+$NetBSD: patch-tests_auto_widgets_itemviews_qtreewidgetitemiterator_qtreewidgetitemiterator.pro,v 1.1 2014/12/30 17:23:46 adam Exp $
+
+Consumes too much memory with Clang. As it is just a test case,
+disable optimisation for all compiler.
+
+--- tests/auto/widgets/itemviews/qtreewidgetitemiterator/qtreewidgetitemiterator.pro.orig	2013-12-15 15:52:18.000000000 +0000
++++ tests/auto/widgets/itemviews/qtreewidgetitemiterator/qtreewidgetitemiterator.pro
+@@ -4,4 +4,6 @@ TARGET = tst_qtreewidgetitemiterator
+ QT += widgets testlib
+ SOURCES  += tst_qtreewidgetitemiterator.cpp
+ 
++QMAKE_CXXFLAGS_WARN_ON= -O0
++QMAKE_CXXFLAGS_WARN_OFF= -O0
+ 


Home | Main Index | Thread Index | Old Index