diff options
author | adam <adam@pkgsrc.org> | 2015-10-26 19:03:59 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-10-26 19:03:59 +0000 |
commit | f361185eb6a42af83f8c2d9ef9072d12ecb2f64c (patch) | |
tree | 49e1f6c9a779d0b9a4061e76511f715f7fd2c40f /x11/qt5-qtbase/PLIST | |
parent | 81c7b583cb0801a91be9611f107ec2864f063791 (diff) | |
download | pkgsrc-f361185eb6a42af83f8c2d9ef9072d12ecb2f64c.tar.gz |
Changes 5.5.1:
Qt Bluetooth
Bluetooth Low Energy API final release (5.4 was featuring tech preview).
Bluetooth Low Energy Support for Android (requires Android v18+) added.
Bluetooth Classic and Low Energy support for iOS and OS X.
Qt Core
You can now have Q_PROPERTY and Q_INVOKABLE within a Q_GADGET, and there is a way to query the QMetaObject of such gadget using the QMetaTYpe system.
Added Q_ENUM to replace Q_ENUMS which allow to get a QMetaEnum at compile time using QMetaEnum::fromType<T>. Such enums are now automatically registered as metatype, and can be converted to string within QVariant, or are printed as string by qDebug()
Qt GUI
Windows packages are all built with -opengl dynamic. No OpenGL-only or ANGLE-only builds are provided anymore.
On Windows the OpenGL implementation to use can now be configured based on the GPU vendor and driver version using JSON configuration files. This allows shipping fine-grained card and driver blacklists with the apps, when necessary.
QOpenGLWidget is now supported in iOS.
QImage: 8-bit alpha map and grayscale formats.
QImageReader: EXIF orientation can now be read though the transformation method, and applied on read to JPEGs if wanted.
Qt Multimedia
GStreamer 1.0 support. Note that the default is still 0.10. 1.0 support can be enabled by configuring Qt with '-gstreamer 1.0'.
New video filtering framework to integrate frameworks like OpenCV or compute APIs such as OpenCL or CUDA with VideoOutput elements.
New API to control camera viewfinder settings
Improved camera support on iOS (focus, zoom, exposure, viewfinder/image settings)
The QML MediaPlayer is now rendered in an OpenGL texture on iOS. This means VideoOutput supports advanced transformation, shader effects and doesn't have to be always on top of other items anymore.
Qt NFC
Neard based backend for Linux added.
Qt Network
New SSL back-end for iOS and OS X based on Secure Transport. Note that in Qt 5.6 this will become the default SSL: back-end on these platforms.
Support for libproxy
Support for TLS PSK ciphersuites
Support for elliptic curve certificates
Ability to select specific curves when using elliptic curve ciphersuites.
QPA
Added support for the Raspberry Pi 2.
Added support for the ODROID-XU3.
On supported desktops, the xcb plugin now uses the D-Bus based org.kde.StatusNotifier protocol for system tray icons, and org.freedesktop.Notifications for notifications.
KMS/DRM backend for EGLFS. This replaces the now deprecated KMS platform plugin. It allows running apps with eglfs on the console on systems with Mesa and devices that come with drm support.
EGLFS has a plugin-based backend mechanism in addition to the existing, statically compiled-in solution. Most compiled-in hooks are converted to be dynamically loaded plugins that are built based on configure time tests. This reduces the reliance on the device makespecs for RPi, i.MX6 and Mali-based devices.
Input handling is now unified for EGLFS and LinuxFB, avoiding the need to launch and configure LinuxFB-based apps differently than when using EGLFS.
tslib is now better integrated with EGLFS and LinuxFB to provide support for resistive single-touch touchscreens often used in industrial environments.
xcb is refactored to move GLX and EGL support into plugins. No more ifdefs, allowing building both backends.
Added a TUIO Touch plugin for receiving remote touch events via UDP.
Added a libinput plugin.
iOS: you can now use QFileDialog to browse system photos using a native image picker dialog by setting directory to QStandardPaths::PicturesLocation. Selected photos can be loaded using QFile.
Qt QML
It is now possible to conveniently expose custom C++ value types into the JavaScript environment of QML and QJSEngine.
Support for JavaScript typed arrays
Various performance improvements, notably QJSValue
Added convenience qJsEngine(QObject*) getter function.
Qt Quick
Windows now defaults to the threaded Qt Quick render loop when using desktop OpenGL (opengl32.dll).
QQuickWidget is now supported in iOS.
QQuickRenderControl supports threaded rendering.
Improved behavior of Flickable on OS X trackpads using pixel deltas from native gestures.
PinchArea handles native pinch gestures when the OS provides them (so far only on OS X). Otherwise it relies on touch events, as before.
Added a smart zoom signal to PinchArea to react to that gesture on an OS X trackpad.
MouseArea now has a scrollGestureEnabled property to control whether native scroll gestures from the OS will be handled by the wheel signal handler.
Qt Quick Controls
Qt Quick Extras (formerly Qt Quick Enterprise Controls) was added under the QtQuick.Extras import.
TreeView control for QAbstractItemModel-derived models. Supports QItemSelectionModel selection.
Qt WebEngine
Updated Chromium snapshot to version 40
WebEngineProfile for control of storage and cache paths and related policies.
Added support for javascript Geolocation API with QtLocation as a backend
Added API for managing downloading of files
Added API for controlling cache and cookie paths and policy
Added API for WebEngine settings
Added API for injecting user scripts
Various experimental QML API has been promoted to public
Added QtWebChannel integration API over Chromium IPC
Qt WebView
Added native implementations for Mac OS X.
Added API for running JavaScript (Requires API 19+ on Android).
Added API for setting the HTML content.
Added API for load status notifications.
Diffstat (limited to 'x11/qt5-qtbase/PLIST')
-rw-r--r-- | x11/qt5-qtbase/PLIST | 273 |
1 files changed, 181 insertions, 92 deletions
diff --git a/x11/qt5-qtbase/PLIST b/x11/qt5-qtbase/PLIST index 8c1c67edfd3..757b4692ac9 100644 --- a/x11/qt5-qtbase/PLIST +++ b/x11/qt5-qtbase/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2015/08/30 01:21:42 markd Exp $ +@comment $NetBSD: PLIST,v 1.8 2015/10/26 19:03:59 adam Exp $ lib/pkgconfig/Qt5Bootstrap.pc lib/pkgconfig/Qt5Concurrent.pc lib/pkgconfig/Qt5Core.pc @@ -13,6 +13,8 @@ lib/pkgconfig/Qt5Test.pc lib/pkgconfig/Qt5Widgets.pc lib/pkgconfig/Qt5Xml.pc qt5/bin/moc +qt5/bin/qdbuscpp2xml +qt5/bin/qdbusxml2cpp qt5/bin/qdoc qt5/bin/qlalr qt5/bin/qmake @@ -23,7 +25,6 @@ qt5/doc/global/compat.qdocconf qt5/doc/global/config.qdocconf qt5/doc/global/externalsites.qdocconf qt5/doc/global/externalsites/external-resources.qdoc -qt5/doc/global/externalsites/qch-urls.qdoc qt5/doc/global/externalsites/qt-webpages.qdoc qt5/doc/global/externalsites/qtcreator.qdoc qt5/doc/global/externalsites/rfc.qdoc @@ -82,6 +83,7 @@ qt5/doc/global/template/images/spinner.gif qt5/doc/global/template/images/sprites-combined.png qt5/doc/global/template/scripts/extras.js qt5/doc/global/template/scripts/main.js +qt5/doc/global/template/style/cookiebar-x.png qt5/doc/global/template/style/doc_search.png qt5/doc/global/template/style/gsc.css qt5/doc/global/template/style/icomoon.eot @@ -91,6 +93,7 @@ qt5/doc/global/template/style/icomoon.woff qt5/doc/global/template/style/list_arrow.png qt5/doc/global/template/style/offline.css qt5/doc/global/template/style/online.css +qt5/doc/global/template/style/theqtcompany.png qt5/include/QtConcurrent/QtConcurrent qt5/include/QtConcurrent/QtConcurrentDepends qt5/include/QtConcurrent/QtConcurrentFilter @@ -135,6 +138,7 @@ qt5/include/QtCore/${PKGVERSION}/QtCore/private/qdatastream_p.h qt5/include/QtCore/${PKGVERSION}/QtCore/private/qdataurl_p.h qt5/include/QtCore/${PKGVERSION}/QtCore/private/qdatetime_p.h qt5/include/QtCore/${PKGVERSION}/QtCore/private/qdatetimeparser_p.h +qt5/include/QtCore/${PKGVERSION}/QtCore/private/qdebug_p.h qt5/include/QtCore/${PKGVERSION}/QtCore/private/qdir_p.h qt5/include/QtCore/${PKGVERSION}/QtCore/private/qelfparser_p.h qt5/include/QtCore/${PKGVERSION}/QtCore/private/qeucjpcodec_p.h @@ -235,6 +239,7 @@ qt5/include/QtCore/${PKGVERSION}/QtCore/private/qsjiscodec_p.h qt5/include/QtCore/${PKGVERSION}/QtCore/private/qstate_p.h qt5/include/QtCore/${PKGVERSION}/QtCore/private/qstatemachine_p.h qt5/include/QtCore/${PKGVERSION}/QtCore/private/qstorageinfo_p.h +qt5/include/QtCore/${PKGVERSION}/QtCore/private/qstringalgorithms_p.h qt5/include/QtCore/${PKGVERSION}/QtCore/private/qstringiterator_p.h qt5/include/QtCore/${PKGVERSION}/QtCore/private/qsystemerror_p.h qt5/include/QtCore/${PKGVERSION}/QtCore/private/qsystemlibrary_p.h @@ -767,6 +772,70 @@ qt5/include/QtCore/qvector.h qt5/include/QtCore/qwaitcondition.h qt5/include/QtCore/qwineventnotifier.h qt5/include/QtCore/qxmlstream.h +qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/dbus_minimal_p.h +qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbus_symbols_p.h +qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusabstractadaptor_p.h +qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusabstractinterface_p.h +qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusargument_p.h +qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusconnection_p.h +qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusconnectionmanager_p.h +qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbuscontext_p.h +qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusintegrator_p.h +qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusinterface_p.h +qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusintrospection_p.h +qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusmessage_p.h +qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusmetaobject_p.h +qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusmetatype_p.h +qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbuspendingcall_p.h +qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusthreaddebug_p.h +qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusutil_p.h +qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusxmlparser_p.h +qt5/include/QtDBus/QDBusAbstractAdaptor +qt5/include/QtDBus/QDBusAbstractInterface +qt5/include/QtDBus/QDBusAbstractInterfaceBase +qt5/include/QtDBus/QDBusArgument +qt5/include/QtDBus/QDBusConnection +qt5/include/QtDBus/QDBusConnectionInterface +qt5/include/QtDBus/QDBusContext +qt5/include/QtDBus/QDBusError +qt5/include/QtDBus/QDBusInterface +qt5/include/QtDBus/QDBusMessage +qt5/include/QtDBus/QDBusMetaType +qt5/include/QtDBus/QDBusObjectPath +qt5/include/QtDBus/QDBusPendingCall +qt5/include/QtDBus/QDBusPendingCallWatcher +qt5/include/QtDBus/QDBusPendingReply +qt5/include/QtDBus/QDBusPendingReplyData +qt5/include/QtDBus/QDBusReply +qt5/include/QtDBus/QDBusServer +qt5/include/QtDBus/QDBusServiceWatcher +qt5/include/QtDBus/QDBusSignature +qt5/include/QtDBus/QDBusUnixFileDescriptor +qt5/include/QtDBus/QDBusVariant +qt5/include/QtDBus/QDBusVirtualObject +qt5/include/QtDBus/QtDBus +qt5/include/QtDBus/QtDBusDepends +qt5/include/QtDBus/QtDBusVersion +qt5/include/QtDBus/qdbusabstractadaptor.h +qt5/include/QtDBus/qdbusabstractinterface.h +qt5/include/QtDBus/qdbusargument.h +qt5/include/QtDBus/qdbusconnection.h +qt5/include/QtDBus/qdbusconnectioninterface.h +qt5/include/QtDBus/qdbuscontext.h +qt5/include/QtDBus/qdbuserror.h +qt5/include/QtDBus/qdbusextratypes.h +qt5/include/QtDBus/qdbusinterface.h +qt5/include/QtDBus/qdbusmacros.h +qt5/include/QtDBus/qdbusmessage.h +qt5/include/QtDBus/qdbusmetatype.h +qt5/include/QtDBus/qdbuspendingcall.h +qt5/include/QtDBus/qdbuspendingreply.h +qt5/include/QtDBus/qdbusreply.h +qt5/include/QtDBus/qdbusserver.h +qt5/include/QtDBus/qdbusservicewatcher.h +qt5/include/QtDBus/qdbusunixfiledescriptor.h +qt5/include/QtDBus/qdbusvirtualobject.h +qt5/include/QtDBus/qtdbusversion.h qt5/include/QtGui/${PKGVERSION}/QtGui/private/qabstractlayoutstyleinfo_p.h qt5/include/QtGui/${PKGVERSION}/QtGui/private/qabstracttextdocumentlayout_p.h qt5/include/QtGui/${PKGVERSION}/QtGui/private/qaccessiblecache_p.h @@ -785,7 +854,6 @@ qt5/include/QtGui/${PKGVERSION}/QtGui/private/qdnd_p.h qt5/include/QtGui/${PKGVERSION}/QtGui/private/qdrawhelper_mips_dsp_p.h qt5/include/QtGui/${PKGVERSION}/QtGui/private/qdrawhelper_neon_p.h qt5/include/QtGui/${PKGVERSION}/QtGui/private/qdrawhelper_p.h -qt5/include/QtGui/${PKGVERSION}/QtGui/private/qdrawhelper_sse_p.h qt5/include/QtGui/${PKGVERSION}/QtGui/private/qdrawhelper_x86_p.h qt5/include/QtGui/${PKGVERSION}/QtGui/private/qdrawingprimitive_sse2_p.h qt5/include/QtGui/${PKGVERSION}/QtGui/private/qemulationpaintengine_p.h @@ -841,7 +909,6 @@ qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglversionfunctionsfactory_p.h qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglvertexarrayobject_p.h qt5/include/QtGui/${PKGVERSION}/QtGui/private/qoutlinemapper_p.h qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpagedpaintdevice_p.h -qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpaintbuffer_p.h qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpaintdevicewindow_p.h qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpaintengine_blitter_p.h qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpaintengine_p.h @@ -903,6 +970,8 @@ qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformcursor.h qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformdialoghelper.h qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformdrag.h qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformfontdatabase.h +qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformgraphicsbuffer.h +qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformgraphicsbufferhelper.h qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatforminputcontext.h qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatforminputcontext_p.h qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatforminputcontextfactory_p.h @@ -930,6 +999,8 @@ 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 @@ -1060,6 +1131,10 @@ qt5/include/QtGui/QOpenGLFunctions_4_2_Compatibility qt5/include/QtGui/QOpenGLFunctions_4_2_Core qt5/include/QtGui/QOpenGLFunctions_4_3_Compatibility qt5/include/QtGui/QOpenGLFunctions_4_3_Core +qt5/include/QtGui/QOpenGLFunctions_4_4_Compatibility +qt5/include/QtGui/QOpenGLFunctions_4_4_Core +qt5/include/QtGui/QOpenGLFunctions_4_5_Compatibility +qt5/include/QtGui/QOpenGLFunctions_4_5_Core qt5/include/QtGui/QOpenGLFunctions_ES2 qt5/include/QtGui/QOpenGLPaintDevice qt5/include/QtGui/QOpenGLPixelTransferOptions @@ -1092,6 +1167,7 @@ qt5/include/QtGui/QPictureIO qt5/include/QtGui/QPixelFormat qt5/include/QtGui/QPixmap qt5/include/QtGui/QPixmapCache +qt5/include/QtGui/QPlatformSurfaceEvent qt5/include/QtGui/QPolygon qt5/include/QtGui/QPolygonF qt5/include/QtGui/QQuaternion @@ -1234,6 +1310,10 @@ qt5/include/QtGui/qopenglfunctions_4_2_compatibility.h qt5/include/QtGui/qopenglfunctions_4_2_core.h qt5/include/QtGui/qopenglfunctions_4_3_compatibility.h qt5/include/QtGui/qopenglfunctions_4_3_core.h +qt5/include/QtGui/qopenglfunctions_4_4_compatibility.h +qt5/include/QtGui/qopenglfunctions_4_4_core.h +qt5/include/QtGui/qopenglfunctions_4_5_compatibility.h +qt5/include/QtGui/qopenglfunctions_4_5_core.h qt5/include/QtGui/qopenglfunctions_es2.h qt5/include/QtGui/qopenglpaintdevice.h qt5/include/QtGui/qopenglpixeltransferoptions.h @@ -1346,6 +1426,7 @@ qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworksession_p.h qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsharednetworksession_p.h qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsocks5socketengine_p.h qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qspdyprotocolhandler_p.h +qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qssl_p.h qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslcertificate_p.h qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslcertificateextension_p.h qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslcipher_p.h @@ -1358,6 +1439,9 @@ qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_p.h qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_winrt_p.h qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtcpsocket_p.h qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qurlinfo_p.h +qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslpresharedkeyauthenticator_p.h +qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_mac_p.h +qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtcpserver_p.h qt5/include/QtNetwork/QAbstractNetworkCache qt5/include/QtNetwork/QAbstractSocket qt5/include/QtNetwork/QAuthenticator @@ -1394,8 +1478,10 @@ qt5/include/QtNetwork/QSslCertificate qt5/include/QtNetwork/QSslCertificateExtension qt5/include/QtNetwork/QSslCipher qt5/include/QtNetwork/QSslConfiguration +qt5/include/QtNetwork/QSslEllipticCurve qt5/include/QtNetwork/QSslError qt5/include/QtNetwork/QSslKey +qt5/include/QtNetwork/QSslPreSharedKeyAuthenticator qt5/include/QtNetwork/QSslSocket qt5/include/QtNetwork/QTcpServer qt5/include/QtNetwork/QTcpSocket @@ -1430,8 +1516,10 @@ qt5/include/QtNetwork/qsslcertificate.h qt5/include/QtNetwork/qsslcertificateextension.h qt5/include/QtNetwork/qsslcipher.h qt5/include/QtNetwork/qsslconfiguration.h +qt5/include/QtNetwork/qsslellipticcurve.h qt5/include/QtNetwork/qsslerror.h qt5/include/QtNetwork/qsslkey.h +qt5/include/QtNetwork/qsslpresharedkeyauthenticator.h qt5/include/QtNetwork/qsslsocket.h qt5/include/QtNetwork/qtcpserver.h qt5/include/QtNetwork/qtcpsocket.h @@ -1487,6 +1575,7 @@ qt5/include/QtPlatformHeaders/QEGLNativeContext qt5/include/QtPlatformHeaders/QEglFSFunctions qt5/include/QtPlatformHeaders/QGLXNativeContext qt5/include/QtPlatformHeaders/QWGLNativeContext +qt5/include/QtPlatformHeaders/QWindowsWindowFunctions qt5/include/QtPlatformHeaders/QXcbWindowFunctions qt5/include/QtPlatformHeaders/QtPlatformHeaders qt5/include/QtPlatformHeaders/QtPlatformHeadersDepends @@ -1497,6 +1586,7 @@ qt5/include/QtPlatformHeaders/qeglnativecontext.h qt5/include/QtPlatformHeaders/qglxnativecontext.h qt5/include/QtPlatformHeaders/qtplatformheadersversion.h qt5/include/QtPlatformHeaders/qwglnativecontext.h +qt5/include/QtPlatformHeaders/qwindowswindowfunctions.h qt5/include/QtPlatformHeaders/qxcbwindowfunctions.h qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/application_p.h qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/atspiadaptor_p.h @@ -1509,11 +1599,12 @@ qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qaccessibl 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/qeglcompositor_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/qeglplatformbackingstore_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 @@ -1525,7 +1616,6 @@ qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qevdevkeyb 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/qevdevtouch_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 @@ -1545,10 +1635,30 @@ qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qmacmime_p 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 @@ -1562,9 +1672,6 @@ 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/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 @@ -1658,6 +1765,7 @@ qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestlog_p.h qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestresult_p.h qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtesttable_p.h qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestxunitstreamer_p.h +qt5/include/QtTest/${PKGVERSION}/QtTest/private/qxctestlogger_p.h qt5/include/QtTest/${PKGVERSION}/QtTest/private/qxmltestlogger_p.h qt5/include/QtTest/${PKGVERSION}/QtTest/private/qxunittestlogger_p.h qt5/include/QtTest/${PKGVERSION}/QtTest/private/valgrind_p.h @@ -1699,6 +1807,7 @@ qt5/include/QtTest/qtestsystem.h qt5/include/QtTest/qtesttouch.h qt5/include/QtTest/qttestversion.h qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qabstractbutton_p.h +qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qabstractitemdelegate_p.h qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qabstractitemview_p.h qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qabstractscrollarea_p.h qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qabstractslider_p.h @@ -1828,6 +1937,12 @@ qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowsvistastyle_p_p.h qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowsxpstyle_p.h qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowsxpstyle_p_p.h qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwizard_win_p.h +qt5/include/QtWidgets/5.5.1/QtWidgets/private/complexwidgets_p.h +qt5/include/QtWidgets/5.5.1/QtWidgets/private/itemviews_p.h +qt5/include/QtWidgets/5.5.1/QtWidgets/private/qaccessiblemenu_p.h +qt5/include/QtWidgets/5.5.1/QtWidgets/private/qaccessiblewidgets_p.h +qt5/include/QtWidgets/5.5.1/QtWidgets/private/rangecontrols_p.h +qt5/include/QtWidgets/5.5.1/QtWidgets/private/simplewidgets_p.h qt5/include/QtWidgets/QAbstractButton qt5/include/QtWidgets/QAbstractGraphicsShapeItem qt5/include/QtWidgets/QAbstractItemDelegate @@ -1835,45 +1950,7 @@ qt5/include/QtWidgets/QAbstractItemView qt5/include/QtWidgets/QAbstractScrollArea qt5/include/QtWidgets/QAbstractSlider qt5/include/QtWidgets/QAbstractSpinBox -qt5/include/QtWidgets/QAccessibleAbstractScrollArea -qt5/include/QtWidgets/QAccessibleAbstractSlider -qt5/include/QtWidgets/QAccessibleAbstractSpinBox -qt5/include/QtWidgets/QAccessibleButton -qt5/include/QtWidgets/QAccessibleCalendarWidget -qt5/include/QtWidgets/QAccessibleComboBox -qt5/include/QtWidgets/QAccessibleDial -qt5/include/QtWidgets/QAccessibleDialogButtonBox -qt5/include/QtWidgets/QAccessibleDisplay -qt5/include/QtWidgets/QAccessibleDockWidget -qt5/include/QtWidgets/QAccessibleDoubleSpinBox -qt5/include/QtWidgets/QAccessibleGroupBox -qt5/include/QtWidgets/QAccessibleLineEdit -qt5/include/QtWidgets/QAccessibleMainWindow -qt5/include/QtWidgets/QAccessibleMdiArea -qt5/include/QtWidgets/QAccessibleMdiSubWindow -qt5/include/QtWidgets/QAccessibleMenu -qt5/include/QtWidgets/QAccessibleMenuBar -qt5/include/QtWidgets/QAccessibleMenuItem -qt5/include/QtWidgets/QAccessiblePlainTextEdit -qt5/include/QtWidgets/QAccessibleProgressBar -qt5/include/QtWidgets/QAccessibleScrollArea -qt5/include/QtWidgets/QAccessibleScrollBar -qt5/include/QtWidgets/QAccessibleSlider -qt5/include/QtWidgets/QAccessibleSpinBox -qt5/include/QtWidgets/QAccessibleStackedWidget -qt5/include/QtWidgets/QAccessibleTabBar -qt5/include/QtWidgets/QAccessibleTable -qt5/include/QtWidgets/QAccessibleTableCell -qt5/include/QtWidgets/QAccessibleTableCornerButton -qt5/include/QtWidgets/QAccessibleTableHeaderCell -qt5/include/QtWidgets/QAccessibleTextBrowser -qt5/include/QtWidgets/QAccessibleTextEdit -qt5/include/QtWidgets/QAccessibleTextWidget -qt5/include/QtWidgets/QAccessibleToolBox -qt5/include/QtWidgets/QAccessibleToolButton -qt5/include/QtWidgets/QAccessibleTree qt5/include/QtWidgets/QAccessibleWidget -qt5/include/QtWidgets/QAccessibleWindowContainer qt5/include/QtWidgets/QAction qt5/include/QtWidgets/QActionGroup qt5/include/QtWidgets/QApplication @@ -2087,17 +2164,13 @@ qt5/include/QtWidgets/QWizardPage qt5/include/QtWidgets/QtWidgets qt5/include/QtWidgets/QtWidgetsDepends qt5/include/QtWidgets/QtWidgetsVersion -qt5/include/QtWidgets/complexwidgets.h -qt5/include/QtWidgets/itemviews.h qt5/include/QtWidgets/qabstractbutton.h qt5/include/QtWidgets/qabstractitemdelegate.h qt5/include/QtWidgets/qabstractitemview.h qt5/include/QtWidgets/qabstractscrollarea.h qt5/include/QtWidgets/qabstractslider.h qt5/include/QtWidgets/qabstractspinbox.h -qt5/include/QtWidgets/qaccessiblemenu.h qt5/include/QtWidgets/qaccessiblewidget.h -qt5/include/QtWidgets/qaccessiblewidgets.h qt5/include/QtWidgets/qaction.h qt5/include/QtWidgets/qactiongroup.h qt5/include/QtWidgets/qapplication.h @@ -2221,8 +2294,6 @@ qt5/include/QtWidgets/qwidget.h qt5/include/QtWidgets/qwidgetaction.h qt5/include/QtWidgets/qwidgetsfunctions_wince.h qt5/include/QtWidgets/qwizard.h -qt5/include/QtWidgets/rangecontrols.h -qt5/include/QtWidgets/simplewidgets.h qt5/include/QtXml/${PKGVERSION}/QtXml/private/qxml_p.h qt5/include/QtXml/QDomAttr qt5/include/QtXml/QDomCDATASection @@ -2272,6 +2343,10 @@ qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake qt5/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake +qt5/lib/cmake/Qt5DBus/Qt5DBusConfig.cmake +qt5/lib/cmake/Qt5DBus/Qt5DBusConfigExtras.cmake +qt5/lib/cmake/Qt5DBus/Qt5DBusConfigVersion.cmake +qt5/lib/cmake/Qt5DBus/Qt5DBusMacros.cmake qt5/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake qt5/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake @@ -2280,11 +2355,14 @@ ${PLIST.unix}qt5/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmak ${PLIST.egl}qt5/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake qt5/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.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 qt5/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake qt5/lib/cmake/Qt5Network/Qt5NetworkConfigVersion.cmake ${PLIST.mac}qt5/lib/cmake/Qt5Network/Qt5Network_QCoreWlanEnginePlugin.cmake @@ -2313,12 +2391,15 @@ qt5/lib/libQt5Concurrent.la qt5/lib/libQt5Concurrent.prl qt5/lib/libQt5Core.la qt5/lib/libQt5Core.prl +qt5/lib/libQt5DBus.la +qt5/lib/libQt5DBus.prl qt5/lib/libQt5Gui.la qt5/lib/libQt5Gui.prl qt5/lib/libQt5Network.la qt5/lib/libQt5Network.prl qt5/lib/libQt5OpenGL.la qt5/lib/libQt5OpenGL.prl +qt5/lib/libQt5OpenGLExtensions.la qt5/lib/libQt5OpenGLExtensions.prl qt5/lib/libQt5PlatformSupport.la qt5/lib/libQt5PlatformSupport.prl @@ -2330,11 +2411,14 @@ qt5/lib/libQt5Test.la qt5/lib/libQt5Test.prl qt5/lib/libQt5Widgets.la qt5/lib/libQt5Widgets.prl +${PLIST.unix}qt5/lib/libQt5XcbQpa.la +${PLIST.unix}qt5/lib/libQt5XcbQpa.prl qt5/lib/libQt5Xml.la qt5/lib/libQt5Xml.prl qt5/lib/pkgconfig/Qt5Bootstrap.pc qt5/lib/pkgconfig/Qt5Concurrent.pc qt5/lib/pkgconfig/Qt5Core.pc +qt5/lib/pkgconfig/Qt5DBus.pc qt5/lib/pkgconfig/Qt5Gui.pc qt5/lib/pkgconfig/Qt5Network.pc qt5/lib/pkgconfig/Qt5OpenGL.pc @@ -2344,6 +2428,7 @@ 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 @@ -2357,8 +2442,6 @@ 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-armv7le-qcc/qmake.conf -qt5/mkspecs/blackberry-armv7le-qcc/qplatformdefs.h qt5/mkspecs/blackberry-x86-qcc/qmake.conf qt5/mkspecs/blackberry-x86-qcc/qplatformdefs.h qt5/mkspecs/common/aix/qplatformdefs.h @@ -2384,34 +2467,35 @@ qt5/mkspecs/common/llvm.conf qt5/mkspecs/common/mac.conf qt5/mkspecs/common/mac/qplatformdefs.h qt5/mkspecs/common/macx.conf +qt5/mkspecs/common/msvc-desktop.conf qt5/mkspecs/common/nacl/g++-nacl32.conf qt5/mkspecs/common/nacl/g++-nacl64.conf qt5/mkspecs/common/nacl/nacl-base.conf qt5/mkspecs/common/nacl/qplatformdefs.h qt5/mkspecs/common/posix/qplatformdefs.h -qt5/mkspecs/common/qcc-base-qnx-armv7le.conf +qt5/mkspecs/common/qcc-base-qnx-armle-v7.conf qt5/mkspecs/common/qcc-base-qnx-x86.conf qt5/mkspecs/common/qcc-base-qnx.conf qt5/mkspecs/common/qcc-base.conf qt5/mkspecs/common/qmake.conf qt5/mkspecs/common/qnx/qplatformdefs.h +qt5/mkspecs/common/sanitize.conf qt5/mkspecs/common/shell-unix.conf qt5/mkspecs/common/shell-win32.conf qt5/mkspecs/common/unix.conf qt5/mkspecs/common/wince/qmake.conf qt5/mkspecs/common/wince/qplatformdefs.h +qt5/mkspecs/common/winrt_winphone/assets/logo_150x150.png +qt5/mkspecs/common/winrt_winphone/assets/logo_30x30.png +qt5/mkspecs/common/winrt_winphone/assets/logo_310x150.png +qt5/mkspecs/common/winrt_winphone/assets/logo_310x310.png qt5/mkspecs/common/winrt_winphone/assets/logo_44x44.png qt5/mkspecs/common/winrt_winphone/assets/logo_480x800.png +qt5/mkspecs/common/winrt_winphone/assets/logo_620x300.png +qt5/mkspecs/common/winrt_winphone/assets/logo_70x70.png qt5/mkspecs/common/winrt_winphone/assets/logo_71x71.png -qt5/mkspecs/common/winrt_winphone/assets/logo_large.png -qt5/mkspecs/common/winrt_winphone/assets/logo_medium.png -qt5/mkspecs/common/winrt_winphone/assets/logo_small.png -qt5/mkspecs/common/winrt_winphone/assets/logo_splash.png qt5/mkspecs/common/winrt_winphone/assets/logo_store.png -qt5/mkspecs/common/winrt_winphone/assets/tile_iconic_medium.png -qt5/mkspecs/common/winrt_winphone/assets/tile_iconic_small.png -qt5/mkspecs/common/winrt_winphone/manifests/8.0/AppxManifest.xml.in -qt5/mkspecs/common/winrt_winphone/manifests/8.0/WMAppManifest.xml.in +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 @@ -2420,12 +2504,6 @@ 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/blackberry-playbook-armle-v7-qcc/qmake.conf -qt5/mkspecs/devices/blackberry-playbook-armle-v7-qcc/qplatformdefs.h -qt5/mkspecs/devices/blackberry-playbook-armv7le-qcc/qmake.conf -qt5/mkspecs/devices/blackberry-playbook-armv7le-qcc/qplatformdefs.h -qt5/mkspecs/devices/blackberry-playbook-x86-qcc/qmake.conf -qt5/mkspecs/devices/blackberry-playbook-x86-qcc/qplatformdefs.h qt5/mkspecs/devices/common/linux_arm_device_post.conf qt5/mkspecs/devices/common/linux_device_post.conf qt5/mkspecs/devices/common/linux_device_pre.conf @@ -2434,7 +2512,6 @@ qt5/mkspecs/devices/linux-archos-gen8-g++/qplatformdefs.h qt5/mkspecs/devices/linux-arm-amlogic-8726M-g++/qeglfshooks_8726m.cpp qt5/mkspecs/devices/linux-arm-amlogic-8726M-g++/qmake.conf qt5/mkspecs/devices/linux-arm-amlogic-8726M-g++/qplatformdefs.h -qt5/mkspecs/devices/linux-arm-hisilicon-hix5hd2-g++/qeglfshooks_hix5hd2.cpp 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 @@ -2443,15 +2520,17 @@ qt5/mkspecs/devices/linux-beagleboard-g++/qmake.conf qt5/mkspecs/devices/linux-beagleboard-g++/qplatformdefs.h qt5/mkspecs/devices/linux-imx53qsb-g++/qmake.conf qt5/mkspecs/devices/linux-imx53qsb-g++/qplatformdefs.h -qt5/mkspecs/devices/linux-imx6-g++/qeglfshooks_imx6.cpp qt5/mkspecs/devices/linux-imx6-g++/qmake.conf qt5/mkspecs/devices/linux-imx6-g++/qplatformdefs.h qt5/mkspecs/devices/linux-mipsel-broadcom-97425-g++/qdirectfbeglhooks_bcm97425.cpp qt5/mkspecs/devices/linux-mipsel-broadcom-97425-g++/qmake.conf qt5/mkspecs/devices/linux-mipsel-broadcom-97425-g++/qplatformdefs.h -qt5/mkspecs/devices/linux-rasp-pi-g++/qeglfshooks_pi.cpp +qt5/mkspecs/devices/linux-odroid-xu3-g++/qmake.conf +qt5/mkspecs/devices/linux-odroid-xu3-g++/qplatformdefs.h qt5/mkspecs/devices/linux-rasp-pi-g++/qmake.conf qt5/mkspecs/devices/linux-rasp-pi-g++/qplatformdefs.h +qt5/mkspecs/devices/linux-rasp-pi2-g++/qmake.conf +qt5/mkspecs/devices/linux-rasp-pi2-g++/qplatformdefs.h qt5/mkspecs/devices/linux-sh4-stmicro-ST7108-g++/qmake.conf qt5/mkspecs/devices/linux-sh4-stmicro-ST7108-g++/qplatformdefs.h qt5/mkspecs/devices/linux-sh4-stmicro-ST7540-g++/qmake.conf @@ -2477,7 +2556,7 @@ 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/headersclean/tst_headersclean.cpp.in +qt5/mkspecs/features/data/dummy.cpp qt5/mkspecs/features/dbusadaptors.prf qt5/mkspecs/features/dbuscommon.pri qt5/mkspecs/features/dbusinterfaces.prf @@ -2496,6 +2575,7 @@ qt5/mkspecs/features/include_source_dir.prf qt5/mkspecs/features/incredibuild_xge.prf qt5/mkspecs/features/java.prf qt5/mkspecs/features/lex.prf +qt5/mkspecs/features/link_ltcg.prf qt5/mkspecs/features/link_pkgconfig.prf qt5/mkspecs/features/ltcg.prf qt5/mkspecs/features/mac/default_post.prf @@ -2527,7 +2607,6 @@ qt5/mkspecs/features/qt_docs.prf qt5/mkspecs/features/qt_docs_targets.prf qt5/mkspecs/features/qt_example_installs.prf qt5/mkspecs/features/qt_functions.prf -qt5/mkspecs/features/qt_headersclean.prf qt5/mkspecs/features/qt_helper_lib.prf qt5/mkspecs/features/qt_installs.prf qt5/mkspecs/features/qt_module.prf @@ -2540,10 +2619,12 @@ qt5/mkspecs/features/qt_tool.prf qt5/mkspecs/features/resolve_config.prf qt5/mkspecs/features/resolve_target.prf qt5/mkspecs/features/resources.prf +qt5/mkspecs/features/sanitizer.prf qt5/mkspecs/features/silent.prf qt5/mkspecs/features/simd.prf qt5/mkspecs/features/spec_post.prf qt5/mkspecs/features/spec_pre.prf +qt5/mkspecs/features/static_runtime.prf qt5/mkspecs/features/testcase.prf qt5/mkspecs/features/testcase_targets.prf qt5/mkspecs/features/testcocoon.prf @@ -2582,8 +2663,10 @@ qt5/mkspecs/features/win32/stl_off.prf qt5/mkspecs/features/win32/windeployqt.prf qt5/mkspecs/features/win32/windows.prf qt5/mkspecs/features/winrt/console.prf +qt5/mkspecs/features/winrt/default_pre.prf qt5/mkspecs/features/winrt/font_deployment.prf qt5/mkspecs/features/winrt/package_manifest.prf +qt5/mkspecs/features/xctest.prf qt5/mkspecs/features/yacc.prf qt5/mkspecs/freebsd-g++/qmake.conf qt5/mkspecs/freebsd-g++/qplatformdefs.h @@ -2591,6 +2674,8 @@ 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 @@ -2684,6 +2769,7 @@ 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 @@ -2691,6 +2777,9 @@ qt5/mkspecs/macx-llvm/Info.plist.app qt5/mkspecs/macx-llvm/Info.plist.lib qt5/mkspecs/macx-llvm/qmake.conf qt5/mkspecs/macx-llvm/qplatformdefs.h +qt5/mkspecs/macx-xcode/QtTest.plist +qt5/mkspecs/macx-xcode/WorkspaceSettings.xcsettings +qt5/mkspecs/macx-xcode/default.xcscheme qt5/mkspecs/macx-xcode/qmake.conf qt5/mkspecs/macx-xcode/qplatformdefs.h qt5/mkspecs/modules/qt_lib_bootstrap_private.pri @@ -2698,6 +2787,8 @@ qt5/mkspecs/modules/qt_lib_concurrent.pri qt5/mkspecs/modules/qt_lib_concurrent_private.pri qt5/mkspecs/modules/qt_lib_core.pri qt5/mkspecs/modules/qt_lib_core_private.pri +qt5/mkspecs/modules/qt_lib_dbus.pri +qt5/mkspecs/modules/qt_lib_dbus_private.pri qt5/mkspecs/modules/qt_lib_gui.pri qt5/mkspecs/modules/qt_lib_gui_private.pri qt5/mkspecs/modules/qt_lib_network.pri @@ -2715,6 +2806,7 @@ qt5/mkspecs/modules/qt_lib_testlib.pri qt5/mkspecs/modules/qt_lib_testlib_private.pri qt5/mkspecs/modules/qt_lib_widgets.pri qt5/mkspecs/modules/qt_lib_widgets_private.pri +${PLIST.unix}qt5/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri qt5/mkspecs/modules/qt_lib_xml.pri qt5/mkspecs/modules/qt_lib_xml_private.pri qt5/mkspecs/netbsd-g++/qmake.conf @@ -2727,8 +2819,6 @@ qt5/mkspecs/qfeatures.pri qt5/mkspecs/qmodule.pri qt5/mkspecs/qnx-armle-v7-qcc/qmake.conf qt5/mkspecs/qnx-armle-v7-qcc/qplatformdefs.h -qt5/mkspecs/qnx-armv7le-qcc/qmake.conf -qt5/mkspecs/qnx-armv7le-qcc/qplatformdefs.h qt5/mkspecs/qnx-x86-qcc/qmake.conf qt5/mkspecs/qnx-x86-qcc/qplatformdefs.h qt5/mkspecs/sco-cc/qmake.conf @@ -2760,8 +2850,6 @@ 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/integrity-ghs/qmake.conf -qt5/mkspecs/unsupported/integrity-ghs/qplatformdefs.h qt5/mkspecs/unsupported/linux-armcc/qmake.conf qt5/mkspecs/unsupported/linux-armcc/qplatformdefs.h qt5/mkspecs/unsupported/linux-host-g++/qmake.conf @@ -2783,8 +2871,6 @@ 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/unsupported/win32-msvc2003/qmake.conf -qt5/mkspecs/unsupported/win32-msvc2003/qplatformdefs.h qt5/mkspecs/win32-g++/qmake.conf qt5/mkspecs/win32-g++/qplatformdefs.h qt5/mkspecs/win32-icc/qmake.conf @@ -2799,6 +2885,8 @@ 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 @@ -2807,32 +2895,32 @@ 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/winphone-arm-msvc2012/qmake.conf -qt5/mkspecs/winphone-arm-msvc2012/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-msvc2012/qmake.conf -qt5/mkspecs/winphone-x86-msvc2012/qplatformdefs.h qt5/mkspecs/winphone-x86-msvc2013/qmake.conf qt5/mkspecs/winphone-x86-msvc2013/qplatformdefs.h -qt5/mkspecs/winrt-arm-msvc2012/qmake.conf -qt5/mkspecs/winrt-arm-msvc2012/qplatformdefs.h qt5/mkspecs/winrt-arm-msvc2013/qmake.conf qt5/mkspecs/winrt-arm-msvc2013/qplatformdefs.h -qt5/mkspecs/winrt-x64-msvc2012/qmake.conf -qt5/mkspecs/winrt-x64-msvc2012/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-x86-msvc2012/qmake.conf -qt5/mkspecs/winrt-x86-msvc2012/qplatformdefs.h +qt5/mkspecs/winrt-x64-msvc2015/qmake.conf +qt5/mkspecs/winrt-x64-msvc2015/qplatformdefs.h qt5/mkspecs/winrt-x86-msvc2013/qmake.conf qt5/mkspecs/winrt-x86-msvc2013/qplatformdefs.h ${PLIST.mac}qt5/plugins/bearer/libqcorewlanbearer.la +qt5/mkspecs/winrt-x86-msvc2015/qmake.conf +qt5/mkspecs/winrt-x86-msvc2015/qplatformdefs.h qt5/plugins/bearer/libqgenericbearer.la +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 @@ -2841,3 +2929,4 @@ qt5/plugins/platforms/libqoffscreen.la ${PLIST.unix}qt5/plugins/platforms/libqxcb.la ${PLIST.mac}qt5/plugins/printsupport/libcocoaprintersupport.la ${PLIST.cups}qt5/plugins/printsupport/libcupsprintersupport.la +${PLIST.unix}qt5/plugins/xcbglintegrations/libqxcb-glx-integration.la |