diff options
author | markd <markd@pkgsrc.org> | 2018-01-17 19:30:46 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2018-01-17 19:30:46 +0000 |
commit | 18c1dafceeaaf3a6a67945c099ee11fc0b21a590 (patch) | |
tree | 6dc8f194ce4b5a6a9b1def7a25dd4090a665259e /x11/qt5-qtbase | |
parent | 9e90447d08deb94c60ee7ccd0bdaa846ad13bb88 (diff) | |
download | pkgsrc-18c1dafceeaaf3a6a67945c099ee11fc0b21a590.tar.gz |
qt5: update to 5.10.0
2+ years worth of bug fixes and feature enhancements
Diffstat (limited to 'x11/qt5-qtbase')
39 files changed, 838 insertions, 1086 deletions
diff --git a/x11/qt5-qtbase/Makefile b/x11/qt5-qtbase/Makefile index 0ef0d7f6d7c..1bf0de05692 100644 --- a/x11/qt5-qtbase/Makefile +++ b/x11/qt5-qtbase/Makefile @@ -1,59 +1,60 @@ -# $NetBSD: Makefile,v 1.49 2017/11/30 16:45:12 adam Exp $ +# $NetBSD: Makefile,v 1.50 2018/01/17 19:30:46 markd Exp $ -DISTNAME= qtbase-opensource-src-${QTVERSION} +DISTNAME= qtbase-everywhere-src-${QTVERSION} PKGNAME= qt5-qtbase-${QTVERSION} -PKGREVISION= 18 COMMENT= C++ X GUI toolkit .include "../../x11/qt5-qtbase/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+= -libproxy 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-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-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-sqlite +CONFIGURE_ARGS+= -no-sql-sqlite2 CONFIGURE_ARGS+= -no-sql-tds CONFIGURE_ARGS+= -no-strip +CONFIGURE_ARGS+= -no-use-gold-linker +CONFIGURE_ARGS+= -pkg-config +CONFIGURE_ARGS+= -release +CONFIGURE_ARGS+= -shared CONFIGURE_ARGS+= -system-harfbuzz CONFIGURE_ARGS+= -system-libjpeg CONFIGURE_ARGS+= -system-libpng CONFIGURE_ARGS+= -system-pcre CONFIGURE_ARGS+= -system-sqlite CONFIGURE_ARGS+= -system-zlib +.if defined(MAKE_JOBS) +. if !defined(MAKE_JOBS_SAFE) || empty(MAKE_JOBS_SAFE:M[nN][oO]) +CONFIGURE_ENV+= MAKEFLAGS=-j${MAKE_JOBS} +. endif +.endif .include "../../mk/bsd.prefs.mk" .if ${OPSYS} != "Darwin" -CONFIGURE_ARGS+= -iconv +CONFIGURE_ARGS+= -fontconfig QMAKE_CONF= qmake.conf . if ${OPSYS} != "SunOS" && \ (!empty(MACHINE_ARCH:Mi386) || !empty(MACHINE_ARCH:Mx86_64)) CONFIGURE_ARGS+= -reduce-relocations . endif .else +CONFIGURE_ARGS+= -no-rpath # avoid @rpath in dylibs QMAKE_CONF= qmake.conf.mac .endif @@ -99,11 +100,10 @@ LDFLAGS+= -lexecinfo . endif LDFLAGS.FreeBSD+= -lutil .endif -.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" -LDFLAGS+= -lkvm # see patch-src_corelib_io_qlockfile__unix.cpp -.endif +REPLACE_PERL+= bin/fixqt4headers.pl REPLACE_PERL+= bin/syncqt.pl +REPLACE_PERL+= mkspecs/features/uikit/devices.pl PTHREAD_OPTS+= require UNLIMIT_RESOURCES= datasize @@ -120,32 +120,36 @@ 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/features/data/mac/objc_namespace.sh +CHECK_INTERPRETER_SKIP+=qt5/mkspecs/features/uikit/device_destinations.sh +CHECK_INTERPRETER_SKIP+=qt5/mkspecs/features/uikit/devices.py CHECK_INTERPRETER_SKIP+=qt5/mkspecs/macx-ios-clang/rename_main.sh -SUBST_CLASSES+= opt path +SUBST_CLASSES+= opt 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,-O[s23],,' SUBST_SED.opt+= -e 's,-fvisibility=hidden,,' +SUBST_CLASSES+= path 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 +BROKEN_FILES1= qt5/mkspecs/qmodule.pri -PC_FILES= Qt5Bootstrap.pc Qt5Concurrent.pc Qt5Core.pc \ +PC_FILES= Qt5Concurrent.pc Qt5Core.pc Qt5DBus.pc \ Qt5Gui.pc Qt5Network.pc Qt5OpenGL.pc \ - Qt5OpenGLExtensions.pc Qt5PlatformSupport.pc \ + Qt5OpenGLExtensions.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' \ @@ -167,10 +171,7 @@ pre-configure: 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 + ${RM} -f ${WRKSRC}/mkspecs/features/mac/default_post.prf post-install: .for i in ${PC_FILES} @@ -185,13 +186,18 @@ post-install: > ${DESTDIR}${PREFIX}/${BROKEN_FILES}.1 ${MV} -f ${DESTDIR}${PREFIX}/${BROKEN_FILES}.1 \ ${DESTDIR}${PREFIX}/${BROKEN_FILES} + ${SED} -e 's,PKG_CONFIG_EXECUTABLE = .*,PKG_CONFIG_EXECUTABLE = ${TOOLS_PATH.pkg-config},' \ + ${DESTDIR}${PREFIX}/${BROKEN_FILES1} \ + > ${DESTDIR}${PREFIX}/${BROKEN_FILES1}.1 + ${MV} -f ${DESTDIR}${PREFIX}/${BROKEN_FILES1}.1 \ + ${DESTDIR}${PREFIX}/${BROKEN_FILES1} .include "../../converters/libiconv/buildlink3.mk" +.include "../../databases/sqlite3/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" -.include "../../devel/pcre/buildlink3.mk" +.include "../../devel/pcre2/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" @@ -200,7 +206,9 @@ post-install: USE_DBUS-ARCH-DEPS_H= yes .include "../../sysutils/dbus/buildlink3.mk" .include "../../textproc/icu/buildlink3.mk" +.include "../../www/libproxy/buildlink3.mk" .if ${OPSYS} != "Darwin" +.include "../../fonts/fontconfig/buildlink3.mk" .include "../../graphics/glu/buildlink3.mk" . if !empty(MESALIB_SUPPORTS_EGL:Myes) PLIST.egl= yes @@ -209,12 +217,14 @@ PLIST.egl= yes .include "../../x11/xcb-util/buildlink3.mk" .include "../../x11/xcb-util-image/buildlink3.mk" .include "../../x11/xcb-util-keysyms/buildlink3.mk" +.include "../../x11/xcb-util-renderutil/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/libXi/buildlink3.mk" .include "../../x11/libXmu/buildlink3.mk" .include "../../x11/libXrandr/buildlink3.mk" .include "../../x11/libXrender/buildlink3.mk" diff --git a/x11/qt5-qtbase/Makefile.common b/x11/qt5-qtbase/Makefile.common index 2e93b2b78fd..6f0917b703c 100644 --- a/x11/qt5-qtbase/Makefile.common +++ b/x11/qt5-qtbase/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.21 2017/05/03 08:38:46 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.22 2018/01/17 19:30:46 markd Exp $ # used by x11/qt5-mysql/Makefile # used by x11/qt5-odbc/Makefile # used by x11/qt5-psql/Makefile @@ -32,7 +32,6 @@ BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:M*} USE_LANGUAGES= c c++11 -USE_LIBTOOL= yes USE_TOOLS+= gmake perl:build pkg-config # wcstof(3) etc. is used in C++ code. @@ -46,19 +45,22 @@ 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 +PLIST_VARS+= jit mac unix .if ${OPSYS} == "Darwin" PLIST.mac= yes .else PLIST.unix= yes .endif +.if ${OPSYS} != "NetBSD" +PLIST.jit= yes +.endif # avoid creating a .qt directory in the users home directory SCRIPTS_ENV+= HOME=${WRKDIR} -.if empty(PKGPATH:Mx11/qt5-qtbase) \ - && empty(PKGPATH:Mx11/qt5-odbc) && empty(PKGPATH:Mx11/qt5-mysql) \ - && empty(PKGPATH:Mx11/qt5-psql) && empty(PKGPATH:Mx11/qt5-sqlite3) +.if empty(PKGPATH:Mwip/qt5-qtbase) \ + && empty(PKGPATH:Mwip/qt5-odbc) && empty(PKGPATH:Mwip/qt5-mysql) \ + && empty(PKGPATH:Mwip/qt5-psql) && empty(PKGPATH:Mwip/qt5-sqlite3) do-configure: cd ${WRKSRC} && ${QTPREFIX}/bin/qmake -o Makefile .endif diff --git a/x11/qt5-qtbase/PLIST b/x11/qt5-qtbase/PLIST index 51ab75ba6d5..3b5a4b3b1a7 100644 --- a/x11/qt5-qtbase/PLIST +++ b/x11/qt5-qtbase/PLIST @@ -1,23 +1,23 @@ -@comment $NetBSD: PLIST,v 1.11 2016/01/18 20:52:43 nros Exp $ -lib/pkgconfig/Qt5Bootstrap.pc +@comment $NetBSD: PLIST,v 1.12 2018/01/17 19:30:46 markd Exp $ lib/pkgconfig/Qt5Concurrent.pc lib/pkgconfig/Qt5Core.pc +lib/pkgconfig/Qt5DBus.pc lib/pkgconfig/Qt5Gui.pc lib/pkgconfig/Qt5Network.pc lib/pkgconfig/Qt5OpenGL.pc lib/pkgconfig/Qt5OpenGLExtensions.pc -lib/pkgconfig/Qt5PlatformSupport.pc lib/pkgconfig/Qt5PrintSupport.pc lib/pkgconfig/Qt5Sql.pc lib/pkgconfig/Qt5Test.pc lib/pkgconfig/Qt5Widgets.pc lib/pkgconfig/Qt5Xml.pc +qt5/bin/fixqt4headers.pl qt5/bin/moc qt5/bin/qdbuscpp2xml qt5/bin/qdbusxml2cpp -qt5/bin/qdoc qt5/bin/qlalr qt5/bin/qmake +qt5/bin/qvkgen qt5/bin/rcc qt5/bin/syncqt.pl qt5/bin/uic @@ -39,6 +39,7 @@ 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-simple.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 @@ -91,9 +92,16 @@ 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/list_expand.png +qt5/doc/global/template/style/offline-simple.css qt5/doc/global/template/style/offline.css qt5/doc/global/template/style/online.css qt5/doc/global/template/style/theqtcompany.png +qt5/include/QtAccessibilitySupport/${PKGVERSION}/QtAccessibilitySupport/private/qaccessiblebridgeutils_p.h +qt5/include/QtAccessibilitySupport/QtAccessibilitySupport +qt5/include/QtAccessibilitySupport/QtAccessibilitySupportDepends +qt5/include/QtAccessibilitySupport/QtAccessibilitySupportVersion +qt5/include/QtAccessibilitySupport/qtaccessibilitysupportversion.h qt5/include/QtConcurrent/QtConcurrent qt5/include/QtConcurrent/QtConcurrentDepends qt5/include/QtConcurrent/QtConcurrentFilter @@ -117,6 +125,7 @@ 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/minimum-linux_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 @@ -126,24 +135,29 @@ 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/qbytearray_p.h qt5/include/QtCore/${PKGVERSION}/QtCore/private/qbytedata_p.h +qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcfsocketnotifier_p.h qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcollator_p.h +qt5/include/QtCore/${PKGVERSION}/QtCore/private/qconfig_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/qdeadlinetimer_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/qdoublescanprint_p.h qt5/include/QtCore/${PKGVERSION}/QtCore/private/qelfparser_p.h +qt5/include/QtCore/${PKGVERSION}/QtCore/private/qendian_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_cf_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 @@ -165,13 +179,17 @@ 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/qfinalstate_p.h +qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfloat16_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_fake_env_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/qglobal_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 @@ -213,15 +231,17 @@ 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/qoperatingsystemversion_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/qpoll_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/qrandom_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 @@ -245,6 +265,7 @@ 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/qtcore-config_p.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 @@ -264,11 +285,10 @@ 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/qwineventnotifier_p.h qt5/include/QtCore/${PKGVERSION}/QtCore/private/qxmlstream_p.h qt5/include/QtCore/${PKGVERSION}/QtCore/private/qxmlutils_p.h qt5/include/QtCore/QAbstractAnimation @@ -290,9 +310,10 @@ qt5/include/QtCore/QAssociativeIterable qt5/include/QtCore/QAtomicInt qt5/include/QtCore/QAtomicInteger qt5/include/QtCore/QAtomicPointer -qt5/include/QtCore/QBBSystemLocaleData +qt5/include/QtCore/QBEInteger qt5/include/QtCore/QBasicMutex qt5/include/QtCore/QBasicTimer +qt5/include/QtCore/QBigEndianStorageType qt5/include/QtCore/QBitArray qt5/include/QtCore/QBitRef qt5/include/QtCore/QBuffer @@ -311,6 +332,7 @@ qt5/include/QtCore/QCollator qt5/include/QtCore/QCollatorSortKey qt5/include/QtCore/QCommandLineOption qt5/include/QtCore/QCommandLineParser +qt5/include/QtCore/QConstOverload qt5/include/QtCore/QContiguousCache qt5/include/QtCore/QContiguousCacheData qt5/include/QtCore/QContiguousCacheTypedData @@ -319,6 +341,7 @@ qt5/include/QtCore/QCryptographicHash qt5/include/QtCore/QDataStream qt5/include/QtCore/QDate qt5/include/QtCore/QDateTime +qt5/include/QtCore/QDeadlineTimer qt5/include/QtCore/QDebug qt5/include/QtCore/QDebugStateSaver qt5/include/QtCore/QDeferredDeleteEvent @@ -344,7 +367,7 @@ qt5/include/QtCore/QFileSystemWatcher qt5/include/QtCore/QFinalState qt5/include/QtCore/QFlag qt5/include/QtCore/QFlags -qt5/include/QtCore/QForeachContainer +qt5/include/QtCore/QFloat16 qt5/include/QtCore/QFunctionPointer qt5/include/QtCore/QFuture qt5/include/QtCore/QFutureInterface @@ -359,6 +382,7 @@ qt5/include/QtCore/QGlobalStatic qt5/include/QtCore/QHash qt5/include/QtCore/QHashData qt5/include/QtCore/QHashDummyValue +qt5/include/QtCore/QHashFunctions qt5/include/QtCore/QHashIterator qt5/include/QtCore/QHashNode qt5/include/QtCore/QHistoryState @@ -378,6 +402,8 @@ qt5/include/QtCore/QJsonValue qt5/include/QtCore/QJsonValuePtr qt5/include/QtCore/QJsonValueRef qt5/include/QtCore/QJsonValueRefPtr +qt5/include/QtCore/QKeyValueIterator +qt5/include/QtCore/QLEInteger qt5/include/QtCore/QLatin1Char qt5/include/QtCore/QLatin1Literal qt5/include/QtCore/QLatin1String @@ -393,6 +419,7 @@ qt5/include/QtCore/QList qt5/include/QtCore/QListData qt5/include/QtCore/QListIterator qt5/include/QtCore/QListSpecialMethods +qt5/include/QtCore/QLittleEndianStorageType qt5/include/QtCore/QLocale qt5/include/QtCore/QLockFile qt5/include/QtCore/QLoggingCategory @@ -413,9 +440,6 @@ 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 @@ -435,11 +459,13 @@ qt5/include/QtCore/QMutableVectorIterator qt5/include/QtCore/QMutex qt5/include/QtCore/QMutexLocker qt5/include/QtCore/QNoDebug +qt5/include/QtCore/QNonConstOverload qt5/include/QtCore/QObject qt5/include/QtCore/QObjectCleanupHandler qt5/include/QtCore/QObjectData qt5/include/QtCore/QObjectList qt5/include/QtCore/QObjectUserData +qt5/include/QtCore/QOperatingSystemVersion qt5/include/QtCore/QPair qt5/include/QtCore/QParallelAnimationGroup qt5/include/QtCore/QPauseAnimation @@ -452,6 +478,8 @@ qt5/include/QtCore/QProcess qt5/include/QtCore/QProcessEnvironment qt5/include/QtCore/QPropertyAnimation qt5/include/QtCore/QQueue +qt5/include/QtCore/QRandomGenerator +qt5/include/QtCore/QRandomGenerator64 qt5/include/QtCore/QReadLocker qt5/include/QtCore/QReadWriteLock qt5/include/QtCore/QRect @@ -473,6 +501,7 @@ qt5/include/QtCore/QScopedPointerObjectDeleteLater qt5/include/QtCore/QScopedPointerPodDeleter qt5/include/QtCore/QScopedValueRollback qt5/include/QtCore/QSemaphore +qt5/include/QtCore/QSemaphoreReleaser qt5/include/QtCore/QSequentialAnimationGroup qt5/include/QtCore/QSequentialIterable qt5/include/QtCore/QSet @@ -489,6 +518,7 @@ qt5/include/QtCore/QSize qt5/include/QtCore/QSizeF qt5/include/QtCore/QSocketNotifier qt5/include/QtCore/QSortFilterProxyModel +qt5/include/QtCore/QSpecialInteger qt5/include/QtCore/QStack qt5/include/QtCore/QStandardPaths qt5/include/QtCore/QState @@ -496,18 +526,22 @@ qt5/include/QtCore/QStateMachine qt5/include/QtCore/QStaticArrayData qt5/include/QtCore/QStaticAssertFailure qt5/include/QtCore/QStaticByteArrayData +qt5/include/QtCore/QStaticByteArrayMatcherBase qt5/include/QtCore/QStaticPlugin qt5/include/QtCore/QStaticStringData qt5/include/QtCore/QStorageInfo qt5/include/QtCore/QString +qt5/include/QtCore/QStringAlgorithms 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/QStringLiteral qt5/include/QtCore/QStringMatcher qt5/include/QtCore/QStringRef +qt5/include/QtCore/QStringView qt5/include/QtCore/QSysInfo qt5/include/QtCore/QSystemSemaphore qt5/include/QtCore/QTemporaryDir @@ -531,6 +565,7 @@ qt5/include/QtCore/QTimerEvent qt5/include/QtCore/QTranslator qt5/include/QtCore/QTypeInfo qt5/include/QtCore/QTypeInfoMerger +qt5/include/QtCore/QTypeInfoQuery qt5/include/QtCore/QUnhandledException qt5/include/QtCore/QUrl qt5/include/QtCore/QUrlQuery @@ -545,6 +580,7 @@ qt5/include/QtCore/QVariantList qt5/include/QtCore/QVariantMap qt5/include/QtCore/QVector qt5/include/QtCore/QVectorIterator +qt5/include/QtCore/QVersionNumber qt5/include/QtCore/QWaitCondition qt5/include/QtCore/QWeakPointer qt5/include/QtCore/QWinEventNotifier @@ -562,6 +598,8 @@ qt5/include/QtCore/QXmlStreamReader qt5/include/QtCore/QXmlStreamStringRef qt5/include/QtCore/QXmlStreamWriter qt5/include/QtCore/Q_PID +qt5/include/QtCore/Q_SECURITY_ATTRIBUTES +qt5/include/QtCore/Q_STARTUPINFO qt5/include/QtCore/Qt qt5/include/QtCore/QtAlgorithms qt5/include/QtCore/QtCleanUpFunction @@ -593,17 +631,9 @@ 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 @@ -617,12 +647,7 @@ 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-bootstrapped.h qt5/include/QtCore/qconfig.h qt5/include/QtCore/qcontainerfwd.h qt5/include/QtCore/qcontiguouscache.h @@ -631,6 +656,7 @@ qt5/include/QtCore/qcoreevent.h qt5/include/QtCore/qcryptographichash.h qt5/include/QtCore/qdatastream.h qt5/include/QtCore/qdatetime.h +qt5/include/QtCore/qdeadlinetimer.h qt5/include/QtCore/qdebug.h qt5/include/QtCore/qdir.h qt5/include/QtCore/qdiriterator.h @@ -641,7 +667,6 @@ 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 @@ -649,9 +674,9 @@ qt5/include/QtCore/qfileselector.h qt5/include/QtCore/qfilesystemwatcher.h qt5/include/QtCore/qfinalstate.h qt5/include/QtCore/qflags.h +qt5/include/QtCore/qfloat16.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 @@ -661,6 +686,7 @@ qt5/include/QtCore/qgenericatomic.h qt5/include/QtCore/qglobal.h qt5/include/QtCore/qglobalstatic.h qt5/include/QtCore/qhash.h +qt5/include/QtCore/qhashfunctions.h qt5/include/QtCore/qhistorystate.h qt5/include/QtCore/qidentityproxymodel.h qt5/include/QtCore/qiodevice.h @@ -677,7 +703,6 @@ 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 @@ -698,6 +723,7 @@ 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/qoperatingsystemversion.h qt5/include/QtCore/qpair.h qt5/include/QtCore/qparallelanimationgroup.h qt5/include/QtCore/qpauseanimation.h @@ -709,6 +735,7 @@ qt5/include/QtCore/qprocess.h qt5/include/QtCore/qprocessordetection.h qt5/include/QtCore/qpropertyanimation.h qt5/include/QtCore/qqueue.h +qt5/include/QtCore/qrandom.h qt5/include/QtCore/qreadwritelock.h qt5/include/QtCore/qrect.h qt5/include/QtCore/qrefcount.h @@ -739,14 +766,18 @@ qt5/include/QtCore/qstate.h qt5/include/QtCore/qstatemachine.h qt5/include/QtCore/qstorageinfo.h qt5/include/QtCore/qstring.h +qt5/include/QtCore/qstringalgorithms.h qt5/include/QtCore/qstringbuilder.h qt5/include/QtCore/qstringlist.h qt5/include/QtCore/qstringlistmodel.h +qt5/include/QtCore/qstringliteral.h qt5/include/QtCore/qstringmatcher.h +qt5/include/QtCore/qstringview.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/qtcore-config.h qt5/include/QtCore/qtcoreversion.h qt5/include/QtCore/qtemporarydir.h qt5/include/QtCore/qtemporaryfile.h @@ -769,6 +800,8 @@ qt5/include/QtCore/qvariant.h qt5/include/QtCore/qvariantanimation.h qt5/include/QtCore/qvarlengtharray.h qt5/include/QtCore/qvector.h +qt5/include/QtCore/qversionnumber.h +qt5/include/QtCore/qversiontagging.h qt5/include/QtCore/qwaitcondition.h qt5/include/QtCore/qwineventnotifier.h qt5/include/QtCore/qxmlstream.h @@ -790,6 +823,7 @@ 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/${PKGVERSION}/QtDBus/private/qtdbusglobal_p.h qt5/include/QtDBus/QDBusAbstractAdaptor qt5/include/QtDBus/QDBusAbstractInterface qt5/include/QtDBus/QDBusAbstractInterfaceBase @@ -835,7 +869,84 @@ qt5/include/QtDBus/qdbusserver.h qt5/include/QtDBus/qdbusservicewatcher.h qt5/include/QtDBus/qdbusunixfiledescriptor.h qt5/include/QtDBus/qdbusvirtualobject.h +qt5/include/QtDBus/qtdbusglobal.h qt5/include/QtDBus/qtdbusversion.h +qt5/include/QtDeviceDiscoverySupport/${PKGVERSION}/QtDeviceDiscoverySupport/private/qdevicediscovery_dummy_p.h +qt5/include/QtDeviceDiscoverySupport/${PKGVERSION}/QtDeviceDiscoverySupport/private/qdevicediscovery_p.h +qt5/include/QtDeviceDiscoverySupport/${PKGVERSION}/QtDeviceDiscoverySupport/private/qdevicediscovery_static_p.h +qt5/include/QtDeviceDiscoverySupport/${PKGVERSION}/QtDeviceDiscoverySupport/private/qdevicediscovery_udev_p.h +qt5/include/QtDeviceDiscoverySupport/QtDeviceDiscoverySupport +qt5/include/QtDeviceDiscoverySupport/QtDeviceDiscoverySupportDepends +qt5/include/QtDeviceDiscoverySupport/QtDeviceDiscoverySupportVersion +qt5/include/QtDeviceDiscoverySupport/qtdevicediscoverysupportversion.h +qt5/include/QtEdidSupport/${PKGVERSION}/QtEdidSupport/private/qedidparser_p.h +qt5/include/QtEdidSupport/${PKGVERSION}/QtEdidSupport/private/qedidvendortable_p.h +qt5/include/QtEdidSupport/QtEdidSupport +qt5/include/QtEdidSupport/QtEdidSupportDepends +qt5/include/QtEdidSupport/QtEdidSupportVersion +qt5/include/QtEdidSupport/qtedidsupportversion.h +${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfscontext_p.h +${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfscursor_p.h +${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfsdeviceintegration_p.h +${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfsglobal_p.h +${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfshooks_p.h +${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfsintegration_p.h +${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfsoffscreenwindow_p.h +${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfsscreen_p.h +${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfswindow_p.h +${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/QtEglFSDeviceIntegration +${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/QtEglFSDeviceIntegrationDepends +${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/QtEglFSDeviceIntegrationVersion +${PLIST.egl}qt5/include/QtEglFSDeviceIntegration/qteglfsdeviceintegrationversion.h +${PLIST.egl}qt5/include/QtEglSupport/${PKGVERSION}/QtEglSupport/private/qeglconvenience_p.h +${PLIST.egl}qt5/include/QtEglSupport/${PKGVERSION}/QtEglSupport/private/qeglpbuffer_p.h +${PLIST.egl}qt5/include/QtEglSupport/${PKGVERSION}/QtEglSupport/private/qeglplatformcontext_p.h +${PLIST.egl}qt5/include/QtEglSupport/${PKGVERSION}/QtEglSupport/private/qeglstreamconvenience_p.h +${PLIST.egl}qt5/include/QtEglSupport/${PKGVERSION}/QtEglSupport/private/qt_egl_p.h +${PLIST.egl}qt5/include/QtEglSupport/${PKGVERSION}/QtEglSupport/private/qxlibeglintegration_p.h +${PLIST.egl}qt5/include/QtEglSupport/QtEglSupport +${PLIST.egl}qt5/include/QtEglSupport/QtEglSupportDepends +${PLIST.egl}qt5/include/QtEglSupport/QtEglSupportVersion +${PLIST.egl}qt5/include/QtEglSupport/qteglsupportversion.h +qt5/include/QtEventDispatcherSupport/${PKGVERSION}/QtEventDispatcherSupport/private/qeventdispatcher_glib_p.h +qt5/include/QtEventDispatcherSupport/${PKGVERSION}/QtEventDispatcherSupport/private/qgenericunixeventdispatcher_p.h +qt5/include/QtEventDispatcherSupport/${PKGVERSION}/QtEventDispatcherSupport/private/qunixeventdispatcher_qpa_p.h +qt5/include/QtEventDispatcherSupport/${PKGVERSION}/QtEventDispatcherSupport/private/qwindowsguieventdispatcher_p.h +qt5/include/QtEventDispatcherSupport/QtEventDispatcherSupport +qt5/include/QtEventDispatcherSupport/QtEventDispatcherSupportDepends +qt5/include/QtEventDispatcherSupport/QtEventDispatcherSupportVersion +qt5/include/QtEventDispatcherSupport/qteventdispatchersupportversion.h +qt5/include/QtFbSupport/${PKGVERSION}/QtFbSupport/private/qfbbackingstore_p.h +qt5/include/QtFbSupport/${PKGVERSION}/QtFbSupport/private/qfbcursor_p.h +qt5/include/QtFbSupport/${PKGVERSION}/QtFbSupport/private/qfbscreen_p.h +qt5/include/QtFbSupport/${PKGVERSION}/QtFbSupport/private/qfbvthandler_p.h +qt5/include/QtFbSupport/${PKGVERSION}/QtFbSupport/private/qfbwindow_p.h +qt5/include/QtFbSupport/QtFbSupport +qt5/include/QtFbSupport/QtFbSupportDepends +qt5/include/QtFbSupport/QtFbSupportVersion +qt5/include/QtFbSupport/qtfbsupportversion.h +qt5/include/QtFontDatabaseSupport/${PKGVERSION}/QtFontDatabaseSupport/private/qcoretextfontdatabase_p.h +qt5/include/QtFontDatabaseSupport/${PKGVERSION}/QtFontDatabaseSupport/private/qfontconfigdatabase_p.h +qt5/include/QtFontDatabaseSupport/${PKGVERSION}/QtFontDatabaseSupport/private/qfontengine_coretext_p.h +qt5/include/QtFontDatabaseSupport/${PKGVERSION}/QtFontDatabaseSupport/private/qfontengine_ft_p.h +qt5/include/QtFontDatabaseSupport/${PKGVERSION}/QtFontDatabaseSupport/private/qfontenginemultifontconfig_p.h +qt5/include/QtFontDatabaseSupport/${PKGVERSION}/QtFontDatabaseSupport/private/qfreetypefontdatabase_p.h +qt5/include/QtFontDatabaseSupport/${PKGVERSION}/QtFontDatabaseSupport/private/qgenericunixfontdatabase_p.h +qt5/include/QtFontDatabaseSupport/${PKGVERSION}/QtFontDatabaseSupport/private/qwindowsfontdatabase_ft_p.h +qt5/include/QtFontDatabaseSupport/${PKGVERSION}/QtFontDatabaseSupport/private/qwindowsfontdatabase_p.h +qt5/include/QtFontDatabaseSupport/${PKGVERSION}/QtFontDatabaseSupport/private/qwindowsfontengine_p.h +qt5/include/QtFontDatabaseSupport/${PKGVERSION}/QtFontDatabaseSupport/private/qwindowsfontenginedirectwrite_p.h +qt5/include/QtFontDatabaseSupport/${PKGVERSION}/QtFontDatabaseSupport/private/qwindowsnativeimage_p.h +qt5/include/QtFontDatabaseSupport/${PKGVERSION}/QtFontDatabaseSupport/private/qwinrtfontdatabase_p.h +qt5/include/QtFontDatabaseSupport/QtFontDatabaseSupport +qt5/include/QtFontDatabaseSupport/QtFontDatabaseSupportDepends +qt5/include/QtFontDatabaseSupport/QtFontDatabaseSupportVersion +qt5/include/QtFontDatabaseSupport/qtfontdatabasesupportversion.h +${PLIST.unix}qt5/include/QtGlxSupport/${PKGVERSION}/QtGlxSupport/private/qglxconvenience_p.h +${PLIST.unix}qt5/include/QtGlxSupport/QtGlxSupport +${PLIST.unix}qt5/include/QtGlxSupport/QtGlxSupportDepends +${PLIST.unix}qt5/include/QtGlxSupport/QtGlxSupportVersion +${PLIST.unix}qt5/include/QtGlxSupport/qtglxsupportversion.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 @@ -844,6 +955,8 @@ 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/qcolorprofile_p.h +qt5/include/QtGui/${PKGVERSION}/QtGui/private/qcoregraphics_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 @@ -860,32 +973,32 @@ 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/qhighdpiscaling_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/qinputcontrol_p.h +qt5/include/QtGui/${PKGVERSION}/QtGui/private/qinputdevicemanager_p.h +qt5/include/QtGui/${PKGVERSION}/QtGui/private/qinputdevicemanager_p_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 @@ -897,11 +1010,10 @@ 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/qopenglprogrambinarycache_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 @@ -932,8 +1044,17 @@ 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/qrgba64_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/qshaderformat_p.h +qt5/include/QtGui/${PKGVERSION}/QtGui/private/qshadergenerator_p.h +qt5/include/QtGui/${PKGVERSION}/QtGui/private/qshadergraph_p.h +qt5/include/QtGui/${PKGVERSION}/QtGui/private/qshadergraphloader_p.h +qt5/include/QtGui/${PKGVERSION}/QtGui/private/qshaderlanguage_p.h +qt5/include/QtGui/${PKGVERSION}/QtGui/private/qshadernode_p.h +qt5/include/QtGui/${PKGVERSION}/QtGui/private/qshadernodeport_p.h +qt5/include/QtGui/${PKGVERSION}/QtGui/private/qshadernodesloader_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 @@ -954,10 +1075,13 @@ 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/qtgui-config_p.h +qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtguiglobal_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/qvulkanwindow_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 @@ -995,12 +1119,11 @@ 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/qplatformvulkaninstance.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 @@ -1085,6 +1208,7 @@ qt5/include/QtGui/QIntValidator qt5/include/QtGui/QKeyEvent qt5/include/QtGui/QKeySequence qt5/include/QtGui/QLinearGradient +qt5/include/QtGui/QList qt5/include/QtGui/QMatrix qt5/include/QtGui/QMatrix2x2 qt5/include/QtGui/QMatrix2x3 @@ -1105,6 +1229,8 @@ qt5/include/QtGui/QOpenGLContext qt5/include/QtGui/QOpenGLContextGroup qt5/include/QtGui/QOpenGLDebugLogger qt5/include/QtGui/QOpenGLDebugMessage +qt5/include/QtGui/QOpenGLExtraFunctions +qt5/include/QtGui/QOpenGLExtraFunctionsPrivate qt5/include/QtGui/QOpenGLFramebufferObject qt5/include/QtGui/QOpenGLFramebufferObjectFormat qt5/include/QtGui/QOpenGLFunctions @@ -1141,6 +1267,7 @@ qt5/include/QtGui/QOpenGLPixelTransferOptions qt5/include/QtGui/QOpenGLShader qt5/include/QtGui/QOpenGLShaderProgram qt5/include/QtGui/QOpenGLTexture +qt5/include/QtGui/QOpenGLTextureBlitter qt5/include/QtGui/QOpenGLTimeMonitor qt5/include/QtGui/QOpenGLTimerQuery qt5/include/QtGui/QOpenGLVersionFunctions @@ -1168,6 +1295,7 @@ qt5/include/QtGui/QPixelFormat qt5/include/QtGui/QPixmap qt5/include/QtGui/QPixmapCache qt5/include/QtGui/QPlatformSurfaceEvent +qt5/include/QtGui/QPointingDeviceUniqueId qt5/include/QtGui/QPolygon qt5/include/QtGui/QPolygonF qt5/include/QtGui/QQuaternion @@ -1179,6 +1307,7 @@ qt5/include/QtGui/QRegion qt5/include/QtGui/QRegularExpressionValidator qt5/include/QtGui/QResizeEvent qt5/include/QtGui/QRgb +qt5/include/QtGui/QRgba64 qt5/include/QtGui/QScreen qt5/include/QtGui/QScreenOrientationChangeEvent qt5/include/QtGui/QScrollEvent @@ -1232,6 +1361,14 @@ qt5/include/QtGui/QValidator qt5/include/QtGui/QVector2D qt5/include/QtGui/QVector3D qt5/include/QtGui/QVector4D +qt5/include/QtGui/QVulkanDeviceFunctions +qt5/include/QtGui/QVulkanExtension +qt5/include/QtGui/QVulkanFunctions +qt5/include/QtGui/QVulkanInfoVector +qt5/include/QtGui/QVulkanInstance +qt5/include/QtGui/QVulkanLayer +qt5/include/QtGui/QVulkanWindow +qt5/include/QtGui/QVulkanWindowRenderer qt5/include/QtGui/QWhatsThisClickedEvent qt5/include/QtGui/QWheelEvent qt5/include/QtGui/QWidgetList @@ -1286,6 +1423,7 @@ qt5/include/QtGui/qopenglcontext.h qt5/include/QtGui/qopengldebug.h qt5/include/QtGui/qopengles2ext.h qt5/include/QtGui/qopenglext.h +qt5/include/QtGui/qopenglextrafunctions.h qt5/include/QtGui/qopenglframebufferobject.h qt5/include/QtGui/qopenglfunctions.h qt5/include/QtGui/qopenglfunctions_1_0.h @@ -1319,6 +1457,7 @@ qt5/include/QtGui/qopenglpaintdevice.h qt5/include/QtGui/qopenglpixeltransferoptions.h qt5/include/QtGui/qopenglshaderprogram.h qt5/include/QtGui/qopengltexture.h +qt5/include/QtGui/qopengltextureblitter.h qt5/include/QtGui/qopengltimerquery.h qt5/include/QtGui/qopenglversionfunctions.h qt5/include/QtGui/qopenglvertexarrayobject.h @@ -1345,6 +1484,7 @@ qt5/include/QtGui/qrasterwindow.h qt5/include/QtGui/qrawfont.h qt5/include/QtGui/qregion.h qt5/include/QtGui/qrgb.h +qt5/include/QtGui/qrgba64.h qt5/include/QtGui/qscreen.h qt5/include/QtGui/qsessionmanager.h qt5/include/QtGui/qstandarditemmodel.h @@ -1363,6 +1503,8 @@ qt5/include/QtGui/qtextlist.h qt5/include/QtGui/qtextobject.h qt5/include/QtGui/qtextoption.h qt5/include/QtGui/qtexttable.h +qt5/include/QtGui/qtgui-config.h +qt5/include/QtGui/qtguiglobal.h qt5/include/QtGui/qtguiversion.h qt5/include/QtGui/qtouchdevice.h qt5/include/QtGui/qtransform.h @@ -1370,9 +1512,24 @@ qt5/include/QtGui/qvalidator.h qt5/include/QtGui/qvector2d.h qt5/include/QtGui/qvector3d.h qt5/include/QtGui/qvector4d.h +qt5/include/QtGui/qvulkanfunctions.h +qt5/include/QtGui/qvulkaninstance.h +qt5/include/QtGui/qvulkanwindow.h qt5/include/QtGui/qwindow.h qt5/include/QtGui/qwindowdefs.h qt5/include/QtGui/qwindowdefs_win.h +${PLIST.unix}qt5/include/QtKmsSupport/${PKGVERSION}/QtKmsSupport/private/qkmsdevice_p.h +${PLIST.unix}qt5/include/QtKmsSupport/QtKmsSupport +${PLIST.unix}qt5/include/QtKmsSupport/QtKmsSupportDepends +${PLIST.unix}qt5/include/QtKmsSupport/QtKmsSupportVersion +${PLIST.unix}qt5/include/QtKmsSupport/qtkmssupportversion.h +qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/bitstreams_p.h +qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/hpack_p.h +qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/hpacktable_p.h +qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/http2frames_p.h +qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/http2protocol_p.h +qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/http2streams_p.h +qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/huffman_p.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 @@ -1385,6 +1542,9 @@ 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/qhsts_p.h +qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhstsstore_p.h +qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhttp2protocolhandler_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 @@ -1411,18 +1571,19 @@ 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/qnetworkdatagram_p.h qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkdiskcache_p.h +qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkfile_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/qsctpserver_p.h +qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsctpsocket_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 @@ -1432,16 +1593,21 @@ qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslcertificateextension_p 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/qssldiffiehellmanparameters_p.h qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslkey_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/qsslsocket_openssl11_symbols_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_opensslpre11_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/qtcpserver_p.h qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtcpsocket_p.h +qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtnetwork-config_p.h +qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtnetworkglobal_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 @@ -1453,6 +1619,7 @@ qt5/include/QtNetwork/QDnsServiceRecord qt5/include/QtNetwork/QDnsTextRecord qt5/include/QtNetwork/QHostAddress qt5/include/QtNetwork/QHostInfo +qt5/include/QtNetwork/QHstsPolicy qt5/include/QtNetwork/QHttpMultiPart qt5/include/QtNetwork/QHttpPart qt5/include/QtNetwork/QIPv6Address @@ -1465,6 +1632,7 @@ qt5/include/QtNetwork/QNetworkConfiguration qt5/include/QtNetwork/QNetworkConfigurationManager qt5/include/QtNetwork/QNetworkCookie qt5/include/QtNetwork/QNetworkCookieJar +qt5/include/QtNetwork/QNetworkDatagram qt5/include/QtNetwork/QNetworkDiskCache qt5/include/QtNetwork/QNetworkInterface qt5/include/QtNetwork/QNetworkProxy @@ -1473,11 +1641,14 @@ qt5/include/QtNetwork/QNetworkProxyQuery qt5/include/QtNetwork/QNetworkReply qt5/include/QtNetwork/QNetworkRequest qt5/include/QtNetwork/QNetworkSession +qt5/include/QtNetwork/QSctpServer +qt5/include/QtNetwork/QSctpSocket qt5/include/QtNetwork/QSsl qt5/include/QtNetwork/QSslCertificate qt5/include/QtNetwork/QSslCertificateExtension qt5/include/QtNetwork/QSslCipher qt5/include/QtNetwork/QSslConfiguration +qt5/include/QtNetwork/QSslDiffieHellmanParameters qt5/include/QtNetwork/QSslEllipticCurve qt5/include/QtNetwork/QSslError qt5/include/QtNetwork/QSslKey @@ -1496,6 +1667,7 @@ qt5/include/QtNetwork/qauthenticator.h qt5/include/QtNetwork/qdnslookup.h qt5/include/QtNetwork/qhostaddress.h qt5/include/QtNetwork/qhostinfo.h +qt5/include/QtNetwork/qhstspolicy.h qt5/include/QtNetwork/qhttpmultipart.h qt5/include/QtNetwork/qlocalserver.h qt5/include/QtNetwork/qlocalsocket.h @@ -1504,18 +1676,21 @@ qt5/include/QtNetwork/qnetworkconfigmanager.h qt5/include/QtNetwork/qnetworkconfiguration.h qt5/include/QtNetwork/qnetworkcookie.h qt5/include/QtNetwork/qnetworkcookiejar.h +qt5/include/QtNetwork/qnetworkdatagram.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/qsctpserver.h +qt5/include/QtNetwork/qsctpsocket.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/qssldiffiehellmanparameters.h qt5/include/QtNetwork/qsslellipticcurve.h qt5/include/QtNetwork/qsslerror.h qt5/include/QtNetwork/qsslkey.h @@ -1523,6 +1698,8 @@ qt5/include/QtNetwork/qsslpresharedkeyauthenticator.h qt5/include/QtNetwork/qsslsocket.h qt5/include/QtNetwork/qtcpserver.h qt5/include/QtNetwork/qtcpsocket.h +qt5/include/QtNetwork/qtnetwork-config.h +qt5/include/QtNetwork/qtnetworkglobal.h qt5/include/QtNetwork/qtnetworkversion.h qt5/include/QtNetwork/qudpsocket.h qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qgl2pexvertexarray_p.h @@ -1534,7 +1711,6 @@ 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 @@ -1570,95 +1746,40 @@ qt5/include/QtOpenGLExtensions/QtOpenGLExtensionsDepends qt5/include/QtOpenGLExtensions/QtOpenGLExtensionsVersion qt5/include/QtOpenGLExtensions/qopenglextensions.h qt5/include/QtOpenGLExtensions/qtopenglextensionsversion.h +qt5/include/QtPlatformCompositorSupport/${PKGVERSION}/QtPlatformCompositorSupport/private/qopenglcompositor_p.h +qt5/include/QtPlatformCompositorSupport/${PKGVERSION}/QtPlatformCompositorSupport/private/qopenglcompositorbackingstore_p.h +qt5/include/QtPlatformCompositorSupport/QtPlatformCompositorSupport +qt5/include/QtPlatformCompositorSupport/QtPlatformCompositorSupportDepends +qt5/include/QtPlatformCompositorSupport/QtPlatformCompositorSupportVersion +qt5/include/QtPlatformCompositorSupport/qtplatformcompositorsupportversion.h qt5/include/QtPlatformHeaders/QCocoaNativeContext +qt5/include/QtPlatformHeaders/QCocoaWindowFunctions qt5/include/QtPlatformHeaders/QEGLNativeContext qt5/include/QtPlatformHeaders/QEglFSFunctions qt5/include/QtPlatformHeaders/QGLXNativeContext +qt5/include/QtPlatformHeaders/QPlatformHeaderHelper qt5/include/QtPlatformHeaders/QWGLNativeContext +qt5/include/QtPlatformHeaders/QWaylandWindowFunctions qt5/include/QtPlatformHeaders/QWindowsWindowFunctions +qt5/include/QtPlatformHeaders/QXcbIntegrationFunctions +qt5/include/QtPlatformHeaders/QXcbScreenFunctions qt5/include/QtPlatformHeaders/QXcbWindowFunctions qt5/include/QtPlatformHeaders/QtPlatformHeaders qt5/include/QtPlatformHeaders/QtPlatformHeadersDepends qt5/include/QtPlatformHeaders/QtPlatformHeadersVersion qt5/include/QtPlatformHeaders/qcocoanativecontext.h +qt5/include/QtPlatformHeaders/qcocoawindowfunctions.h qt5/include/QtPlatformHeaders/qeglfsfunctions.h qt5/include/QtPlatformHeaders/qeglnativecontext.h qt5/include/QtPlatformHeaders/qglxnativecontext.h +qt5/include/QtPlatformHeaders/qplatformheaderhelper.h qt5/include/QtPlatformHeaders/qtplatformheadersversion.h +qt5/include/QtPlatformHeaders/qwaylandwindowfunctions.h qt5/include/QtPlatformHeaders/qwglnativecontext.h qt5/include/QtPlatformHeaders/qwindowswindowfunctions.h +qt5/include/QtPlatformHeaders/qxcbintegrationfunctions.h +qt5/include/QtPlatformHeaders/qxcbscreenfunctions.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 @@ -1672,6 +1793,11 @@ qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qprintengine_pdf 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/${PKGVERSION}/QtPrintSupport/private/qtprintsupport-config_p.h +qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qtprintsupportglobal_p.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/QAbstractPrintDialog qt5/include/QtPrintSupport/QPageSetupDialog qt5/include/QtPrintSupport/QPrintDialog @@ -1691,23 +1817,21 @@ qt5/include/QtPrintSupport/qprinter.h qt5/include/QtPrintSupport/qprinterinfo.h qt5/include/QtPrintSupport/qprintpreviewdialog.h qt5/include/QtPrintSupport/qprintpreviewwidget.h +qt5/include/QtPrintSupport/qtprintsupport-config.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 +${PLIST.unix}qt5/include/QtServiceSupport/${PKGVERSION}/QtServiceSupport/private/qgenericunixservices_p.h +${PLIST.unix}qt5/include/QtServiceSupport/QtServiceSupport +${PLIST.unix}qt5/include/QtServiceSupport/QtServiceSupportDepends +${PLIST.unix}qt5/include/QtServiceSupport/QtServiceSupportVersion +${PLIST.unix}qt5/include/QtServiceSupport/qtservicesupportversion.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/${PKGVERSION}/QtSql/private/qtsqlglobal_p.h qt5/include/QtSql/QSql qt5/include/QtSql/QSqlDatabase qt5/include/QtSql/QSqlDriver @@ -1742,6 +1866,7 @@ qt5/include/QtSql/qsqlrelationaldelegate.h qt5/include/QtSql/qsqlrelationaltablemodel.h qt5/include/QtSql/qsqlresult.h qt5/include/QtSql/qsqltablemodel.h +qt5/include/QtSql/qtsqlglobal.h qt5/include/QtSql/qtsqlversion.h qt5/include/QtTest/${PKGVERSION}/QtTest/private/callgrind_p.h qt5/include/QtTest/${PKGVERSION}/QtTest/private/cycle_p.h @@ -1752,18 +1877,22 @@ 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/qbenchmarktimemeasurers_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/qteamcitylogger_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/qtesthelpers_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/qtestutil_macos_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 @@ -1785,6 +1914,7 @@ qt5/include/QtTest/QTestMouseEvent qt5/include/QtTest/QtTest qt5/include/QtTest/QtTestDepends qt5/include/QtTest/QtTestGui +qt5/include/QtTest/QtTestNetwork qt5/include/QtTest/QtTestVersion qt5/include/QtTest/QtTestWidgets qt5/include/QtTest/qbenchmark.h @@ -1793,6 +1923,7 @@ 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_network.h qt5/include/QtTest/qtest_widgets.h qt5/include/QtTest/qtestaccessible.h qt5/include/QtTest/qtestassert.h @@ -1806,20 +1937,39 @@ qt5/include/QtTest/qtestspontaneevent.h qt5/include/QtTest/qtestsystem.h qt5/include/QtTest/qtesttouch.h qt5/include/QtTest/qttestversion.h +qt5/include/QtThemeSupport/${PKGVERSION}/QtThemeSupport/private/qabstractfileiconengine_p.h +qt5/include/QtThemeSupport/${PKGVERSION}/QtThemeSupport/private/qdbusmenuadaptor_p.h +qt5/include/QtThemeSupport/${PKGVERSION}/QtThemeSupport/private/qdbusmenubar_p.h +qt5/include/QtThemeSupport/${PKGVERSION}/QtThemeSupport/private/qdbusmenuconnection_p.h +qt5/include/QtThemeSupport/${PKGVERSION}/QtThemeSupport/private/qdbusmenuregistrarproxy_p.h +qt5/include/QtThemeSupport/${PKGVERSION}/QtThemeSupport/private/qdbusmenutypes_p.h +qt5/include/QtThemeSupport/${PKGVERSION}/QtThemeSupport/private/qdbusplatformmenu_p.h +qt5/include/QtThemeSupport/${PKGVERSION}/QtThemeSupport/private/qdbustrayicon_p.h +qt5/include/QtThemeSupport/${PKGVERSION}/QtThemeSupport/private/qdbustraytypes_p.h +qt5/include/QtThemeSupport/${PKGVERSION}/QtThemeSupport/private/qgenericunixthemes_p.h +qt5/include/QtThemeSupport/${PKGVERSION}/QtThemeSupport/private/qstatusnotifieritemadaptor_p.h +qt5/include/QtThemeSupport/${PKGVERSION}/QtThemeSupport/private/qxdgnotificationproxy_p.h +qt5/include/QtThemeSupport/QtThemeSupport +qt5/include/QtThemeSupport/QtThemeSupportDepends +qt5/include/QtThemeSupport/QtThemeSupportVersion +qt5/include/QtThemeSupport/qtthemesupportversion.h +qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/complexwidgets_p.h +qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/itemviews_p.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/qaccessiblemenu_p.h qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qaccessiblewidgetfactory_p.h +qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qaccessiblewidgets_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/qbuttongroup_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 @@ -1861,11 +2011,6 @@ qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicsscenelinearindex_ 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 @@ -1876,15 +2021,14 @@ 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/qpixmapstyle_p.h +qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qpixmapstyle_p_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 @@ -1914,6 +2058,8 @@ 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/qtwidgets-config_p.h +qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qtwidgetsglobal_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 @@ -1926,23 +2072,11 @@ 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/${PKGVERSION}/QtWidgets/private/rangecontrols_p.h +qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/simplewidgets_p.h qt5/include/QtWidgets/QAbstractButton qt5/include/QtWidgets/QAbstractGraphicsShapeItem qt5/include/QtWidgets/QAbstractItemDelegate @@ -2285,6 +2419,8 @@ qt5/include/QtWidgets/qtooltip.h qt5/include/QtWidgets/qtreeview.h qt5/include/QtWidgets/qtreewidget.h qt5/include/QtWidgets/qtreewidgetitemiterator.h +qt5/include/QtWidgets/qtwidgets-config.h +qt5/include/QtWidgets/qtwidgetsglobal.h qt5/include/QtWidgets/qtwidgetsversion.h qt5/include/QtWidgets/qundogroup.h qt5/include/QtWidgets/qundostack.h @@ -2292,8 +2428,8 @@ 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/qtxml-config_p.h qt5/include/QtXml/${PKGVERSION}/QtXml/private/qxml_p.h qt5/include/QtXml/QDomAttr qt5/include/QtXml/QDomCDATASection @@ -2330,11 +2466,13 @@ qt5/include/QtXml/QtXml qt5/include/QtXml/QtXmlDepends qt5/include/QtXml/QtXmlVersion qt5/include/QtXml/qdom.h +qt5/include/QtXml/qtxml-config.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/Qt5/Qt5ModuleLocation.cmake qt5/lib/cmake/Qt5Concurrent/Qt5ConcurrentConfig.cmake qt5/lib/cmake/Qt5Concurrent/Qt5ConcurrentConfigVersion.cmake qt5/lib/cmake/Qt5Core/Qt5CTestMacros.cmake @@ -2350,25 +2488,27 @@ 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_QEglFSEmulatorIntegrationPlugin.cmake ${PLIST.egl}qt5/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake +${PLIST.egl}qt5/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake +${PLIST.egl}qt5/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.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 +${PLIST.gtk3}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.unix}qt5/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake ${PLIST.egl}qt5/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake +${PLIST.unix}qt5/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake +${PLIST.unix}qt5/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.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 @@ -2376,11 +2516,12 @@ 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/Qt5Sql/Qt5Sql_QSQLiteDriverPlugin.cmake qt5/lib/cmake/Qt5Test/Qt5TestConfig.cmake +qt5/lib/cmake/Qt5Test/Qt5TestConfigExtras.cmake qt5/lib/cmake/Qt5Test/Qt5TestConfigVersion.cmake qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake @@ -2388,71 +2529,134 @@ 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/libQt5AccessibilitySupport.a +qt5/lib/libQt5AccessibilitySupport.prl +qt5/lib/libQt5Bootstrap.a qt5/lib/libQt5Bootstrap.prl -qt5/lib/libQt5Concurrent.la qt5/lib/libQt5Concurrent.prl -qt5/lib/libQt5Core.la +qt5/lib/libQt5Concurrent.so +qt5/lib/libQt5Concurrent.so.${PKGVERSION} +qt5/lib/libQt5Concurrent.so.5 +qt5/lib/libQt5Concurrent.so.5.10 qt5/lib/libQt5Core.prl -qt5/lib/libQt5DBus.la +qt5/lib/libQt5Core.so +qt5/lib/libQt5Core.so.${PKGVERSION} +qt5/lib/libQt5Core.so.5 +qt5/lib/libQt5Core.so.5.10 qt5/lib/libQt5DBus.prl -${PLIST.egl}qt5/lib/libQt5EglDeviceIntegration.la -${PLIST.egl}qt5/lib/libQt5EglDeviceIntegration.prl -qt5/lib/libQt5Gui.la +qt5/lib/libQt5DBus.so +qt5/lib/libQt5DBus.so.${PKGVERSION} +qt5/lib/libQt5DBus.so.5 +qt5/lib/libQt5DBus.so.5.10 +qt5/lib/libQt5DeviceDiscoverySupport.a +qt5/lib/libQt5DeviceDiscoverySupport.prl +qt5/lib/libQt5EdidSupport.a +qt5/lib/libQt5EdidSupport.prl +${PLIST.egl}qt5/lib/libQt5EglFSDeviceIntegration.prl +${PLIST.egl}qt5/lib/libQt5EglFSDeviceIntegration.so +${PLIST.egl}qt5/lib/libQt5EglFSDeviceIntegration.so.${PKGVERSION} +${PLIST.egl}qt5/lib/libQt5EglFSDeviceIntegration.so.5 +${PLIST.egl}qt5/lib/libQt5EglFSDeviceIntegration.so.5.10 +${PLIST.egl}qt5/lib/libQt5EglFsKmsSupport.prl +${PLIST.egl}qt5/lib/libQt5EglFsKmsSupport.so +${PLIST.egl}qt5/lib/libQt5EglFsKmsSupport.so.${PKGVERSION} +${PLIST.egl}qt5/lib/libQt5EglFsKmsSupport.so.5 +${PLIST.egl}qt5/lib/libQt5EglFsKmsSupport.so.5.10 +${PLIST.egl}qt5/lib/libQt5EglSupport.a +${PLIST.egl}qt5/lib/libQt5EglSupport.prl +qt5/lib/libQt5EventDispatcherSupport.a +qt5/lib/libQt5EventDispatcherSupport.prl +qt5/lib/libQt5FbSupport.a +qt5/lib/libQt5FbSupport.prl +qt5/lib/libQt5FontDatabaseSupport.a +qt5/lib/libQt5FontDatabaseSupport.prl +${PLIST.unix}qt5/lib/libQt5GlxSupport.a +${PLIST.unix}qt5/lib/libQt5GlxSupport.prl qt5/lib/libQt5Gui.prl -qt5/lib/libQt5Network.la +qt5/lib/libQt5Gui.so +qt5/lib/libQt5Gui.so.${PKGVERSION} +qt5/lib/libQt5Gui.so.5 +qt5/lib/libQt5Gui.so.5.10 +${PLIST.unix}qt5/lib/libQt5KmsSupport.a +${PLIST.unix}qt5/lib/libQt5KmsSupport.prl qt5/lib/libQt5Network.prl -qt5/lib/libQt5OpenGL.la +qt5/lib/libQt5Network.so +qt5/lib/libQt5Network.so.${PKGVERSION} +qt5/lib/libQt5Network.so.5 +qt5/lib/libQt5Network.so.5.10 qt5/lib/libQt5OpenGL.prl -qt5/lib/libQt5OpenGLExtensions.la +qt5/lib/libQt5OpenGL.so +qt5/lib/libQt5OpenGL.so.${PKGVERSION} +qt5/lib/libQt5OpenGL.so.5 +qt5/lib/libQt5OpenGL.so.5.10 qt5/lib/libQt5OpenGLExtensions.prl -qt5/lib/libQt5PlatformSupport.la -qt5/lib/libQt5PlatformSupport.prl -qt5/lib/libQt5PrintSupport.la +qt5/lib/libQt5OpenGLExtensions.so +qt5/lib/libQt5OpenGLExtensions.so.${PKGVERSION} +qt5/lib/libQt5OpenGLExtensions.so.5 +qt5/lib/libQt5OpenGLExtensions.so.5.10 +qt5/lib/libQt5PlatformCompositorSupport.a +qt5/lib/libQt5PlatformCompositorSupport.prl qt5/lib/libQt5PrintSupport.prl -qt5/lib/libQt5Sql.la +qt5/lib/libQt5PrintSupport.so +qt5/lib/libQt5PrintSupport.so.${PKGVERSION} +qt5/lib/libQt5PrintSupport.so.5 +qt5/lib/libQt5PrintSupport.so.5.10 +${PLIST.unix}qt5/lib/libQt5ServiceSupport.a +${PLIST.unix}qt5/lib/libQt5ServiceSupport.prl qt5/lib/libQt5Sql.prl -qt5/lib/libQt5Test.la +qt5/lib/libQt5Sql.so +qt5/lib/libQt5Sql.so.${PKGVERSION} +qt5/lib/libQt5Sql.so.5 +qt5/lib/libQt5Sql.so.5.10 qt5/lib/libQt5Test.prl -qt5/lib/libQt5Widgets.la +qt5/lib/libQt5Test.so +qt5/lib/libQt5Test.so.${PKGVERSION} +qt5/lib/libQt5Test.so.5 +qt5/lib/libQt5Test.so.5.10 +qt5/lib/libQt5ThemeSupport.a +qt5/lib/libQt5ThemeSupport.prl qt5/lib/libQt5Widgets.prl -${PLIST.unix}qt5/lib/libQt5XcbQpa.la +qt5/lib/libQt5Widgets.so +qt5/lib/libQt5Widgets.so.${PKGVERSION} +qt5/lib/libQt5Widgets.so.5 +qt5/lib/libQt5Widgets.so.5.10 ${PLIST.unix}qt5/lib/libQt5XcbQpa.prl -qt5/lib/libQt5Xml.la +${PLIST.unix}qt5/lib/libQt5XcbQpa.so +${PLIST.unix}qt5/lib/libQt5XcbQpa.so.${PKGVERSION} +${PLIST.unix}qt5/lib/libQt5XcbQpa.so.5 +${PLIST.unix}qt5/lib/libQt5XcbQpa.so.5.10 qt5/lib/libQt5Xml.prl -qt5/lib/pkgconfig/Qt5Bootstrap.pc +qt5/lib/libQt5Xml.so +qt5/lib/libQt5Xml.so.${PKGVERSION} +qt5/lib/libQt5Xml.so.5 +qt5/lib/libQt5Xml.so.5.10 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-clang/qmake.conf +qt5/mkspecs/android-clang/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-base-head.conf +qt5/mkspecs/common/android-base-tail.conf qt5/mkspecs/common/android/qplatformdefs.h -qt5/mkspecs/common/armcc.conf +qt5/mkspecs/common/angle.conf +qt5/mkspecs/common/bsd/bsd.conf +qt5/mkspecs/common/bsd/qplatformdefs.h qt5/mkspecs/common/c89/qplatformdefs.h qt5/mkspecs/common/clang-mac.conf qt5/mkspecs/common/clang.conf @@ -2463,23 +2667,27 @@ 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/ghs-base.conf +qt5/mkspecs/common/ghs-integrity-armv7.conf +qt5/mkspecs/common/ghs-integrity-armv8.conf +qt5/mkspecs/common/ghs-integrity-x86.conf +qt5/mkspecs/common/integrity/qplatformdefs.h 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/msvc-version.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-aarch64le.conf qt5/mkspecs/common/qcc-base-qnx-armle-v7.conf +qt5/mkspecs/common/qcc-base-qnx-x86-64.conf qt5/mkspecs/common/qcc-base-qnx-x86.conf qt5/mkspecs/common/qcc-base-qnx.conf qt5/mkspecs/common/qcc-base.conf @@ -2488,9 +2696,15 @@ 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/solaris.conf +qt5/mkspecs/common/tvos.conf +qt5/mkspecs/common/uikit.conf +qt5/mkspecs/common/uikit/GLES2/gl2.h +qt5/mkspecs/common/uikit/clang.conf +qt5/mkspecs/common/uikit/qmake.conf qt5/mkspecs/common/unix.conf -qt5/mkspecs/common/wince/qmake.conf -qt5/mkspecs/common/wince/qplatformdefs.h +qt5/mkspecs/common/watchos.conf +qt5/mkspecs/common/windows-vulkan.conf 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 @@ -2502,41 +2716,75 @@ 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/freebsd_device_post.conf +qt5/mkspecs/devices/common/freebsd_device_pre.conf 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/freebsd-generic-clang/qmake.conf +qt5/mkspecs/devices/freebsd-generic-clang/qplatformdefs.h +qt5/mkspecs/devices/freebsd-rasp-pi-clang/qmake.conf +qt5/mkspecs/devices/freebsd-rasp-pi-clang/qplatformdefs.h +qt5/mkspecs/devices/integrity-armv8-drive-cx/qmake.conf +qt5/mkspecs/devices/integrity-armv8-drive-cx/qplatformdefs.h 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-generic-g++/qmake.conf +qt5/mkspecs/devices/linux-arm-generic-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-colibri-vf-g++/qmake.conf +qt5/mkspecs/devices/linux-colibri-vf-g++/qplatformdefs.h +qt5/mkspecs/devices/linux-drive-cx-g++/qmake.conf +qt5/mkspecs/devices/linux-drive-cx-g++/qplatformdefs.h +qt5/mkspecs/devices/linux-emu-g++/qmake.conf +qt5/mkspecs/devices/linux-emu-g++/qplatformdefs.h +qt5/mkspecs/devices/linux-generic-g++/qmake.conf +qt5/mkspecs/devices/linux-generic-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-imx7-g++/qmake.conf +qt5/mkspecs/devices/linux-imx7-g++/qplatformdefs.h +qt5/mkspecs/devices/linux-jetson-tk1-g++/qmake.conf +qt5/mkspecs/devices/linux-jetson-tk1-g++/qplatformdefs.h +qt5/mkspecs/devices/linux-jetson-tk1-pro-g++/qmake.conf +qt5/mkspecs/devices/linux-jetson-tk1-pro-g++/qplatformdefs.h +qt5/mkspecs/devices/linux-jetson-tx1-g++/qmake.conf +qt5/mkspecs/devices/linux-jetson-tx1-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-mipsel-ci20-g++/qmake.conf +qt5/mkspecs/devices/linux-mipsel-ci20-g++/qplatformdefs.h +qt5/mkspecs/devices/linux-nuc-g++/qmake.conf +qt5/mkspecs/devices/linux-nuc-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-rasp-pi3-g++/qmake.conf +qt5/mkspecs/devices/linux-rasp-pi3-g++/qplatformdefs.h +qt5/mkspecs/devices/linux-rasp-pi3-vc4-g++/qmake.conf +qt5/mkspecs/devices/linux-rasp-pi3-vc4-g++/qplatformdefs.h +qt5/mkspecs/devices/linux-rcar-h2-g++/qmake.conf +qt5/mkspecs/devices/linux-rcar-h2-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 @@ -2545,14 +2793,19 @@ 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/linux-tinkerboard-g++/qmake.conf +qt5/mkspecs/devices/linux-tinkerboard-g++/qplatformdefs.h qt5/mkspecs/devices/qmake.conf +qt5/mkspecs/dummy/qmake.conf qt5/mkspecs/features/android/android.prf qt5/mkspecs/features/android/android_deployment_settings.prf +qt5/mkspecs/features/android/resolve_target.prf +qt5/mkspecs/features/android/sdk.prf +qt5/mkspecs/features/benchmark.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/configure_base.prf qt5/mkspecs/features/create_cmake.prf qt5/mkspecs/features/ctest_testcase.prf qt5/mkspecs/features/ctest_testcase_common.prf @@ -2562,7 +2815,11 @@ 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/configure.json qt5/mkspecs/features/data/dummy.cpp +qt5/mkspecs/features/data/mac/objc_namespace.sh +qt5/mkspecs/features/data/macros.cpp +qt5/mkspecs/features/data/unix/findclasslist.pl qt5/mkspecs/features/dbusadaptors.prf qt5/mkspecs/features/dbuscommon.pri qt5/mkspecs/features/dbusinterfaces.prf @@ -2576,6 +2833,7 @@ 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/file_copies.prf qt5/mkspecs/features/gcov.prf qt5/mkspecs/features/include_source_dir.prf qt5/mkspecs/features/incredibuild_xge.prf @@ -2584,31 +2842,37 @@ 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/asset_catalogs.prf +qt5/mkspecs/features/mac/mac.prf qt5/mkspecs/features/mac/objective_c.prf qt5/mkspecs/features/mac/rez.prf qt5/mkspecs/features/mac/sdk.prf +qt5/mkspecs/features/mac/toolchain.prf +qt5/mkspecs/features/mac/unsupported/objc_namespace.prf qt5/mkspecs/features/moc.prf qt5/mkspecs/features/no_debug_info.prf +qt5/mkspecs/features/plugin_bundle.prf qt5/mkspecs/features/precompile_header.prf -qt5/mkspecs/features/qfeatures.prf +qt5/mkspecs/features/qgltf.prf qt5/mkspecs/features/qlalr.prf qt5/mkspecs/features/qmake.conf +qt5/mkspecs/features/qmake_use.prf 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_extra.prf qt5/mkspecs/features/qt_build_paths.prf +qt5/mkspecs/features/qt_clear_installs.prf qt5/mkspecs/features/qt_common.prf qt5/mkspecs/features/qt_config.prf +qt5/mkspecs/features/qt_configure.prf qt5/mkspecs/features/qt_docs.prf qt5/mkspecs/features/qt_docs_targets.prf qt5/mkspecs/features/qt_example_installs.prf @@ -2635,13 +2899,28 @@ 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/toolchain.prf qt5/mkspecs/features/uic.prf +qt5/mkspecs/features/uikit/bitcode.prf +qt5/mkspecs/features/uikit/default_post.prf +qt5/mkspecs/features/uikit/default_pre.prf +qt5/mkspecs/features/uikit/device_destinations.sh +qt5/mkspecs/features/uikit/devices.py +qt5/mkspecs/features/uikit/exclusive_builds_post.prf +qt5/mkspecs/features/uikit/qt.prf +qt5/mkspecs/features/uikit/qt_parts.prf +qt5/mkspecs/features/uikit/resolve_config.prf +qt5/mkspecs/features/uikit/sdk.prf +qt5/mkspecs/features/uikit/testcase.prf +qt5/mkspecs/features/uikit/testcase_targets.prf +qt5/mkspecs/features/uikit/watchos_coretext.prf +qt5/mkspecs/features/uikit/xcodebuild.mk +qt5/mkspecs/features/uikit/xcodebuild.prf qt5/mkspecs/features/unix/bsymbolic_functions.prf -qt5/mkspecs/features/unix/dylib.prf +qt5/mkspecs/features/unix/ccache.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 @@ -2659,63 +2938,43 @@ 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/separate_debug_info.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-clang/qmake.conf +qt5/mkspecs/freebsd-clang/qplatformdefs.h 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/integrity-armv7-imx6/qmake.conf +qt5/mkspecs/integrity-armv7-imx6/qplatformdefs.h +qt5/mkspecs/integrity-armv7/qmake.conf +qt5/mkspecs/integrity-armv7/qplatformdefs.h +qt5/mkspecs/integrity-x86/qmake.conf +qt5/mkspecs/integrity-x86/qplatformdefs.h +qt5/mkspecs/linux-aarch64-gnu-g++/qmake.conf +qt5/mkspecs/linux-aarch64-gnu-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 @@ -2726,68 +2985,53 @@ 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-k1om/qmake.conf +qt5/mkspecs/linux-icc-k1om/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.dSYM.in 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.dSYM.in 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.dSYM.in 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 qt5/mkspecs/macx-ios-clang/Info.plist.app +qt5/mkspecs/macx-ios-clang/Info.plist.dSYM.in 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-tvos-clang/Info.plist.app +qt5/mkspecs/macx-tvos-clang/Info.plist.lib +qt5/mkspecs/macx-tvos-clang/qmake.conf +qt5/mkspecs/macx-tvos-clang/qplatformdefs.h +qt5/mkspecs/macx-watchos-clang/Info.plist.app +qt5/mkspecs/macx-watchos-clang/Info.plist.lib +qt5/mkspecs/macx-watchos-clang/qmake.conf +qt5/mkspecs/macx-watchos-clang/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_accessibility_support_private.pri qt5/mkspecs/modules/qt_lib_bootstrap_private.pri qt5/mkspecs/modules/qt_lib_concurrent.pri qt5/mkspecs/modules/qt_lib_concurrent_private.pri @@ -2795,22 +3039,33 @@ 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_devicediscovery_support_private.pri +qt5/mkspecs/modules/qt_lib_edid_support_private.pri +${PLIST.egl}qt5/mkspecs/modules/qt_lib_egl_support_private.pri +${PLIST.egl}qt5/mkspecs/modules/qt_lib_eglfs_kms_support_private.pri +${PLIST.egl}qt5/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri +qt5/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri +qt5/mkspecs/modules/qt_lib_fb_support_private.pri +qt5/mkspecs/modules/qt_lib_fontdatabase_support_private.pri +${PLIST.unix}qt5/mkspecs/modules/qt_lib_glx_support_private.pri qt5/mkspecs/modules/qt_lib_gui.pri qt5/mkspecs/modules/qt_lib_gui_private.pri +${PLIST.unix}qt5/mkspecs/modules/qt_lib_kms_support_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_platformcompositor_support_private.pri qt5/mkspecs/modules/qt_lib_printsupport.pri qt5/mkspecs/modules/qt_lib_printsupport_private.pri +${PLIST.unix}qt5/mkspecs/modules/qt_lib_service_support_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_theme_support_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 @@ -2822,16 +3077,15 @@ 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-aarch64le-qcc/qmake.conf +qt5/mkspecs/qnx-aarch64le-qcc/qplatformdefs.h qt5/mkspecs/qnx-armle-v7-qcc/qmake.conf qt5/mkspecs/qnx-armle-v7-qcc/qplatformdefs.h +qt5/mkspecs/qnx-x86-64-qcc/qmake.conf +qt5/mkspecs/qnx-x86-64-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 @@ -2844,21 +3098,6 @@ 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 @@ -2878,65 +3117,46 @@ 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-clang-msvc/qmake.conf +qt5/mkspecs/win32-clang-msvc/qplatformdefs.h qt5/mkspecs/win32-g++/qmake.conf qt5/mkspecs/win32-g++/qplatformdefs.h +qt5/mkspecs/win32-icc-k1om/qmake.conf +qt5/mkspecs/win32-icc-k1om/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/win32-msvc/qmake.conf +qt5/mkspecs/win32-msvc/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-arm-msvc2017/qmake.conf +qt5/mkspecs/winrt-arm-msvc2017/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-x64-msvc2017/qmake.conf +qt5/mkspecs/winrt-x64-msvc2017/qplatformdefs.h 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 +qt5/mkspecs/winrt-x86-msvc2017/qmake.conf +qt5/mkspecs/winrt-x86-msvc2017/qplatformdefs.h +qt5/plugins/bearer/libqgenericbearer.so +${PLIST.egl}qt5/plugins/egldeviceintegrations/libqeglfs-emu-integration.so +${PLIST.egl}qt5/plugins/egldeviceintegrations/libqeglfs-kms-egldevice-integration.so +${PLIST.egl}qt5/plugins/egldeviceintegrations/libqeglfs-kms-integration.so +${PLIST.egl}qt5/plugins/egldeviceintegrations/libqeglfs-x11-integration.so +qt5/plugins/generic/libqtuiotouchplugin.so +qt5/plugins/imageformats/libqgif.so +qt5/plugins/imageformats/libqico.so +qt5/plugins/imageformats/libqjpeg.so +${PLIST.unix}qt5/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so +${PLIST.unix}qt5/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so +${PLIST.egl}qt5/plugins/platforms/libqeglfs.so +qt5/plugins/platforms/libqminimal.so +qt5/plugins/platforms/libqminimalegl.so +qt5/plugins/platforms/libqoffscreen.so +${PLIST.unix}qt5/plugins/platforms/libqvnc.so +${PLIST.unix}qt5/plugins/platforms/libqxcb.so +${PLIST.cups}qt5/plugins/printsupport/libcupsprintersupport.so +qt5/plugins/sqldrivers/libqsqlite.so +${PLIST.egl}qt5/plugins/xcbglintegrations/libqxcb-egl-integration.so +${PLIST.unix}qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so diff --git a/x11/qt5-qtbase/PLIST.Darwin b/x11/qt5-qtbase/PLIST.Darwin new file mode 100644 index 00000000000..64d327b8767 --- /dev/null +++ b/x11/qt5-qtbase/PLIST.Darwin @@ -0,0 +1,25 @@ +@comment $NetBSD: PLIST.Darwin,v 1.1 2018/01/17 19:30:46 markd Exp $ +qt5/include/QtClipboardSupport/${PKGVERSION}/QtClipboardSupport/private/qmacmime_p.h +qt5/include/QtClipboardSupport/QtClipboardSupport +qt5/include/QtClipboardSupport/QtClipboardSupportDepends +qt5/include/QtClipboardSupport/QtClipboardSupportVersion +qt5/include/QtClipboardSupport/qtclipboardsupportversion.h +qt5/include/QtGraphicsSupport/${PKGVERSION}/QtGraphicsSupport/private/qrasterbackingstore_p.h +qt5/include/QtGraphicsSupport/QtGraphicsSupport +qt5/include/QtGraphicsSupport/QtGraphicsSupportDepends +qt5/include/QtGraphicsSupport/QtGraphicsSupportVersion +qt5/include/QtGraphicsSupport/qtgraphicssupportversion.h +qt5/lib/cmake/Qt5Gui/Qt5Gui_QCocoaIntegrationPlugin.cmake +qt5/lib/cmake/Qt5Network/Qt5Network_QCoreWlanEnginePlugin.cmake +qt5/lib/cmake/Qt5PrintSupport/Qt5PrintSupport_QCocoaPrinterSupportPlugin.cmake +qt5/lib/cmake/Qt5Widgets/Qt5Widgets_QMacStylePlugin.cmake +qt5/lib/libQt5ClipboardSupport.a +qt5/lib/libQt5ClipboardSupport.prl +qt5/lib/libQt5GraphicsSupport.a +qt5/lib/libQt5GraphicsSupport.prl +qt5/mkspecs/modules/qt_lib_clipboard_support_private.pri +qt5/mkspecs/modules/qt_lib_graphics_support_private.pri +qt5/plugins/bearer/libqcorewlanbearer.so +qt5/plugins/platforms/libqcocoa.so +qt5/plugins/printsupport/libcocoaprintersupport.so +qt5/plugins/styles/libqmacstyle.so diff --git a/x11/qt5-qtbase/PLIST.Linux b/x11/qt5-qtbase/PLIST.Linux index 02433436f7b..08db29d9273 100644 --- a/x11/qt5-qtbase/PLIST.Linux +++ b/x11/qt5-qtbase/PLIST.Linux @@ -1,4 +1,26 @@ -@comment $NetBSD: PLIST.Linux,v 1.2 2016/01/03 21:15:57 markd Exp $ +@comment $NetBSD: PLIST.Linux,v 1.3 2018/01/17 19:30:46 markd Exp $ +qt5/include/QtInputSupport/${PKGVERSION}/QtInputSupport/private/qevdevkeyboard_defaultmap_p.h +qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qevdevkeyboardhandler_p.h +qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qevdevkeyboardmanager_p.h +qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qevdevmousehandler_p.h +qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qevdevmousemanager_p.h +qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qevdevtablethandler_p.h +qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qevdevtabletmanager_p.h +qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qevdevtouchfilter_p.h +qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qevdevtouchhandler_p.h +qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qevdevtouchmanager_p.h +qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qlibinputhandler_p.h +qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qlibinputkeyboard_p.h +qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qlibinputpointer_p.h +qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qlibinputtouch_p.h +qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qtouchoutputmapping_p.h +qt5/include/QtInputSupport/5.10.0/QtInputSupport/private/qtslib_p.h +qt5/include/QtInputSupport/QIntegrityHIDManager +qt5/include/QtInputSupport/qintegrityhidmanager.h +qt5/include/QtInputSupport/QtInputSupport +qt5/include/QtInputSupport/QtInputSupportDepends +qt5/include/QtInputSupport/QtInputSupportVersion +qt5/include/QtInputSupport/qtinputsupportversion.h qt5/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake qt5/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake qt5/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake @@ -6,10 +28,13 @@ 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 +qt5/lib/libQt5InputSupport.a +qt5/lib/libQt5InputSupport.prl +qt5/mkspecs/modules/qt_lib_input_support_private.pri +qt5/plugins/bearer/libqconnmanbearer.so +qt5/plugins/bearer/libqnmbearer.so +qt5/plugins/generic/libqevdevkeyboardplugin.so +qt5/plugins/generic/libqevdevmouseplugin.so +qt5/plugins/generic/libqevdevtabletplugin.so +qt5/plugins/generic/libqevdevtouchplugin.so +qt5/plugins/platforms/libqlinuxfb.so diff --git a/x11/qt5-qtbase/buildlink3.mk b/x11/qt5-qtbase/buildlink3.mk index b8be28cc9fb..b29991ed252 100644 --- a/x11/qt5-qtbase/buildlink3.mk +++ b/x11/qt5-qtbase/buildlink3.mk @@ -1,19 +1,19 @@ -# $NetBSD: buildlink3.mk,v 1.22 2018/01/07 13:04:42 rillig Exp $ +# $NetBSD: buildlink3.mk,v 1.23 2018/01/17 19:30:46 markd 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.1nb18 +BUILDLINK_API_DEPENDS.qt5-qtbase+= qt5-qtbase>=5.9.1 +BUILDLINK_ABI_DEPENDS.qt5-qtbase+= qt5-qtbase>=5.9.1 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 +QTDIR= ${BUILDLINK_PREFIX.qt5-qtbase}/qt5 CMAKE_PREFIX_PATH+= ${QTDIR} CONFIGURE_ENV+= QTDIR=${QTDIR} @@ -24,30 +24,34 @@ PTHREAD_OPTS+= require .include "../../mk/bsd.fast.prefs.mk" .include "../../converters/libiconv/buildlink3.mk" +.include "../../databases/sqlite3/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" -.include "../../devel/pcre/buildlink3.mk" +.include "../../devel/pcre2/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 "../../www/libproxy/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .if ${OPSYS} != "Darwin" +.include "../../fonts/fontconfig/buildlink3.mk" .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-renderutil/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/libXi/buildlink3.mk" .include "../../x11/libXmu/buildlink3.mk" .include "../../x11/libXrandr/buildlink3.mk" .include "../../x11/libXrender/buildlink3.mk" diff --git a/x11/qt5-qtbase/distinfo b/x11/qt5-qtbase/distinfo index 366a3c622f7..b439444d9bd 100644 --- a/x11/qt5-qtbase/distinfo +++ b/x11/qt5-qtbase/distinfo @@ -1,39 +1,26 @@ -$NetBSD: distinfo,v 1.34 2017/11/13 17:36:11 minskim Exp $ +$NetBSD: distinfo,v 1.35 2018/01/17 19:30:46 markd Exp $ -SHA1 (qtbase-opensource-src-5.5.1.tar.xz) = 0b651543fa013ae151b7a11f0d0dee092050aa3f -RMD160 (qtbase-opensource-src-5.5.1.tar.xz) = ce4bccd0703aaf8d904fbecd1f334ef13d698a44 -SHA512 (qtbase-opensource-src-5.5.1.tar.xz) = 4d31de136870025dfb7544f255798884af1ad4f3060b0c00a0467c98af1f7de368eb298d4c52ba6d1ad27e36060b30c0314ce7ba0744b15642420ec89587a575 -Size (qtbase-opensource-src-5.5.1.tar.xz) = 46389212 bytes -SHA1 (patch-config.tests_unix_iconv_iconv.cpp) = 05131870b21ff778b1e6f3d1e7287060b6b88764 -SHA1 (patch-configure) = 482815b5f3ec25fabe0995cfc70acf164928d192 +SHA1 (qtbase-everywhere-src-5.10.0.tar.xz) = 34fa3d4e7bb2b1545247a616190efaf74804db49 +RMD160 (qtbase-everywhere-src-5.10.0.tar.xz) = d6f9ab8526ebe50791b9b948930806dc8b3be73b +SHA512 (qtbase-everywhere-src-5.10.0.tar.xz) = 8f832fb7bc5087df4b897cd23145e5350f03ca06e2fc5ccb11a7b998e4885c1b936c3e4b989c15fc076134a6a081a35efa37f402b5e8b85e2c780006641b2cdc +Size (qtbase-everywhere-src-5.10.0.tar.xz) = 45851596 bytes +SHA1 (patch-config.tests_unix_iconv_iconv.cpp) = ffd0107d57e308aa83a780818756c9a538efc591 +SHA1 (patch-configure) = f5019131cc4e6cd4e35242cc7b598fbf8f5f766b SHA1 (patch-mkspecs_features_create__cmake.prf) = 3f6b3a592e29f5529e5c87dbac036c165470eac4 -SHA1 (patch-mkspecs_features_mac_objective__c.prf) = 20838861017d969fbcf171960dfc07db1bd5a177 -SHA1 (patch-mkspecs_features_qt__module__pris.prf) = edaab0b9e407cc52f4682ce1cf8441832c57fe39 -SHA1 (patch-mkspecs_features_simd.prf) = 7dbe61df6252adebeac374e3541bc5ff4c93909b -SHA1 (patch-qmake_Makefile.unix) = c14d72bb76d469df3b730a105473b47f3a05850b -SHA1 (patch-qmake_generators_makefile.cpp) = 08bdf7b58fb7e5bd2a1c31f0a0344c733b65acb3 -SHA1 (patch-qmake_generators_unix_unixmake.cpp) = f8d2b60473b19cfab76cca1b886f71030674099d -SHA1 (patch-qmake_generators_unix_unixmake2.cpp) = 528d7ea009dd9dd698009d7797d0b23dd469d995 -SHA1 (patch-qmake_qmake.pri) = 142f2b7d0dbfbc829afc9f83bf8be8b3054b8cf7 -SHA1 (patch-src_concurrent_qtconcurrentiteratekernel.cpp) = 295cf573cf435e0edeeefb49144f84c7c6e7559c -SHA1 (patch-src_corelib_arch_sparc_arch.pri) = cb95ec1bb7aa6084f14dff5828854deed54b8ca1 -SHA1 (patch-src_corelib_codecs_qiconvcodec.cpp) = c206e4bea1a25b9c8dc301b0cc7a66fd1b85d101 -SHA1 (patch-src_corelib_global_qsystemdetection.h) = 9bdf20f66818ca1dd2a825a749109ad5fbcb2180 -SHA1 (patch-src_corelib_io_io.pri) = 9a59b621441291f388860b523f80b59730632328 -SHA1 (patch-src_corelib_io_qlockfile__unix.cpp) = f07812f0867bd04dfdea736847a668843a5fe646 +SHA1 (patch-mkspecs_features_qt__module.prf) = a04c4b1fe80250b6b3591f5486ac0fd3b5056c26 +SHA1 (patch-qmake_Makefile.unix) = ec1af3d76dc5bd0b7b1d375ceeebbd016b6f555f +SHA1 (patch-qmake_generators_makefile.cpp) = 26366f21108534a321d9d7c7f87066e9acf7d981 +SHA1 (patch-qmake_generators_unix_unixmake2.cpp) = f0a4fdd304af2ee6c1b63022ccfcebd2640f0fcb +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) = 688de65bf3364cb8c982a7f82c9b67f5ecbebd10 -SHA1 (patch-src_corelib_thread_qwaitcondition__unix.cpp) = 331c3ced6554da7164a6927b0d8052447ae804d0 -SHA1 (patch-src_network_kernel_qhostinfo__unix.cpp) = 0335273353daa7c980ccb4febb6eed11b452e50d -SHA1 (patch-src_openglextensions_openglextensions.pro) = e79effc1433ddda744b79d7e1f47764fee406580 -SHA1 (patch-src_platformsupport_devicediscovery_devicediscovery.pri) = 2cd24768b41c813d0aee0943f97f913308794611 -SHA1 (patch-src_platformsupport_platformsupport.pro) = 2aa60936578458cf241ca893771897f7d34fe081 -SHA1 (patch-src_plugins_platforminputcontexts_compose_compose.pro) = 86f828bd545fe53c626fde0a645213077b88ef64 -SHA1 (patch-src_plugins_platforminputcontexts_compose_generator_qtablegenerator.cpp) = 98a715ce225fcf698cc8389adef82bb67be8310d -SHA1 (patch-src_plugins_platforms_cocoa_qcocoahelpers.h) = cc62ac13e3a13c259743147a75b5ceec02c36c67 -SHA1 (patch-src_plugins_platforms_cocoa_qcocoahelpers.mm) = 7a98e395ed690db8d0e680b09be00506fd2ddbd2 -SHA1 (patch-src_tools_bootstrap_bootstrap.pro) = 0eb333ed8193ef056dc2c4ed99fb9d207c31fa02 +SHA1 (patch-src_corelib_io_qstorageinfo_unix.cpp) = 9919194e9f6b47f1f311b8f8223a6a7519152073 +SHA1 (patch-src_corelib_thread_qwaitcondition__unix.cpp) = 37f61c305335ca6a690b0491220ca8de508bfdb6 +SHA1 (patch-src_network_kernel_qhostinfo__unix.cpp) = 3131d74a547abdcca7594b49b739cc1c0eed68f5 +SHA1 (patch-src_openglextensions_openglextensions.pro) = 575d31c3a48f36d82dc1f342078e636f4c25e33f +SHA1 (patch-src_plugins_platforminputcontexts_compose_compose.pro) = 1655b2320b250defcfa406c95e58a1b728c0f2d9 +SHA1 (patch-src_plugins_platforminputcontexts_compose_generator_qtablegenerator.cpp) = 655ca6601ddd1768b92758cfdfd8d1c3514fba94 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) = 7d5ccb008a30238fcf35e763832a494af51ed0ac +SHA1 (patch-tests_auto_corelib_io_qprocess_qprocess.pro) = 1dbb08e5ec6715cbe239efdfb45389959b179ea3 SHA1 (patch-tests_auto_widgets_itemviews_qtreewidgetitemiterator_qtreewidgetitemiterator.pro) = a0534c3fe05ea1d7a23170811d1da7fa740e31d1 diff --git a/x11/qt5-qtbase/files/qmake.conf b/x11/qt5-qtbase/files/qmake.conf index bf2e98c328c..7ea283302ac 100644 --- a/x11/qt5-qtbase/files/qmake.conf +++ b/x11/qt5-qtbase/files/qmake.conf @@ -3,25 +3,21 @@ # MAKEFILE_GENERATOR = UNIX -QMAKE_PLATFORM = unix CONFIG += qt warn_on release link_prl incremental gdb_dwarf_index -CONFIG += compile_libtool QMAKE_INCREMENTAL_STYLE = sublib +include(../common/gcc-base-unix.conf) +include(../common/g++-unix.conf) +include(../common/unix.conf) + QMAKE_COMPILER = @CC@ QMAKE_CC = @CC@ +QMAKE_CXX = @CXX@ +QMAKE_CFLAGS = @CFLAGS@ +QMAKE_CXXFLAGS = @CXXFLAGS@ 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 @@ -30,22 +26,11 @@ 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) +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 = @LDFLAGS@ +QMAKE_LFLAGS_GCSECTIONS = -Wl,--gc-sections 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 = @@ -56,6 +41,7 @@ QMAKE_LIBS_THREAD = @PTHREAD_LIBS@ QMAKE_AR = @AR@ cqs QMAKE_OBJCOPY = objcopy +QMAKE_NM = nm -P QMAKE_RANLIB = @QMAKE_RANLIB@ QMAKE_MOC = $(QTDIR)/bin/moc @@ -65,6 +51,4 @@ QMAKE_RCC = $(QTDIR)/bin/rcc QMAKE_MKDIR = @MKDIR@ -include(../common/gcc-base-unix.conf) -include(../common/unix.conf) load(qt_config) diff --git a/x11/qt5-qtbase/files/qmake.conf.mac b/x11/qt5-qtbase/files/qmake.conf.mac index b2344287111..8b2b616a323 100644 --- a/x11/qt5-qtbase/files/qmake.conf.mac +++ b/x11/qt5-qtbase/files/qmake.conf.mac @@ -3,49 +3,53 @@ # MAKEFILE_GENERATOR = UNIX -QMAKE_PLATFORM = darwin mac macx osx +QMAKE_PLATFORM = darwin mac macos macx osx CONFIG += qt warn_on release link_prl incremental global_init_link_order lib_version_first plugin_no_soname -CONFIG += compile_libtool +CONFIG += objective_c QMAKE_INCREMENTAL_STYLE = sublib +# this is a hack: 'moc' does not see the definition of Q_OS_MAC +# it probably works correctly with CONFIG += sdk +# see https://bugreports.qt.io/browse/QTBUG-56193 +QMAKE_COMPILER_DEFINES += TARGET_OS_MAC + +include(../common/gcc-base-mac.conf) +include(../common/g++-unix.conf) +include(../common/unix.conf) QMAKE_COMPILER = @CC@ QMAKE_CC = @CC@ +QMAKE_CXX = @CXX@ +QMAKE_CFLAGS = @CFLAGS@ +QMAKE_CXXFLAGS = @CXXFLAGS@ 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_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_GCSECTIONS = -Wl,-dead_strip +QMAKE_LFLAGS_RPATH = -Wl,-rpath, QMAKE_LFLAGS_THREAD = @PTHREAD_LDFLAGS@ +# Do not add -all_load, or build fails with duplicate symbols (in bearer). # -all_load required to make Objective-C categories work in static builds. -QMAKE_LFLAGS_STATIC_LIB = -all_load +QMAKE_LFLAGS_STATIC_LIB = QMAKE_FIX_RPATH = install_name_tool -id QMAKE_EXTENSION_SHLIB = dylib +QMAKE_REL_RPATH_BASE = @loader_path QMAKE_LIBS = QMAKE_LIBS_DYNLOAD = QMAKE_LIBS_THREAD = QMAKE_LIBS_OPENGL = -framework OpenGL -framework AGL +QMAKE_ACTOOL = actool QMAKE_AR = @AR@ cq +QMAKE_DSYMUTIL = dsymutil QMAKE_NM = nm -P QMAKE_RANLIB = @QMAKE_RANLIB@ @@ -56,6 +60,4 @@ QMAKE_RCC = $(QTDIR)/bin/rcc QMAKE_MKDIR = @MKDIR@ -include(../common/gcc-base-mac.conf) -include(../common/unix.conf) load(qt_config) diff --git a/x11/qt5-qtbase/options.mk b/x11/qt5-qtbase/options.mk index 645dc0c62fb..12be2dc2b3f 100644 --- a/x11/qt5-qtbase/options.mk +++ b/x11/qt5-qtbase/options.mk @@ -1,11 +1,12 @@ -# $NetBSD: options.mk,v 1.9 2017/11/12 15:37:00 khorben Exp $ +# $NetBSD: options.mk,v 1.10 2018/01/17 19:30:46 markd Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.qt5 -PKG_SUPPORTED_OPTIONS= cups debug gtk2 +PKG_SUPPORTED_OPTIONS= cups eglfs gtk3 +#PKG_SUGGESTED_OPTIONS= cups .include "../../mk/bsd.options.mk" -PLIST_VARS+= cups gtk2 +PLIST_VARS+= cups gtk3 .if !empty(PKG_OPTIONS:Mcups) . include "../../print/cups-base/buildlink3.mk" @@ -15,21 +16,16 @@ PLIST.cups= yes CONFIGURE_ARGS+= -no-cups .endif -.if !empty(PKG_OPTIONS:Mgtk2) -. include "../../x11/gtk2/buildlink3.mk" -CONFIGURE_ARGS+= -gtkstyle -PLIST.gtk2= yes -.else -CONFIGURE_ARGS+= -no-gtkstyle -.endif +#.if !empty(PKG_OPTIONS:Megl) +#CONFIGURE_ARGS+= -no-eglfs +#.else +#CONFIGURE_ARGS+= -no-eglfs +#.endif -.if !empty(PKG_OPTIONS:Mdebug) -# this does not work - builds libQtBoostracp_debug -CC+= -ggdb -CXX+= -ggdb -CONFIGURE_ARGS+= -debug -INSTALL_UNSTRIPPED= yes +.if !empty(PKG_OPTIONS:Mgtk3) +. include "../../x11/gtk3/buildlink3.mk" +CONFIGURE_ARGS+= -gtk +PLIST.gtk2= yes .else -CONFIGURE_ARGS+= -release -CONFIGURE_ARGS+= -no-debug +CONFIGURE_ARGS+= -no-gtk .endif diff --git a/x11/qt5-qtbase/patches/patch-config.tests_unix_iconv_iconv.cpp b/x11/qt5-qtbase/patches/patch-config.tests_unix_iconv_iconv.cpp index 5c3cda5b9ca..766f7bb8d9e 100644 --- a/x11/qt5-qtbase/patches/patch-config.tests_unix_iconv_iconv.cpp +++ b/x11/qt5-qtbase/patches/patch-config.tests_unix_iconv_iconv.cpp @@ -1,10 +1,10 @@ -$NetBSD: patch-config.tests_unix_iconv_iconv.cpp,v 1.1 2014/12/30 17:23:46 adam Exp $ +$NetBSD: patch-config.tests_unix_iconv_iconv.cpp,v 1.2 2018/01/17 19:30:47 markd Exp $ -* Fix for NetBSD iconv(3) +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 **) +--- config.tests/iconv/iconv.cpp.orig 2017-10-02 08:43:38.000000000 +0000 ++++ config.tests/iconv/iconv.cpp +@@ -43,7 +43,11 @@ int main(int, char **) { iconv_t x = iconv_open("", ""); diff --git a/x11/qt5-qtbase/patches/patch-configure b/x11/qt5-qtbase/patches/patch-configure index 03ce9d63cd3..d6a78249c38 100644 --- a/x11/qt5-qtbase/patches/patch-configure +++ b/x11/qt5-qtbase/patches/patch-configure @@ -1,38 +1,21 @@ -$NetBSD: patch-configure,v 1.4 2016/03/14 06:12:17 dbj Exp $ +$NetBSD: patch-configure,v 1.5 2018/01/17 19:30:47 markd Exp $ -* Don't use SDKs on OS X -* Add NetBSD/sparc{,64} support +Don't use SDKs on OS X +Add NetBSD/sparc{,64} support ---- configure.orig 2015-10-13 04:35:07.000000000 +0000 +--- configure.orig 2017-05-26 12:43:31.000000000 +0000 +++ configure -@@ -337,7 +337,6 @@ getQMakeConf() +@@ -292,7 +292,6 @@ getQMakeConf() { if [ -z "$specvals" ]; then - specvals=`expandQMakeConf "$QMAKESPEC/qmake.conf" | extractQMakeVariables "host_build"` + specvals=`expandQMakeConf "$QMAKESPEC/qmake.conf" | extractQMakeVariables` - if [ "$BUILD_ON_MAC" = "yes" ]; then specvals=$(macSDKify "$specvals"); fi fi getSingleQMakeVariable "$1" "$specvals" } -@@ -346,7 +345,6 @@ getXQMakeConf() - { - if [ -z "$xspecvals" ]; then - xspecvals=`expandQMakeConf "$XQMAKESPEC/qmake.conf" | extractQMakeVariables "!host_build"` -- if [ "$XPLATFORM_MAC" = "yes" ]; then xspecvals=$(macSDKify "$xspecvals"); fi - fi - getSingleQMakeVariable "$1" "$xspecvals" - } -@@ -527,7 +525,7 @@ if [ "$BUILD_ON_MAC" = "yes" ]; then - exit 2 - fi - -- if ! /usr/bin/xcrun -find xcrun >/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 -@@ -2897,6 +2895,19 @@ if [ -z "$PLATFORM" ]; then - UNIX_SV:*) - PLATFORM=unixware-g++ +@@ -605,6 +604,19 @@ if [ -z "$PLATFORM" ]; then + LynxOS*:*) + PLATFORM=lynxos-g++ ;; + NetBSD:*:sparc) + if [ "$OPT_VERBOSE" = "yes" ]; then @@ -50,32 +33,3 @@ $NetBSD: patch-configure,v 1.4 2016/03/14 06:12:17 dbj Exp $ QNX:*) PLATFORM=unsupported/qnx-g++ ;; -@@ -3471,11 +3482,11 @@ if [ "$CFG_USE_GOLD_LINKER" != "no" ]; t - fi - - # auto-detect --enable-new-dtags support --if linkerSupportsFlag $TEST_COMPILER --enable-new-dtags; then -- CFG_ENABLE_NEW_DTAGS=yes --else -+#if linkerSupportsFlag $TEST_COMPILER --enable-new-dtags; then -+# CFG_ENABLE_NEW_DTAGS=yes -+#else - CFG_ENABLE_NEW_DTAGS=no --fi -+#fi - - # auto-detect -fstack-protector-strong support (for QNX only currently) - if [ "$XPLATFORM_QNX" = "yes" ]; then -@@ -4014,10 +4025,12 @@ if true; then ###[ '!' -f "$outpath/bin/ - EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS \$(CARBON_CFLAGS)" - EXTRA_OBJS="$EXTRA_OBJS \ - qsettings_mac.o \ -+ qstring_mac.o \ - qcore_mac.o \ - qcore_mac_objc.o" - EXTRA_SRCS="$EXTRA_SRCS \ - \"\$(SOURCE_PATH)/src/corelib/io/qsettings_mac.cpp\" \ -+ \"\$(SOURCE_PATH)/src/corelib/tools/qstring_mac.mm\" \ - \"\$(SOURCE_PATH)/src/corelib/kernel/qcore_mac.cpp\" \ - \"\$(SOURCE_PATH)/src/corelib/kernel/qcore_mac_objc.mm\"" - fi diff --git a/x11/qt5-qtbase/patches/patch-mkspecs_features_mac_objective__c.prf b/x11/qt5-qtbase/patches/patch-mkspecs_features_mac_objective__c.prf deleted file mode 100644 index 4eaff31f3c1..00000000000 --- a/x11/qt5-qtbase/patches/patch-mkspecs_features_mac_objective__c.prf +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-mkspecs_features_mac_objective__c.prf,v 1.1 2014/12/30 17:23:46 adam Exp $ - -Use LIBTOOL for objective-c sources. - ---- mkspecs/features/mac/objective_c.prf.orig 2014-02-01 20:37:37.000000000 +0000 -+++ mkspecs/features/mac/objective_c.prf -@@ -15,8 +15,8 @@ isEmpty(QMAKE_EXT_OBJECTIVE_C):QMAKE_EXT - - objective_c.dependency_type = TYPE_C - objective_c.variables = QMAKE_OBJECTIVE_CFLAGS --objective_c.commands = $$QMAKE_OBJECTIVE_CC -c $(QMAKE_COMP_QMAKE_OBJECTIVE_CFLAGS) $(DEFINES) $(INCPATH) ${QMAKE_FILE_IN} -o ${QMAKE_FILE_OUT} --objective_c.output = $$OBJECTIVE_C_OBJECTS_DIR/${QMAKE_FILE_BASE}$${first(QMAKE_EXT_OBJ)} -+objective_c.commands = $(LIBTOOL) --mode=compile $$QMAKE_OBJECTIVE_CC -c $(QMAKE_COMP_QMAKE_OBJECTIVE_CFLAGS) $(DEFINES) $(INCPATH) ${QMAKE_FILE_IN} -o $$OBJECTIVE_C_OBJECTS_DIR/${QMAKE_FILE_BASE}.lo -+objective_c.output = $$OBJECTIVE_C_OBJECTS_DIR/${QMAKE_FILE_BASE}.lo - objective_c.input = OBJECTIVE_SOURCES - objective_c.name = Compile ${QMAKE_FILE_IN} - silent:objective_c.commands = @echo objective-c ${QMAKE_FILE_IN} && $$objective_c.commands diff --git a/x11/qt5-qtbase/patches/patch-mkspecs_features_qt__module.prf b/x11/qt5-qtbase/patches/patch-mkspecs_features_qt__module.prf new file mode 100644 index 00000000000..783f4e19caa --- /dev/null +++ b/x11/qt5-qtbase/patches/patch-mkspecs_features_qt__module.prf @@ -0,0 +1,14 @@ +$NetBSD: patch-mkspecs_features_qt__module.prf,v 1.1 2018/01/17 19:30:47 markd Exp $ + +Do not create .la files. + +--- mkspecs/features/qt_module.prf.orig 2017-06-08 18:57:48.000000000 +0000 ++++ mkspecs/features/qt_module.prf +@@ -286,7 +286,6 @@ load(qt_targets) + QMAKE_PKGCONFIG_INSTALL_REPLACE += pclib_replace + } + !lib_bundle:unix { +- CONFIG += create_libtool + host_build: \ + QMAKE_LIBTOOL_LIBDIR = $$[QT_HOST_LIBS] + else: \ diff --git a/x11/qt5-qtbase/patches/patch-mkspecs_features_qt__module__pris.prf b/x11/qt5-qtbase/patches/patch-mkspecs_features_qt__module__pris.prf deleted file mode 100644 index f47a6b42873..00000000000 --- a/x11/qt5-qtbase/patches/patch-mkspecs_features_qt__module__pris.prf +++ /dev/null @@ -1,15 +0,0 @@ -$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 2013-11-27 01:01:16.000000000 +0000 -+++ mkspecs/features/qt_module_pris.prf -@@ -59,7 +59,7 @@ MODULE_FWD_PRI = $$mod_work_pfx/qt_lib_$ - else: \ - module_rundep = - static: \ -- module_build_type = staticlib -+ module_build_type = - else:mac:contains(QT_CONFIG, qt_framework): \ - module_build_type = lib_bundle - else: \ diff --git a/x11/qt5-qtbase/patches/patch-mkspecs_features_simd.prf b/x11/qt5-qtbase/patches/patch-mkspecs_features_simd.prf deleted file mode 100644 index 1bcf201745c..00000000000 --- a/x11/qt5-qtbase/patches/patch-mkspecs_features_simd.prf +++ /dev/null @@ -1,38 +0,0 @@ -$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/x11/qt5-qtbase/patches/patch-qmake_Makefile.unix b/x11/qt5-qtbase/patches/patch-qmake_Makefile.unix index c17fd96f9d6..4982edc04d4 100644 --- a/x11/qt5-qtbase/patches/patch-qmake_Makefile.unix +++ b/x11/qt5-qtbase/patches/patch-qmake_Makefile.unix @@ -1,49 +1,26 @@ -$NetBSD: patch-qmake_Makefile.unix,v 1.3 2017/07/11 10:52:41 wiz Exp $ +$NetBSD: patch-qmake_Makefile.unix,v 1.4 2018/01/17 19:30:47 markd Exp $ -* Pass environmental variables from pkgsrc +Pass environmental variables from pkgsrc ---- qmake/Makefile.unix.orig 2015-10-13 04:35:09.000000000 +0000 +--- qmake/Makefile.unix.orig 2017-11-30 13:49:46.000000000 +0000 +++ qmake/Makefile.unix -@@ -74,6 +74,7 @@ DEPEND_SRC = \ - $(SOURCE_PATH)/src/corelib/tools/qlocale_win.cpp \ - $(SOURCE_PATH)/src/corelib/tools/qlinkedlist.cpp \ - $(SOURCE_PATH)/src/corelib/tools/qhash.cpp $(SOURCE_PATH)/src/corelib/kernel/qcore_mac.cpp \ -+ $(SOURCE_PATH)/src/corelib/tools/qstring_mac.mm \ - $(SOURCE_PATH)/src/corelib/kernel/qcore_mac_objc.mm \ - $(SOURCE_PATH)/src/corelib/io/qtemporaryfile.cpp $(SOURCE_PATH)/src/corelib/kernel/qmetatype.cpp \ - $(SOURCE_PATH)/src/corelib/io/qsettings.cpp $(SOURCE_PATH)/src/corelib/kernel/qvariant.cpp \ -@@ -93,7 +94,7 @@ DEPEND_SRC = \ - $(SOURCE_PATH)/src/corelib/json/qjsonvalue.cpp \ - $(QTSRCS) +@@ -130,7 +130,7 @@ DEPEND_SRC = \ + # by configure); QTSRCS2 may include *.mm entries on macOS. + # See below for special handling of qlibraryinfo.cpp -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$(QMKSRC)/generators/integrity \ + -I$(QMKSRC) -I$(QMKLIBSRC) -I$(QMKGENSRC) \ + -I$(QMKGENSRC)/unix -I$(QMKGENSRC)/win32 -I$(QMKGENSRC)/mac \ -I$(INC_PATH) -I$(INC_PATH)/QtCore \ -@@ -106,13 +107,13 @@ CPPFLAGS = -g $(EXTRA_CPPFLAGS) \ - -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM \ - -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY -DQT_NO_STANDARDPATHS +@@ -141,8 +141,8 @@ CPPFLAGS = -g $(EXTRA_CPPFLAGS) \ + -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL \ + -DQT_NO_FOREACH --CXXFLAGS = $(EXTRA_CXXFLAGS) $(CPPFLAGS) -+CXXFLAGS += $(EXTRA_CXXFLAGS) $(CPPFLAGS) +-CXXFLAGS = $(EXTRA_CXXFLAGS) $(CONFIG_CXXFLAGS) $(CPPFLAGS) +-LFLAGS = $(EXTRA_LFLAGS) $(CONFIG_LFLAGS) ++CXXFLAGS += $(EXTRA_CXXFLAGS) $(CONFIG_CXXFLAGS) $(CPPFLAGS) ++LFLAGS = $(LDFLAGS) $(EXTRA_LFLAGS) $(CONFIG_LFLAGS) first all: $(BUILD_PATH)/bin/qmake$(EXEEXT) qmake: $(BUILD_PATH)/bin/qmake$(EXEEXT) - - $(BUILD_PATH)/bin/qmake$(EXEEXT): $(OBJS) $(QOBJS) -- $(CXX) -o "$@" $(OBJS) $(QOBJS) $(LFLAGS) -+ $(CXX) -o "$@" $(OBJS) $(QOBJS) $(LFLAGS) $(LDFLAGS) - - Makefile: $(SOURCE_PATH)/qmake/Makefile.unix - @echo "Out of date, please rerun configure" -@@ -284,6 +285,9 @@ qstring.o: $(SOURCE_PATH)/src/corelib/to - qstring_compat.o: $(SOURCE_PATH)/src/corelib/tools/qstring_compat.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(SOURCE_PATH)/src/corelib/tools/qstring_compat.cpp - -+qstring_mac.o: $(SOURCE_PATH)/src/corelib/tools/qstring_mac.mm -+ $(CXX) -c -o $@ $(CXXFLAGS) $(SOURCE_PATH)/src/corelib/tools/qstring_mac.mm -+ - qstringbuilder.o: $(SOURCE_PATH)/src/corelib/tools/qstringbuilder.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(SOURCE_PATH)/src/corelib/tools/qstringbuilder.cpp - diff --git a/x11/qt5-qtbase/patches/patch-qmake_generators_makefile.cpp b/x11/qt5-qtbase/patches/patch-qmake_generators_makefile.cpp index 2555884ed0d..936a85cf352 100644 --- a/x11/qt5-qtbase/patches/patch-qmake_generators_makefile.cpp +++ b/x11/qt5-qtbase/patches/patch-qmake_generators_makefile.cpp @@ -1,11 +1,11 @@ -$NetBSD: patch-qmake_generators_makefile.cpp,v 1.2 2015/10/26 19:03:59 adam Exp $ +$NetBSD: patch-qmake_generators_makefile.cpp,v 1.3 2018/01/17 19:30:47 markd Exp $ -* Libtoolized +Pass library path to linker. ---- qmake/generators/makefile.cpp.orig 2015-06-29 20:03:22.000000000 +0000 +--- qmake/generators/makefile.cpp.orig 2016-06-10 06:48:56.000000000 +0000 +++ qmake/generators/makefile.cpp -@@ -3256,7 +3256,7 @@ MakefileGenerator::writePkgConfigFile() - pkgConfiglibName = "-framework " + bundle + " "; +@@ -3297,7 +3297,7 @@ MakefileGenerator::writePkgConfigFile() + pkgConfiglibName = bundle.toQString(); } else { if (!project->values("QMAKE_DEFAULT_LIBDIRS").contains(libDir)) - t << "-L${libdir} "; diff --git a/x11/qt5-qtbase/patches/patch-qmake_generators_unix_unixmake.cpp b/x11/qt5-qtbase/patches/patch-qmake_generators_unix_unixmake.cpp deleted file mode 100644 index 91dcdba750e..00000000000 --- a/x11/qt5-qtbase/patches/patch-qmake_generators_unix_unixmake.cpp +++ /dev/null @@ -1,78 +0,0 @@ -$NetBSD: patch-qmake_generators_unix_unixmake.cpp,v 1.3 2015/10/26 19:03:59 adam Exp $ - -* fix install target so that destdir is added when installing QMAKE_TARGET - ---- qmake/generators/unix/unixmake.cpp.orig 2015-06-29 20:03:23.000000000 +0000 -+++ qmake/generators/unix/unixmake.cpp -@@ -326,27 +326,29 @@ UnixMakefileGenerator::init() - if (!strncmp(libtoolify[i], "QMAKE_LINK", 10) || !strcmp(libtoolify[i], "QMAKE_AR_CMD")) { - libtool_flags += " --mode=link"; - if(project->isActiveConfig("staticlib")) { -- libtool_flags += " -static"; -+ 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(10*maj + min) + -- ":" + QString::number(pat) + ":0"; -+ comp_flags += " -version-info " + QString::number(maj + min) + -+ ":" + QString::number(pat) + -+ ":" + QString::number(min); -+ } - if (strcmp(libtoolify[i], "QMAKE_AR_CMD")) { -- QString rpath = Option::output_dir; -- if(!project->isEmpty("DESTDIR")) { -- rpath = project->first("DESTDIR").toQString(); -- if(QDir::isRelativePath(rpath)) -- rpath.prepend(Option::output_dir + Option::dir_sep); -- } -+ 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")) -- libtool_flags += " -module"; -+ comp_flags += " -module"; - } else { - libtool_flags += " --mode=compile"; - } -@@ -705,7 +707,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; - -@@ -745,10 +747,19 @@ UnixMakefileGenerator::defaultInstall(co - QString src_targ = escapeFilePath(target); - if(src_targ == "$(TARGET)") - src_targ = "$(TARGETL)"; -- QString dst_dir = fileFixify(targetdir, FileFixifyAbsolute); -+ QString dst_dir = targetdir; - if(QDir::isRelativePath(dst_dir)) -- dst_dir = Option::fixPathToTargetOS(Option::output_dir + Option::dir_sep + dst_dir); -- ret = "-$(LIBTOOL) --mode=install cp " + src_targ + ' ' + escapeFilePath(filePrefixRoot(root, 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; diff --git a/x11/qt5-qtbase/patches/patch-qmake_generators_unix_unixmake2.cpp b/x11/qt5-qtbase/patches/patch-qmake_generators_unix_unixmake2.cpp index 8d365586300..17aa55c9493 100644 --- a/x11/qt5-qtbase/patches/patch-qmake_generators_unix_unixmake2.cpp +++ b/x11/qt5-qtbase/patches/patch-qmake_generators_unix_unixmake2.cpp @@ -1,10 +1,10 @@ -$NetBSD: patch-qmake_generators_unix_unixmake2.cpp,v 1.2 2015/10/26 19:03:59 adam Exp $ +$NetBSD: patch-qmake_generators_unix_unixmake2.cpp,v 1.3 2018/01/17 19:30:47 markd Exp $ -* Libtoolized +Append external variables. ---- qmake/generators/unix/unixmake2.cpp.orig 2015-06-29 20:03:23.000000000 +0000 +--- qmake/generators/unix/unixmake2.cpp.orig 2017-05-26 12:43:31.000000000 +0000 +++ qmake/generators/unix/unixmake2.cpp -@@ -178,12 +178,12 @@ UnixMakefileGenerator::writeMakeParts(QT +@@ -169,12 +169,12 @@ UnixMakefileGenerator::writeMakeParts(QT t << "####### Compiler, tools and options\n\n"; t << "CC = " << var("QMAKE_CC") << endl; t << "CXX = " << var("QMAKE_CXX") << endl; @@ -21,7 +21,7 @@ $NetBSD: patch-qmake_generators_unix_unixmake2.cpp,v 1.2 2015/10/26 19:03:59 ada { QString isystem = var("QMAKE_CFLAGS_ISYSTEM"); const ProStringList &incs = project->values("INCLUDEPATH"); -@@ -207,8 +207,8 @@ UnixMakefileGenerator::writeMakeParts(QT +@@ -198,8 +198,8 @@ UnixMakefileGenerator::writeMakeParts(QT if(!project->isActiveConfig("staticlib")) { t << "LINK = " << var("QMAKE_LINK") << endl; @@ -32,26 +32,3 @@ $NetBSD: patch-qmake_generators_unix_unixmake2.cpp,v 1.2 2015/10/26 19:03:59 ada << fixLibFlags("QMAKE_LIBS_PRIVATE").join(' ') << endl; } -@@ -284,6 +284,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")) { -@@ -1185,8 +1187,12 @@ 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) $(TARGET) $(OBJECTS)"); -+ } - } else { - project->values("TARGETA").append(project->first("DESTDIR") + project->first("QMAKE_PREFIX_STATICLIB") - + project->first("TARGET") + "." + project->first("QMAKE_EXTENSION_STATICLIB")); diff --git a/x11/qt5-qtbase/patches/patch-qmake_qmake.pri b/x11/qt5-qtbase/patches/patch-qmake_qmake.pri deleted file mode 100644 index 8df02cbace1..00000000000 --- a/x11/qt5-qtbase/patches/patch-qmake_qmake.pri +++ /dev/null @@ -1,15 +0,0 @@ -$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/x11/qt5-qtbase/patches/patch-src_concurrent_qtconcurrentiteratekernel.cpp b/x11/qt5-qtbase/patches/patch-src_concurrent_qtconcurrentiteratekernel.cpp deleted file mode 100644 index 0c25f5eaf38..00000000000 --- a/x11/qt5-qtbase/patches/patch-src_concurrent_qtconcurrentiteratekernel.cpp +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-src_concurrent_qtconcurrentiteratekernel.cpp,v 1.2 2015/10/26 19:03:59 adam Exp $ - -Fix building on Darwin. - ---- src/concurrent/qtconcurrentiteratekernel.cpp.orig 2013-11-27 01:01:16.000000000 +0000 -+++ src/concurrent/qtconcurrentiteratekernel.cpp -@@ -41,7 +41,7 @@ - - #include "qtconcurrentiteratekernel.h" - --#if defined(Q_OS_MAC) -+#if defined(Q_OS_MAC) || defined(__APPLE__) - #include <mach/mach.h> - #include <mach/mach_time.h> - #include <unistd.h> -@@ -67,7 +67,7 @@ enum { - MedianSize = 7 - }; - --#if defined(Q_OS_MAC) -+#if defined(Q_OS_MAC) || defined(__APPLE__) - - static qint64 getticks() - { diff --git a/x11/qt5-qtbase/patches/patch-src_corelib_arch_sparc_arch.pri b/x11/qt5-qtbase/patches/patch-src_corelib_arch_sparc_arch.pri deleted file mode 100644 index bd07d43278b..00000000000 --- a/x11/qt5-qtbase/patches/patch-src_corelib_arch_sparc_arch.pri +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-src_corelib_arch_sparc_arch.pri,v 1.1 2014/12/30 17:23:46 adam Exp $ - -* Fix for SPARC64 - ---- src/corelib/arch/sparc/arch.pri.orig 2013-11-27 01:01:15.000000000 +0000 -+++ src/corelib/arch/sparc/arch.pri -@@ -1,7 +1,7 @@ - # - # SPARC architecture - # --*-64* { -+sEqual(QT_HOST_BITSIZE, 64) | *-64* { - SOURCES += $$PWD/qatomic64.s - } - else { diff --git a/x11/qt5-qtbase/patches/patch-src_corelib_codecs_qiconvcodec.cpp b/x11/qt5-qtbase/patches/patch-src_corelib_codecs_qiconvcodec.cpp index d0277e18e52..1335cefb911 100644 --- a/x11/qt5-qtbase/patches/patch-src_corelib_codecs_qiconvcodec.cpp +++ b/x11/qt5-qtbase/patches/patch-src_corelib_codecs_qiconvcodec.cpp @@ -1,11 +1,11 @@ -$NetBSD: patch-src_corelib_codecs_qiconvcodec.cpp,v 1.1 2014/12/30 17:23:46 adam Exp $ +$NetBSD: patch-src_corelib_codecs_qiconvcodec.cpp,v 1.2 2018/01/17 19:30:47 markd Exp $ * Add DragonFly support * Add NetBSD support ---- src/corelib/codecs/qiconvcodec.cpp.orig 2013-11-27 01:01:15.000000000 +0000 +--- src/corelib/codecs/qiconvcodec.cpp.orig 2017-01-18 14:20:58.000000000 +0000 +++ src/corelib/codecs/qiconvcodec.cpp -@@ -52,9 +52,14 @@ +@@ -52,9 +52,14 @@ QT_REQUIRE_CONFIG(iconv); #include <stdio.h> #include <dlfcn.h> @@ -21,7 +21,7 @@ $NetBSD: patch-src_corelib_codecs_qiconvcodec.cpp,v 1.1 2014/12/30 17:23:46 adam # include <langinfo.h> #endif -@@ -71,6 +76,9 @@ +@@ -71,6 +76,9 @@ QT_REQUIRE_CONFIG(iconv); # else # define UTF16 "UTF-16LE" # endif @@ -31,34 +31,7 @@ $NetBSD: patch-src_corelib_codecs_qiconvcodec.cpp,v 1.1 2014/12/30 17:23:46 adam #else # define UTF16 "UTF-16" #endif -@@ -223,7 +231,7 @@ QString QIconvCodec::convertToUnicode(co - IconvState *state = *pstate; - size_t inBytesLeft = len; - // best case assumption, each byte is converted into one UTF-16 character, plus 2 bytes for the BOM --#ifdef GNU_LIBICONV -+#if defined(GNU_LIBICONV) || defined(__NetBSD__) - // GNU doesn't disagree with POSIX :/ - const char *inBytes = chars; - #else -@@ -322,7 +330,7 @@ static bool setByteOrder(iconv_t cd) - size_t outBytesLeft = sizeof buf; - size_t inBytesLeft = sizeof bom; - --#if defined(GNU_LIBICONV) -+#if defined(GNU_LIBICONV) || defined(__NetBSD__) - const char **inBytesPtr = const_cast<const char **>(&inBytes); - #else - char **inBytesPtr = &inBytes; -@@ -342,7 +350,7 @@ QByteArray QIconvCodec::convertFromUnico - char *outBytes; - size_t inBytesLeft; - --#if defined(GNU_LIBICONV) -+#if defined(GNU_LIBICONV) || defined(__NetBSD__) - const char **inBytesPtr = const_cast<const char **>(&inBytes); - #else - char **inBytesPtr = &inBytes; -@@ -482,11 +490,13 @@ iconv_t QIconvCodec::createIconv_t(const +@@ -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); diff --git a/x11/qt5-qtbase/patches/patch-src_corelib_global_qsystemdetection.h b/x11/qt5-qtbase/patches/patch-src_corelib_global_qsystemdetection.h deleted file mode 100644 index 36d2bbf4fde..00000000000 --- a/x11/qt5-qtbase/patches/patch-src_corelib_global_qsystemdetection.h +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-src_corelib_global_qsystemdetection.h,v 1.1 2014/12/30 17:23:46 adam Exp $ - -* Add Interix support - ---- src/corelib/global/qsystemdetection.h.orig 2013-11-27 01:01:15.000000000 +0000 -+++ src/corelib/global/qsystemdetection.h -@@ -68,6 +68,7 @@ - NETBSD - NetBSD - OPENBSD - OpenBSD - BSDI - BSD/OS -+ INTERIX - Interix - IRIX - SGI Irix - OSF - HP Tru64 UNIX - SCO - SCO OpenServer 5 -@@ -151,6 +152,9 @@ - #elif defined(__bsdi__) - # define Q_OS_BSDI - # define Q_OS_BSD4 -+#elif defined(__INTERIX) -+# define Q_OS_INTERIX -+# define Q_OS_BSD4 - #elif defined(__sgi) - # define Q_OS_IRIX - #elif defined(__osf__) diff --git a/x11/qt5-qtbase/patches/patch-src_corelib_io_io.pri b/x11/qt5-qtbase/patches/patch-src_corelib_io_io.pri index 64eb9e50448..0c7c3531e7c 100644 --- a/x11/qt5-qtbase/patches/patch-src_corelib_io_io.pri +++ b/x11/qt5-qtbase/patches/patch-src_corelib_io_io.pri @@ -1,18 +1,18 @@ -$NetBSD: patch-src_corelib_io_io.pri,v 1.4 2015/10/26 19:03:59 adam Exp $ +$NetBSD: patch-src_corelib_io_io.pri,v 1.5 2018/01/17 19:30:47 markd 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 2014-12-05 16:24:37.000000000 +0000 +--- src/corelib/io/io.pri.orig 2017-01-18 14:20:58.000000000 +0000 +++ src/corelib/io/io.pri -@@ -172,13 +172,13 @@ win32 { +@@ -169,13 +169,13 @@ win32 { io/qstorageinfo_unix.cpp } -- linux|if(qnx:contains(QT_CONFIG, inotify)) { -+ linux*|if(qnx:contains(QT_CONFIG, inotify)) { +- linux|if(qnx:qtConfig(inotify)) { ++ linux*|if(qnx:qtConfig(inotify)) { SOURCES += io/qfilesystemwatcher_inotify.cpp HEADERS += io/qfilesystemwatcher_inotify_p.h } diff --git a/x11/qt5-qtbase/patches/patch-src_corelib_io_qlockfile__unix.cpp b/x11/qt5-qtbase/patches/patch-src_corelib_io_qlockfile__unix.cpp deleted file mode 100644 index b15d4c9d1dd..00000000000 --- a/x11/qt5-qtbase/patches/patch-src_corelib_io_qlockfile__unix.cpp +++ /dev/null @@ -1,40 +0,0 @@ -$NetBSD: patch-src_corelib_io_qlockfile__unix.cpp,v 1.2 2016/12/04 21:46:54 marino Exp $ - -Add support for NetBSD and OpenBSD. -Enable fallback to unsupported for DragonFly - ---- src/corelib/io/qlockfile_unix.cpp.orig 2015-10-13 04:35:31 UTC -+++ src/corelib/io/qlockfile_unix.cpp -@@ -54,6 +54,10 @@ - #elif defined(Q_OS_LINUX) - # include <unistd.h> - # include <cstdio> -+#elif defined(Q_OS_NETBSD) || defined(Q_OS_OPENBSD) -+# include <kvm.h> -+# include <sys/param.h> -+# include <sys/sysctl.h> - #elif defined(Q_OS_BSD4) && !defined(Q_OS_IOS) - # include <sys/user.h> - # if defined(__GLIBC__) && defined(__FreeBSD_kernel__) -@@ -239,7 +243,20 @@ QString QLockFilePrivate::processNameByP - } - buf[len] = 0; - return QFileInfo(QFile::decodeName(buf)).fileName(); --#elif defined(Q_OS_BSD4) && !defined(Q_OS_IOS) -+#elif defined(Q_OS_NETBSD) || defined(Q_OS_OPENBSD) -+ kvm_t *kd = kvm_open(NULL, NULL, NULL, KVM_NO_FILES, NULL); -+ int cnt; -+ QString name; -+ struct kinfo_proc2 *proc = kvm_getproc2(kd, KERN_PROC_PID, (int)pid, sizeof(struct kinfo_proc2), &cnt); -+ if (!proc) { -+ name = QString(); -+ } -+ else { -+ name = QFile::decodeName(proc->p_comm); -+ } -+ kvm_close(kd); -+ return name; -+#elif defined(Q_OS_BSD4) && !defined(Q_OS_IOS) && !defined(__DragonFly__) - # if defined(__GLIBC__) && defined(__FreeBSD_kernel__) - int mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PID, pid }; - size_t len = 0; diff --git a/x11/qt5-qtbase/patches/patch-src_corelib_io_qstorageinfo_unix.cpp b/x11/qt5-qtbase/patches/patch-src_corelib_io_qstorageinfo_unix.cpp index 1a33fcbfa24..168084935f7 100644 --- a/x11/qt5-qtbase/patches/patch-src_corelib_io_qstorageinfo_unix.cpp +++ b/x11/qt5-qtbase/patches/patch-src_corelib_io_qstorageinfo_unix.cpp @@ -1,31 +1,9 @@ -$NetBSD: patch-src_corelib_io_qstorageinfo_unix.cpp,v 1.6 2016/12/04 21:46:54 marino Exp $ +$NetBSD: patch-src_corelib_io_qstorageinfo_unix.cpp,v 1.7 2018/01/17 19:30:47 markd Exp $ -* make statvfs available on non-NetBSD BSD platforms -* Use f_bsize instead of f_frsize on non-NetBSD BSD platforms * fix build on SunOS --- src/corelib/io/qstorageinfo_unix.cpp.orig 2015-10-13 04:35:31 UTC +++ src/corelib/io/qstorageinfo_unix.cpp -@@ -68,8 +68,8 @@ - - #if defined(Q_OS_BSD4) - # if defined(Q_OS_NETBSD) -- define QT_STATFSBUF struct statvfs -- define QT_STATFS ::statvfs -+# define QT_STATFSBUF struct statvfs -+# define QT_STATFS ::statvfs - # else - # define QT_STATFSBUF struct statfs - # define QT_STATFS ::statfs -@@ -78,7 +78,7 @@ - # if !defined(ST_RDONLY) - # define ST_RDONLY MNT_RDONLY - # endif --# if !defined(_STATFS_F_FLAGS) -+# if !defined(_STATFS_F_FLAGS) && !defined(Q_OS_NETBSD) - # define _STATFS_F_FLAGS 1 - # endif - #elif defined(Q_OS_ANDROID) @@ -87,7 +87,7 @@ # if !defined(ST_RDONLY) # define ST_RDONLY 1 // hack for missing define on Android @@ -35,19 +13,3 @@ $NetBSD: patch-src_corelib_io_qstorageinfo_unix.cpp,v 1.6 2016/12/04 21:46:54 ma # define QT_STATFSBUF struct statvfs # define QT_STATFS ::statvfs #else -@@ -506,9 +506,15 @@ void QStorageInfoPrivate::retrieveVolume - valid = true; - ready = true; - -+#if defined(Q_OS_BSD4) && !defined(Q_OS_NETBSD) -+ bytesTotal = statfs_buf.f_blocks * statfs_buf.f_bsize; -+ bytesFree = statfs_buf.f_bfree * statfs_buf.f_bsize; -+ bytesAvailable = statfs_buf.f_bavail * statfs_buf.f_bsize; -+#else - bytesTotal = statfs_buf.f_blocks * statfs_buf.f_frsize; - bytesFree = statfs_buf.f_bfree * statfs_buf.f_frsize; - bytesAvailable = statfs_buf.f_bavail * statfs_buf.f_frsize; -+#endif - #if defined(Q_OS_ANDROID) || defined (Q_OS_BSD4) - #if defined(_STATFS_F_FLAGS) - readOnly = (statfs_buf.f_flags & ST_RDONLY) != 0; diff --git a/x11/qt5-qtbase/patches/patch-src_corelib_thread_qwaitcondition__unix.cpp b/x11/qt5-qtbase/patches/patch-src_corelib_thread_qwaitcondition__unix.cpp index d470269d794..6efe08da3a0 100644 --- a/x11/qt5-qtbase/patches/patch-src_corelib_thread_qwaitcondition__unix.cpp +++ b/x11/qt5-qtbase/patches/patch-src_corelib_thread_qwaitcondition__unix.cpp @@ -1,11 +1,10 @@ -$NetBSD: patch-src_corelib_thread_qwaitcondition__unix.cpp,v 1.1 2017/04/24 12:27:58 maya Exp $ +$NetBSD: patch-src_corelib_thread_qwaitcondition__unix.cpp,v 1.2 2018/01/17 19:30:47 markd Exp $ -don't have pthread_condattr_setclock on NetBSD < 6.1, don't -use it. +On NetBSD before 6.1, do not use pthread_condattr_setclock(). ---- src/corelib/thread/qwaitcondition_unix.cpp.orig 2015-10-13 04:35:30.000000000 +0000 +--- src/corelib/thread/qwaitcondition_unix.cpp.orig 2017-05-26 12:43:31.000000000 +0000 +++ src/corelib/thread/qwaitcondition_unix.cpp -@@ -45,6 +45,7 @@ +@@ -52,6 +52,7 @@ #include <errno.h> #include <sys/time.h> @@ -13,15 +12,12 @@ use it. #include <time.h> #ifndef QT_NO_THREAD -@@ -77,7 +78,10 @@ void qt_initialize_pthread_cond(pthread_ +@@ -84,7 +85,7 @@ void qt_initialize_pthread_cond(pthread_ #if defined(Q_OS_ANDROID) if (local_condattr_setclock && QElapsedTimer::clockType() == QElapsedTimer::MonotonicClock) local_condattr_setclock(&condattr, CLOCK_MONOTONIC); --#elif !defined(Q_OS_MAC) && !defined(Q_OS_HAIKU) -+#elif (defined(Q_OS_NETBSD) && (__NetBSD_Version__ < 600010000)) || \ -+ defined(Q_OS_MAC) || defined(Q_OS_HAIKU) -+ /* nothing, don't have pthread_condattr_setclock */ -+#else +-#elif !defined(Q_OS_MAC) ++#elif !defined(Q_OS_MAC) && !(defined(Q_OS_NETBSD) && (__NetBSD_Version__ < 600010000)) if (QElapsedTimer::clockType() == QElapsedTimer::MonotonicClock) pthread_condattr_setclock(&condattr, CLOCK_MONOTONIC); #endif diff --git a/x11/qt5-qtbase/patches/patch-src_network_kernel_qhostinfo__unix.cpp b/x11/qt5-qtbase/patches/patch-src_network_kernel_qhostinfo__unix.cpp index 890ce83cdd9..bac30487552 100644 --- a/x11/qt5-qtbase/patches/patch-src_network_kernel_qhostinfo__unix.cpp +++ b/x11/qt5-qtbase/patches/patch-src_network_kernel_qhostinfo__unix.cpp @@ -1,13 +1,13 @@ -$NetBSD: patch-src_network_kernel_qhostinfo__unix.cpp,v 1.1 2014/12/30 17:23:46 adam Exp $ +$NetBSD: patch-src_network_kernel_qhostinfo__unix.cpp,v 1.2 2018/01/17 19:30:47 markd Exp $ ---- src/network/kernel/qhostinfo_unix.cpp.orig 2013-11-27 01:01:10.000000000 +0000 +--- src/network/kernel/qhostinfo_unix.cpp.orig 2016-06-10 06:48:56.000000000 +0000 +++ src/network/kernel/qhostinfo_unix.cpp -@@ -126,6 +126,8 @@ static void resolveLibrary() +@@ -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/x11/qt5-qtbase/patches/patch-src_openglextensions_openglextensions.pro b/x11/qt5-qtbase/patches/patch-src_openglextensions_openglextensions.pro index a8a3e5c2b44..21b9d4bfede 100644 --- a/x11/qt5-qtbase/patches/patch-src_openglextensions_openglextensions.pro +++ b/x11/qt5-qtbase/patches/patch-src_openglextensions_openglextensions.pro @@ -1,12 +1,12 @@ -$NetBSD: patch-src_openglextensions_openglextensions.pro,v 1.1 2015/10/26 19:03:59 adam Exp $ +$NetBSD: patch-src_openglextensions_openglextensions.pro,v 1.2 2018/01/17 19:30:47 markd Exp $ Build shared library. ---- src/openglextensions/openglextensions.pro.orig 2015-10-26 11:22:39.000000000 +0000 +--- 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 - contains(QT_CONFIG, opengl):CONFIG += opengl - contains(QT_CONFIG, opengles2):CONFIG += opengles2 + qtConfig(opengl): CONFIG += opengl + qtConfig(opengles2): CONFIG += opengles2 diff --git a/x11/qt5-qtbase/patches/patch-src_platformsupport_devicediscovery_devicediscovery.pri b/x11/qt5-qtbase/patches/patch-src_platformsupport_devicediscovery_devicediscovery.pri deleted file mode 100644 index 222962c8d36..00000000000 --- a/x11/qt5-qtbase/patches/patch-src_platformsupport_devicediscovery_devicediscovery.pri +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-src_platformsupport_devicediscovery_devicediscovery.pri,v 1.1 2015/10/26 19:03:59 adam Exp $ - -Add missing header; required when libQt5PlatformSupport is a shared library. - ---- src/platformsupport/devicediscovery/devicediscovery.pri.orig 2015-10-25 19:25:35.000000000 +0000 -+++ src/platformsupport/devicediscovery/devicediscovery.pri -@@ -15,4 +15,5 @@ linux { - } - } else { - SOURCES += $$PWD/qdevicediscovery_dummy.cpp -+ HEADERS += $$PWD/qdevicediscovery_dummy_p.h - } diff --git a/x11/qt5-qtbase/patches/patch-src_platformsupport_platformsupport.pro b/x11/qt5-qtbase/patches/patch-src_platformsupport_platformsupport.pro deleted file mode 100644 index a1d97e93d17..00000000000 --- a/x11/qt5-qtbase/patches/patch-src_platformsupport_platformsupport.pro +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-src_platformsupport_platformsupport.pro,v 1.1 2014/12/30 17:23:46 adam Exp $ - -* Libtoolized and make it shared library - ---- src/platformsupport/platformsupport.pro.orig 2013-11-27 01:01:11.000000000 +0000 -+++ src/platformsupport/platformsupport.pro -@@ -1,7 +1,7 @@ - TARGET = QtPlatformSupport - QT = core-private gui-private - --CONFIG += static internal_module -+CONFIG += internal_module - mac:LIBS_PRIVATE += -lz - - DEFINES += QT_NO_CAST_FROM_ASCII diff --git a/x11/qt5-qtbase/patches/patch-src_plugins_platforminputcontexts_compose_compose.pro b/x11/qt5-qtbase/patches/patch-src_plugins_platforminputcontexts_compose_compose.pro index 5578fe1c8c8..8cbe81ba08a 100644 --- a/x11/qt5-qtbase/patches/patch-src_plugins_platforminputcontexts_compose_compose.pro +++ b/x11/qt5-qtbase/patches/patch-src_plugins_platforminputcontexts_compose_compose.pro @@ -1,15 +1,15 @@ -$NetBSD: patch-src_plugins_platforminputcontexts_compose_compose.pro,v 1.1 2014/12/30 17:23:46 adam Exp $ +$NetBSD: patch-src_plugins_platforminputcontexts_compose_compose.pro,v 1.2 2018/01/17 19:30:47 markd Exp $ PR pkg/48553 ---- src/plugins/platforminputcontexts/compose/compose.pro.orig 2014-09-11 10:48:06.000000000 +0000 +--- src/plugins/platforminputcontexts/compose/compose.pro.orig 2017-05-26 12:43:31.000000000 +0000 +++ src/plugins/platforminputcontexts/compose/compose.pro -@@ -16,6 +16,8 @@ SOURCES += $$PWD/main.cpp \ +@@ -9,6 +9,8 @@ SOURCES += $$PWD/qcomposeplatforminputco HEADERS += $$PWD/qcomposeplatforminputcontext.h \ $$PWD/generator/qtablegenerator.h \ +DEFINES += X11BASE=\\\"$$(X11BASE)\\\" + # libxkbcommon - contains(QT_CONFIG, xkbcommon-qt): { - # dont't need x11 dependency for compose key plugin + !qtConfig(xkbcommon-system) { + include(../../../3rdparty/xkbcommon.pri) diff --git a/x11/qt5-qtbase/patches/patch-src_plugins_platforminputcontexts_compose_generator_qtablegenerator.cpp b/x11/qt5-qtbase/patches/patch-src_plugins_platforminputcontexts_compose_generator_qtablegenerator.cpp index 3030a4ec883..f865954a5f2 100644 --- a/x11/qt5-qtbase/patches/patch-src_plugins_platforminputcontexts_compose_generator_qtablegenerator.cpp +++ b/x11/qt5-qtbase/patches/patch-src_plugins_platforminputcontexts_compose_generator_qtablegenerator.cpp @@ -1,11 +1,11 @@ -$NetBSD: patch-src_plugins_platforminputcontexts_compose_generator_qtablegenerator.cpp,v 1.1 2014/12/30 17:23:46 adam Exp $ +$NetBSD: patch-src_plugins_platforminputcontexts_compose_generator_qtablegenerator.cpp,v 1.2 2018/01/17 19:30:47 markd Exp $ PR pkg/48553 ---- src/plugins/platforminputcontexts/compose/generator/qtablegenerator.cpp.orig 2014-09-11 10:48:06.000000000 +0000 +--- src/plugins/platforminputcontexts/compose/generator/qtablegenerator.cpp.orig 2017-05-26 12:43:31.000000000 +0000 +++ src/plugins/platforminputcontexts/compose/generator/qtablegenerator.cpp -@@ -76,6 +76,10 @@ void TableGenerator::initPossibleLocatio - // the QTCOMPOSE environment variable +@@ -265,6 +265,10 @@ void TableGenerator::initPossibleLocatio + m_possibleLocations.reserve(7); if (qEnvironmentVariableIsSet("QTCOMPOSE")) m_possibleLocations.append(QString::fromLocal8Bit(qgetenv("QTCOMPOSE"))); +#ifdef X11BASE diff --git a/x11/qt5-qtbase/patches/patch-src_plugins_platforms_cocoa_qcocoahelpers.h b/x11/qt5-qtbase/patches/patch-src_plugins_platforms_cocoa_qcocoahelpers.h deleted file mode 100644 index 28566fb7d76..00000000000 --- a/x11/qt5-qtbase/patches/patch-src_plugins_platforms_cocoa_qcocoahelpers.h +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-src_plugins_platforms_cocoa_qcocoahelpers.h,v 1.1 2017/11/13 17:36:11 minskim Exp $ - -Fix build error with macOS 10.13 SDK -https://bugreports.qt.io/browse/QTBUG-63401 - ---- src/plugins/platforms/cocoa/qcocoahelpers.h.orig 2015-10-13 04:35:27.000000000 +0000 -+++ src/plugins/platforms/cocoa/qcocoahelpers.h -@@ -78,7 +78,7 @@ QColor qt_mac_toQColor(CGColorRef color) - // Creates a mutable shape, it's the caller's responsibility to release. - HIMutableShapeRef qt_mac_QRegionToHIMutableShape(const QRegion ®ion); - --OSStatus qt_mac_drawCGImage(CGContextRef inContext, const CGRect *inBounds, CGImageRef inImage); -+void qt_mac_drawCGImage(CGContextRef inContext, const CGRect *inBounds, CGImageRef inImage); - - QChar qt_mac_qtKey2CocoaKey(Qt::Key key); - Qt::Key qt_mac_cocoaKey2QtKey(QChar keyCode); diff --git a/x11/qt5-qtbase/patches/patch-src_plugins_platforms_cocoa_qcocoahelpers.mm b/x11/qt5-qtbase/patches/patch-src_plugins_platforms_cocoa_qcocoahelpers.mm deleted file mode 100644 index 613821c87ff..00000000000 --- a/x11/qt5-qtbase/patches/patch-src_plugins_platforms_cocoa_qcocoahelpers.mm +++ /dev/null @@ -1,35 +0,0 @@ -$NetBSD: patch-src_plugins_platforms_cocoa_qcocoahelpers.mm,v 1.1 2017/11/13 17:36:11 minskim Exp $ - -Fix build error with macOS 10.13 SDK -https://bugreports.qt.io/browse/QTBUG-63401 - ---- src/plugins/platforms/cocoa/qcocoahelpers.mm.orig 2015-10-13 04:35:27.000000000 +0000 -+++ src/plugins/platforms/cocoa/qcocoahelpers.mm -@@ -668,15 +668,8 @@ NSRect qt_mac_flipRect(const QRect &rect - return NSMakeRect(rect.x(), flippedY, rect.width(), rect.height()); - } - --OSStatus qt_mac_drawCGImage(CGContextRef inContext, const CGRect *inBounds, CGImageRef inImage) -+void qt_mac_drawCGImage(CGContextRef inContext, const CGRect *inBounds, CGImageRef inImage) - { -- // Verbatim copy if HIViewDrawCGImage (as shown on Carbon-Dev) -- OSStatus err = noErr; -- -- require_action(inContext != NULL, InvalidContext, err = paramErr); -- require_action(inBounds != NULL, InvalidBounds, err = paramErr); -- require_action(inImage != NULL, InvalidImage, err = paramErr); -- - CGContextSaveGState( inContext ); - CGContextTranslateCTM (inContext, 0, inBounds->origin.y + CGRectGetMaxY(*inBounds)); - CGContextScaleCTM(inContext, 1, -1); -@@ -684,10 +677,6 @@ OSStatus qt_mac_drawCGImage(CGContextRef - CGContextDrawImage(inContext, *inBounds, inImage); - - CGContextRestoreGState(inContext); --InvalidImage: --InvalidBounds: --InvalidContext: -- return err; - } - - Qt::MouseButton cocoaButton2QtButton(NSInteger buttonNum) diff --git a/x11/qt5-qtbase/patches/patch-src_tools_bootstrap_bootstrap.pro b/x11/qt5-qtbase/patches/patch-src_tools_bootstrap_bootstrap.pro deleted file mode 100644 index 36c2f5ef144..00000000000 --- a/x11/qt5-qtbase/patches/patch-src_tools_bootstrap_bootstrap.pro +++ /dev/null @@ -1,12 +0,0 @@ -$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/x11/qt5-qtbase/patches/patch-tests_auto_corelib_io_qprocess_qprocess.pro b/x11/qt5-qtbase/patches/patch-tests_auto_corelib_io_qprocess_qprocess.pro index a961adb5c24..fd1b74fd5e4 100644 --- a/x11/qt5-qtbase/patches/patch-tests_auto_corelib_io_qprocess_qprocess.pro +++ b/x11/qt5-qtbase/patches/patch-tests_auto_corelib_io_qprocess_qprocess.pro @@ -1,8 +1,8 @@ -$NetBSD: patch-tests_auto_corelib_io_qprocess_qprocess.pro,v 1.1 2014/12/30 17:23:46 adam Exp $ +$NetBSD: patch-tests_auto_corelib_io_qprocess_qprocess.pro,v 1.2 2018/01/17 19:30:47 markd Exp $ * Pass whitespace(s) in filename test cases. ---- tests/auto/corelib/io/qprocess/qprocess.pro.orig 2014-02-01 20:37:28.000000000 +0000 +--- 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) @@ -14,5 +14,5 @@ $NetBSD: patch-tests_auto_corelib_io_qprocess_qprocess.pro,v 1.1 2014/12/30 17:2 - testSpaceInName +SUBDIRS += testProcessSpacesArgs/nospace.pro - win32:!wince* { + win32 { SUBDIRS += \ |