diff --git a/Mk/bsd.qt.mk b/Mk/bsd.qt.mk index b65823ece023..551c43f62a88 100644 --- a/Mk/bsd.qt.mk +++ b/Mk/bsd.qt.mk @@ -27,7 +27,7 @@ Qt_Pre_Include= bsd.qt.mk # Qt versions currently supported by the framework. _QT_SUPPORTED?= 4 5 QT4_VERSION?= 4.8.7 -QT5_VERSION?= 5.9.4 +QT5_VERSION?= 5.10.1 _QT_RELNAME= qt${_QT_VERSION:R:R} _QT_VERSION= # empty @@ -68,7 +68,12 @@ DISTNAME= qt-everywhere-opensource-src-${_QT_VERSION} DIST_SUBDIR= KDE . else MASTER_SITE_SUBDIR?= official_releases/qt/${_QT_VERSION:R}/${_QT_VERSION}/submodules/ +# www/qt5-webengine hackery: The tarballs of 5.9.5 had a different naming scheme. +. if ${QT5_VERSION} == "5.9.5" DISTNAME= ${QT_DIST:S,^,qt,:S,$,-opensource-src-${DISTVERSION},} +. else +DISTNAME= ${QT_DIST:S,^,qt,:S,$,-everywhere-src-${DISTVERSION},} +. endif DISTFILES= ${DISTNAME:S,$,${EXTRACT_SUFX},} DIST_SUBDIR= KDE/Qt/${_QT_VERSION} @@ -93,7 +98,7 @@ QT_DIST= 3d activeqt androidextras base canvas3d charts connectivity \ location macextras multimedia networkauth purchasing \ quickcontrols2 quickcontrols remoteobjects script scxml sensors \ serialbus serialport speech svg tools translations \ - virtualkeyboard wayland webchannel webengine websockets webview \ + virtualkeyboard wayland webchannel websockets webview \ winextras x11extras xmlpatterns . endif . endif diff --git a/accessibility/qt5-speech/Makefile b/accessibility/qt5-speech/Makefile index 96746235ffae..a3c1f30444c3 100644 --- a/accessibility/qt5-speech/Makefile +++ b/accessibility/qt5-speech/Makefile @@ -2,7 +2,6 @@ PORTNAME= speech DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= accessibility PKGNAMEPREFIX= qt5- diff --git a/comms/qt5-connectivity/Makefile b/comms/qt5-connectivity/Makefile index 67c8aafaf2f4..7248ec7112b9 100644 --- a/comms/qt5-connectivity/Makefile +++ b/comms/qt5-connectivity/Makefile @@ -2,7 +2,6 @@ PORTNAME= connectivity DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= comms PKGNAMEPREFIX= qt5- diff --git a/comms/qt5-connectivity/pkg-plist b/comms/qt5-connectivity/pkg-plist index d5b72ff186e0..e70e29e4dd06 100644 --- a/comms/qt5-connectivity/pkg-plist +++ b/comms/qt5-connectivity/pkg-plist @@ -63,6 +63,7 @@ %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qlowenergyserviceprivate_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qprivatelinearbuffer_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qtbluetooth-config_p.h +%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qtbluetoothglobal_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/remotedevicemanager_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/serveracceptancethread_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/service_p.h @@ -122,6 +123,7 @@ %%QT_INCDIR%%/QtBluetooth/qlowenergyservice.h %%QT_INCDIR%%/QtBluetooth/qlowenergyservicedata.h %%QT_INCDIR%%/QtBluetooth/qtbluetooth-config.h +%%QT_INCDIR%%/QtBluetooth/qtbluetoothglobal.h %%QT_INCDIR%%/QtBluetooth/qtbluetoothversion.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/adapter_p.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/agent_p.h @@ -158,6 +160,7 @@ %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qnearfieldtarget_neard_p.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qnearfieldtarget_p.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qtlv_p.h +%%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qtnfcglobal_p.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/tag_p.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/targetemulator_p.h %%QT_INCDIR%%/QtNfc/QNdefFilter @@ -187,6 +190,7 @@ %%QT_INCDIR%%/QtNfc/qnearfieldtarget.h %%QT_INCDIR%%/QtNfc/qnfcglobal.h %%QT_INCDIR%%/QtNfc/qqmlndefrecord.h +%%QT_INCDIR%%/QtNfc/qtnfcglobal.h %%QT_INCDIR%%/QtNfc/qtnfcversion.h %%QT_CMAKEDIR%%/Qt5Bluetooth/Qt5BluetoothConfig.cmake %%QT_CMAKEDIR%%/Qt5Bluetooth/Qt5BluetoothConfigVersion.cmake diff --git a/comms/qt5-sensors/Makefile b/comms/qt5-sensors/Makefile index 90640ed6d2e6..9b253262a828 100644 --- a/comms/qt5-sensors/Makefile +++ b/comms/qt5-sensors/Makefile @@ -2,7 +2,6 @@ PORTNAME= sensors DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= comms PKGNAMEPREFIX= qt5- diff --git a/comms/qt5-serialbus/Makefile b/comms/qt5-serialbus/Makefile index 92080554e774..7fc107800cc4 100644 --- a/comms/qt5-serialbus/Makefile +++ b/comms/qt5-serialbus/Makefile @@ -2,7 +2,6 @@ PORTNAME= serialbus DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= comms PKGNAMEPREFIX= qt5- diff --git a/comms/qt5-serialport/Makefile b/comms/qt5-serialport/Makefile index 8947329f2d03..55ba42ccafbd 100644 --- a/comms/qt5-serialport/Makefile +++ b/comms/qt5-serialport/Makefile @@ -2,7 +2,6 @@ PORTNAME= serialport DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= comms PKGNAMEPREFIX= qt5- diff --git a/comms/qt5-serialport/pkg-plist b/comms/qt5-serialport/pkg-plist index 73478f26bff6..6ad1c4eb7eb9 100644 --- a/comms/qt5-serialport/pkg-plist +++ b/comms/qt5-serialport/pkg-plist @@ -1,6 +1,7 @@ %%QT_INCDIR%%/QtSerialPort/%%FULLVER%%/QtSerialPort/private/qserialport_p.h %%QT_INCDIR%%/QtSerialPort/%%FULLVER%%/QtSerialPort/private/qserialportinfo_p.h %%QT_INCDIR%%/QtSerialPort/%%FULLVER%%/QtSerialPort/private/qtudev_p.h +%%QT_INCDIR%%/QtSerialPort/%%FULLVER%%/QtSerialPort/private/qwinoverlappedionotifier_p.h %%QT_INCDIR%%/QtSerialPort/QSerialPort %%QT_INCDIR%%/QtSerialPort/QSerialPortInfo %%QT_INCDIR%%/QtSerialPort/QtSerialPort diff --git a/databases/qt5-sql/Makefile b/databases/qt5-sql/Makefile index 0180a1bdebdc..cb336ee6270c 100644 --- a/databases/qt5-sql/Makefile +++ b/databases/qt5-sql/Makefile @@ -2,7 +2,6 @@ PORTNAME= sql DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= databases PKGNAMEPREFIX= qt5- diff --git a/databases/qt5-sqldrivers-ibase/Makefile b/databases/qt5-sqldrivers-ibase/Makefile index 2d18bc877641..4e833adb9193 100644 --- a/databases/qt5-sqldrivers-ibase/Makefile +++ b/databases/qt5-sqldrivers-ibase/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 DB= IBase DB_DESC= InterBase/Firebird diff --git a/databases/qt5-sqldrivers-mysql/Makefile b/databases/qt5-sqldrivers-mysql/Makefile index 6a1cd1b310e9..2a646204e68e 100644 --- a/databases/qt5-sqldrivers-mysql/Makefile +++ b/databases/qt5-sqldrivers-mysql/Makefile @@ -1,5 +1,4 @@ # $FreeBSD$ -PORTREVISION= 1 DB= MYSQL DB_DESC= MySQL diff --git a/devel/qt5-assistant/Makefile b/devel/qt5-assistant/Makefile index 163b81b24200..75c9d7524b95 100644 --- a/devel/qt5-assistant/Makefile +++ b/devel/qt5-assistant/Makefile @@ -2,7 +2,6 @@ PORTNAME= assistant DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- diff --git a/devel/qt5-buildtools/Makefile b/devel/qt5-buildtools/Makefile index 0c0fe21bef00..cd0caf63ebde 100644 --- a/devel/qt5-buildtools/Makefile +++ b/devel/qt5-buildtools/Makefile @@ -2,7 +2,6 @@ PORTNAME= buildtools DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- diff --git a/devel/qt5-concurrent/Makefile b/devel/qt5-concurrent/Makefile index 386d7d2dfddd..9d5a26f792f9 100644 --- a/devel/qt5-concurrent/Makefile +++ b/devel/qt5-concurrent/Makefile @@ -2,7 +2,6 @@ PORTNAME= concurrent DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- diff --git a/devel/qt5-core/Makefile b/devel/qt5-core/Makefile index adf224d2b584..8fe190588c17 100644 --- a/devel/qt5-core/Makefile +++ b/devel/qt5-core/Makefile @@ -2,7 +2,6 @@ PORTNAME= core DISTVERSION= ${QT5_VERSION} -PORTREVISION= 2 CATEGORIES= devel PKGNAMEPREFIX= qt5- diff --git a/devel/qt5-core/pkg-plist b/devel/qt5-core/pkg-plist index ef0f7328a9e5..17077b1f1450 100644 --- a/devel/qt5-core/pkg-plist +++ b/devel/qt5-core/pkg-plist @@ -1,4 +1,5 @@ %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/cp949codetbl_p.h +%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/minimum-linux_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qabstractanimation_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qabstracteventdispatcher_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qabstractfileengine_p.h @@ -27,6 +28,7 @@ %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qdir_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qdoublescanprint_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qelfparser_p.h +%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qendian_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qeucjpcodec_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qeuckrcodec_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qeventdispatcher_cf_p.h @@ -107,7 +109,6 @@ %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qoperatingsystemversion_win_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qorderedmutexlocker_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qparallelanimationgroup_p.h -%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qpodlist_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qpoll_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qppsattribute_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qppsattributeprivate_p.h @@ -115,6 +116,7 @@ %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qppsobjectprivate_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qprocess_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qpropertyanimation_p.h +%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qrandom_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qreadwritelock_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qresource_iterator_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qresource_p.h @@ -161,7 +163,7 @@ %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qwindowscodec_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qwindowspipereader_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qwindowspipewriter_p.h -%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qwinoverlappedionotifier_p.h +%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qwineventnotifier_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qxmlstream_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qxmlutils_p.h %%QT_INCDIR%%/QtCore/QAbstractAnimation @@ -183,8 +185,10 @@ %%QT_INCDIR%%/QtCore/QAtomicInt %%QT_INCDIR%%/QtCore/QAtomicInteger %%QT_INCDIR%%/QtCore/QAtomicPointer +%%QT_INCDIR%%/QtCore/QBEInteger %%QT_INCDIR%%/QtCore/QBasicMutex %%QT_INCDIR%%/QtCore/QBasicTimer +%%QT_INCDIR%%/QtCore/QBigEndianStorageType %%QT_INCDIR%%/QtCore/QBitArray %%QT_INCDIR%%/QtCore/QBitRef %%QT_INCDIR%%/QtCore/QBuffer @@ -273,6 +277,8 @@ %%QT_INCDIR%%/QtCore/QJsonValuePtr %%QT_INCDIR%%/QtCore/QJsonValueRef %%QT_INCDIR%%/QtCore/QJsonValueRefPtr +%%QT_INCDIR%%/QtCore/QKeyValueIterator +%%QT_INCDIR%%/QtCore/QLEInteger %%QT_INCDIR%%/QtCore/QLatin1Char %%QT_INCDIR%%/QtCore/QLatin1Literal %%QT_INCDIR%%/QtCore/QLatin1String @@ -288,6 +294,7 @@ %%QT_INCDIR%%/QtCore/QListData %%QT_INCDIR%%/QtCore/QListIterator %%QT_INCDIR%%/QtCore/QListSpecialMethods +%%QT_INCDIR%%/QtCore/QLittleEndianStorageType %%QT_INCDIR%%/QtCore/QLocale %%QT_INCDIR%%/QtCore/QLockFile %%QT_INCDIR%%/QtCore/QLoggingCategory @@ -346,6 +353,8 @@ %%QT_INCDIR%%/QtCore/QProcessEnvironment %%QT_INCDIR%%/QtCore/QPropertyAnimation %%QT_INCDIR%%/QtCore/QQueue +%%QT_INCDIR%%/QtCore/QRandomGenerator +%%QT_INCDIR%%/QtCore/QRandomGenerator64 %%QT_INCDIR%%/QtCore/QReadLocker %%QT_INCDIR%%/QtCore/QReadWriteLock %%QT_INCDIR%%/QtCore/QRect @@ -367,6 +376,7 @@ %%QT_INCDIR%%/QtCore/QScopedPointerPodDeleter %%QT_INCDIR%%/QtCore/QScopedValueRollback %%QT_INCDIR%%/QtCore/QSemaphore +%%QT_INCDIR%%/QtCore/QSemaphoreReleaser %%QT_INCDIR%%/QtCore/QSequentialAnimationGroup %%QT_INCDIR%%/QtCore/QSequentialIterable %%QT_INCDIR%%/QtCore/QSet @@ -383,6 +393,7 @@ %%QT_INCDIR%%/QtCore/QSizeF %%QT_INCDIR%%/QtCore/QSocketNotifier %%QT_INCDIR%%/QtCore/QSortFilterProxyModel +%%QT_INCDIR%%/QtCore/QSpecialInteger %%QT_INCDIR%%/QtCore/QStack %%QT_INCDIR%%/QtCore/QStandardPaths %%QT_INCDIR%%/QtCore/QState @@ -395,14 +406,17 @@ %%QT_INCDIR%%/QtCore/QStaticStringData %%QT_INCDIR%%/QtCore/QStorageInfo %%QT_INCDIR%%/QtCore/QString +%%QT_INCDIR%%/QtCore/QStringAlgorithms %%QT_INCDIR%%/QtCore/QStringBuilder %%QT_INCDIR%%/QtCore/QStringData %%QT_INCDIR%%/QtCore/QStringDataPtr %%QT_INCDIR%%/QtCore/QStringList %%QT_INCDIR%%/QtCore/QStringListIterator %%QT_INCDIR%%/QtCore/QStringListModel +%%QT_INCDIR%%/QtCore/QStringLiteral %%QT_INCDIR%%/QtCore/QStringMatcher %%QT_INCDIR%%/QtCore/QStringRef +%%QT_INCDIR%%/QtCore/QStringView %%QT_INCDIR%%/QtCore/QSysInfo %%QT_INCDIR%%/QtCore/QSystemSemaphore %%QT_INCDIR%%/QtCore/QTemporaryDir @@ -596,6 +610,7 @@ %%QT_INCDIR%%/QtCore/qprocessordetection.h %%QT_INCDIR%%/QtCore/qpropertyanimation.h %%QT_INCDIR%%/QtCore/qqueue.h +%%QT_INCDIR%%/QtCore/qrandom.h %%QT_INCDIR%%/QtCore/qreadwritelock.h %%QT_INCDIR%%/QtCore/qrect.h %%QT_INCDIR%%/QtCore/qrefcount.h @@ -626,10 +641,13 @@ %%QT_INCDIR%%/QtCore/qstatemachine.h %%QT_INCDIR%%/QtCore/qstorageinfo.h %%QT_INCDIR%%/QtCore/qstring.h +%%QT_INCDIR%%/QtCore/qstringalgorithms.h %%QT_INCDIR%%/QtCore/qstringbuilder.h %%QT_INCDIR%%/QtCore/qstringlist.h %%QT_INCDIR%%/QtCore/qstringlistmodel.h +%%QT_INCDIR%%/QtCore/qstringliteral.h %%QT_INCDIR%%/QtCore/qstringmatcher.h +%%QT_INCDIR%%/QtCore/qstringview.h %%QT_INCDIR%%/QtCore/qsysinfo.h %%QT_INCDIR%%/QtCore/qsystemdetection.h %%QT_INCDIR%%/QtCore/qsystemsemaphore.h diff --git a/devel/qt5-dbus/Makefile b/devel/qt5-dbus/Makefile index b1b1607de83a..9db2eb3c436e 100644 --- a/devel/qt5-dbus/Makefile +++ b/devel/qt5-dbus/Makefile @@ -2,7 +2,6 @@ PORTNAME= dbus DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- diff --git a/devel/qt5-designer/Makefile b/devel/qt5-designer/Makefile index 90b7f62f3dca..23680fb04add 100644 --- a/devel/qt5-designer/Makefile +++ b/devel/qt5-designer/Makefile @@ -2,7 +2,6 @@ PORTNAME= designer DISTVERSION= ${QT5_VERSION} -PORTREVISION= 4 CATEGORIES= devel PKGNAMEPREFIX= qt5- diff --git a/devel/qt5-designer/pkg-plist b/devel/qt5-designer/pkg-plist index 916e3601eb1e..f98a8c8d9dbc 100644 --- a/devel/qt5-designer/pkg-plist +++ b/devel/qt5-designer/pkg-plist @@ -71,6 +71,7 @@ %%QT_INCDIR%%/QtDesigner/%%FULLVER%%/QtDesigner/private/rcc_p.h %%QT_INCDIR%%/QtDesigner/%%FULLVER%%/QtDesigner/private/resourcebuilder_p.h %%QT_INCDIR%%/QtDesigner/%%FULLVER%%/QtDesigner/private/richtexteditor_p.h +%%QT_INCDIR%%/QtDesigner/%%FULLVER%%/QtDesigner/private/selectsignaldialog_p.h %%QT_INCDIR%%/QtDesigner/%%FULLVER%%/QtDesigner/private/shared_enums_p.h %%QT_INCDIR%%/QtDesigner/%%FULLVER%%/QtDesigner/private/shared_global_p.h %%QT_INCDIR%%/QtDesigner/%%FULLVER%%/QtDesigner/private/shared_settings_p.h diff --git a/devel/qt5-help/Makefile b/devel/qt5-help/Makefile index daf48afb04b3..8c4fb90f4d32 100644 --- a/devel/qt5-help/Makefile +++ b/devel/qt5-help/Makefile @@ -2,7 +2,6 @@ PORTNAME= help DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- diff --git a/devel/qt5-linguist/Makefile b/devel/qt5-linguist/Makefile index b0d86d4bbe6e..ce8b21165e00 100644 --- a/devel/qt5-linguist/Makefile +++ b/devel/qt5-linguist/Makefile @@ -2,7 +2,6 @@ PORTNAME= linguist DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- diff --git a/devel/qt5-linguisttools/Makefile b/devel/qt5-linguisttools/Makefile index e1c881c704e8..9a4d7248e80c 100644 --- a/devel/qt5-linguisttools/Makefile +++ b/devel/qt5-linguisttools/Makefile @@ -2,7 +2,6 @@ PORTNAME= linguisttools DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- diff --git a/devel/qt5-location/Makefile b/devel/qt5-location/Makefile index 329698b62630..fce2cf053bb2 100644 --- a/devel/qt5-location/Makefile +++ b/devel/qt5-location/Makefile @@ -2,7 +2,6 @@ PORTNAME= location DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- diff --git a/devel/qt5-location/pkg-plist b/devel/qt5-location/pkg-plist index 87ebb7ce90e6..05065e1df117 100644 --- a/devel/qt5-location/pkg-plist +++ b/devel/qt5-location/pkg-plist @@ -202,6 +202,7 @@ %%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qgeocoordinate_p.h %%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qgeolocation_p.h %%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qgeopath_p.h +%%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qgeopositioninfo_p.h %%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qgeopositioninfosource_p.h %%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qgeorectangle_p.h %%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qgeoshape_p.h @@ -218,6 +219,8 @@ %%QT_INCDIR%%/QtPositioning/QGeoCoordinate %%QT_INCDIR%%/QtPositioning/QGeoLocation %%QT_INCDIR%%/QtPositioning/QGeoPath +%%QT_INCDIR%%/QtPositioning/QGeoPolygon +%%QT_INCDIR%%/QtPositioning/QGeoPolygonPrivate %%QT_INCDIR%%/QtPositioning/QGeoPositionInfo %%QT_INCDIR%%/QtPositioning/QGeoPositionInfoSource %%QT_INCDIR%%/QtPositioning/QGeoPositionInfoSourceFactory @@ -236,6 +239,7 @@ %%QT_INCDIR%%/QtPositioning/qgeocoordinate.h %%QT_INCDIR%%/QtPositioning/qgeolocation.h %%QT_INCDIR%%/QtPositioning/qgeopath.h +%%QT_INCDIR%%/QtPositioning/qgeopolygon.h %%QT_INCDIR%%/QtPositioning/qgeopositioninfo.h %%QT_INCDIR%%/QtPositioning/qgeopositioninfosource.h %%QT_INCDIR%%/QtPositioning/qgeopositioninfosourcefactory.h diff --git a/devel/qt5-qdbus/Makefile b/devel/qt5-qdbus/Makefile index 8c9d97ff0c21..16b420d45efc 100644 --- a/devel/qt5-qdbus/Makefile +++ b/devel/qt5-qdbus/Makefile @@ -2,7 +2,6 @@ PORTNAME= qdbus DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- diff --git a/devel/qt5-qdbusviewer/Makefile b/devel/qt5-qdbusviewer/Makefile index 87e3809ce650..3e4d0e7cb036 100644 --- a/devel/qt5-qdbusviewer/Makefile +++ b/devel/qt5-qdbusviewer/Makefile @@ -2,7 +2,6 @@ PORTNAME= qdbusviewer DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- diff --git a/devel/qt5-qdoc-data/Makefile b/devel/qt5-qdoc-data/Makefile index de3a04c4e488..1af096a6bd4f 100644 --- a/devel/qt5-qdoc-data/Makefile +++ b/devel/qt5-qdoc-data/Makefile @@ -6,11 +6,10 @@ PORTNAME= qdoc-data DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel textproc MASTER_SITES= QT/official_releases/qt/${QT5_VERSION:R}/${QT5_VERSION}/submodules/ PKGNAMEPREFIX= qt5- -DISTNAME= qtbase-opensource-src-${QT5_VERSION} +DISTNAME= qtbase-everywhere-src-${QT5_VERSION} DIST_SUBDIR= KDE/Qt/${QT5_VERSION} MAINTAINER= kde@FreeBSD.org diff --git a/devel/qt5-qdoc/Makefile b/devel/qt5-qdoc/Makefile index 3509b48a969d..eee3e4e3c0fe 100644 --- a/devel/qt5-qdoc/Makefile +++ b/devel/qt5-qdoc/Makefile @@ -2,7 +2,6 @@ PORTNAME= qdoc DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel textproc PKGNAMEPREFIX= qt5- diff --git a/devel/qt5-qmake/Makefile b/devel/qt5-qmake/Makefile index 68294df68e5a..89d2e7bb7f33 100644 --- a/devel/qt5-qmake/Makefile +++ b/devel/qt5-qmake/Makefile @@ -2,7 +2,6 @@ PORTNAME= qmake DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- @@ -10,12 +9,13 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Qt Makefile generator USE_QT5= # empty -USES= compiler:c++11-lib pkgconfig shebangfix +USES= compiler:c++11-lib gmake pkgconfig \ + python:build shebangfix SHEBANG_FILES= util/harfbuzz/update-harfbuzz \ util/unicode/x11/makeencodings \ src/3rdparty/freetype/src/tools/afblue.pl \ mkspecs/features/data/mac/objc_namespace.sh \ - mkspecs/features/uikit/devices.pl \ + mkspecs/features/uikit/devices.py \ mkspecs/features/uikit/device_destinations.sh QT_DIST= base diff --git a/devel/qt5-qmake/pkg-plist b/devel/qt5-qmake/pkg-plist index e4cd56d807fd..121fec0ff778 100644 --- a/devel/qt5-qmake/pkg-plist +++ b/devel/qt5-qmake/pkg-plist @@ -60,6 +60,7 @@ %%QT_MKSPECDIR%%/common/uikit/qmake.conf %%QT_MKSPECDIR%%/common/unix.conf %%QT_MKSPECDIR%%/common/watchos.conf +%%QT_MKSPECDIR%%/common/windows-vulkan.conf %%QT_MKSPECDIR%%/common/winrt_winphone/assets/logo_150x150.png %%QT_MKSPECDIR%%/common/winrt_winphone/assets/logo_30x30.png %%QT_MKSPECDIR%%/common/winrt_winphone/assets/logo_310x150.png @@ -150,6 +151,8 @@ %%QT_MKSPECDIR%%/devices/linux-snowball-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-tegra2-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-tegra2-g++/qplatformdefs.h +%%QT_MKSPECDIR%%/devices/linux-tinkerboard-g++/qmake.conf +%%QT_MKSPECDIR%%/devices/linux-tinkerboard-g++/qplatformdefs.h %%QT_MKSPECDIR%%/dummy/qmake.conf %%QT_MKSPECDIR%%/features/android/android.prf %%QT_MKSPECDIR%%/features/android/android_deployment_settings.prf @@ -199,6 +202,7 @@ %%QT_MKSPECDIR%%/features/mac/asset_catalogs.prf %%QT_MKSPECDIR%%/features/mac/default_post.prf %%QT_MKSPECDIR%%/features/mac/default_pre.prf +%%QT_MKSPECDIR%%/features/mac/mac.prf %%QT_MKSPECDIR%%/features/mac/objective_c.prf %%QT_MKSPECDIR%%/features/mac/rez.prf %%QT_MKSPECDIR%%/features/mac/sdk.prf @@ -259,7 +263,7 @@ %%QT_MKSPECDIR%%/features/uikit/default_post.prf %%QT_MKSPECDIR%%/features/uikit/default_pre.prf %%QT_MKSPECDIR%%/features/uikit/device_destinations.sh -%%QT_MKSPECDIR%%/features/uikit/devices.pl +%%QT_MKSPECDIR%%/features/uikit/devices.py %%QT_MKSPECDIR%%/features/uikit/exclusive_builds_post.prf %%QT_MKSPECDIR%%/features/uikit/qt.prf %%QT_MKSPECDIR%%/features/uikit/qt_parts.prf @@ -267,6 +271,7 @@ %%QT_MKSPECDIR%%/features/uikit/sdk.prf %%QT_MKSPECDIR%%/features/uikit/testcase.prf %%QT_MKSPECDIR%%/features/uikit/testcase_targets.prf +%%QT_MKSPECDIR%%/features/uikit/watchos_coretext.prf %%QT_MKSPECDIR%%/features/uikit/xcodebuild.mk %%QT_MKSPECDIR%%/features/uikit/xcodebuild.prf %%QT_MKSPECDIR%%/features/unix/bsymbolic_functions.prf @@ -340,6 +345,8 @@ %%QT_MKSPECDIR%%/linux-icc-32/qplatformdefs.h %%QT_MKSPECDIR%%/linux-icc-64/qmake.conf %%QT_MKSPECDIR%%/linux-icc-64/qplatformdefs.h +%%QT_MKSPECDIR%%/linux-icc-k1om/qmake.conf +%%QT_MKSPECDIR%%/linux-icc-k1om/qplatformdefs.h %%QT_MKSPECDIR%%/linux-icc/qmake.conf %%QT_MKSPECDIR%%/linux-icc/qplatformdefs.h %%QT_MKSPECDIR%%/linux-llvm/qmake.conf @@ -433,6 +440,8 @@ %%QT_MKSPECDIR%%/win32-clang-msvc/qplatformdefs.h %%QT_MKSPECDIR%%/win32-g++/qmake.conf %%QT_MKSPECDIR%%/win32-g++/qplatformdefs.h +%%QT_MKSPECDIR%%/win32-icc-k1om/qmake.conf +%%QT_MKSPECDIR%%/win32-icc-k1om/qplatformdefs.h %%QT_MKSPECDIR%%/win32-icc/qmake.conf %%QT_MKSPECDIR%%/win32-icc/qplatformdefs.h %%QT_MKSPECDIR%%/win32-msvc/qmake.conf diff --git a/devel/qt5-script/Makefile b/devel/qt5-script/Makefile index a479df32ec15..75f45afe9b34 100644 --- a/devel/qt5-script/Makefile +++ b/devel/qt5-script/Makefile @@ -2,7 +2,6 @@ PORTNAME= script DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- diff --git a/devel/qt5-scripttools/Makefile b/devel/qt5-scripttools/Makefile index 441a125facfd..369ecd813f13 100644 --- a/devel/qt5-scripttools/Makefile +++ b/devel/qt5-scripttools/Makefile @@ -2,7 +2,6 @@ PORTNAME= scripttools DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- diff --git a/devel/qt5-scxml/Makefile b/devel/qt5-scxml/Makefile index 3f6f1a192a92..6b5bac09bb0b 100644 --- a/devel/qt5-scxml/Makefile +++ b/devel/qt5-scxml/Makefile @@ -2,7 +2,6 @@ PORTNAME= scxml DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- diff --git a/devel/qt5-testlib/Makefile b/devel/qt5-testlib/Makefile index 26e02cdc2d02..e818285a89b9 100644 --- a/devel/qt5-testlib/Makefile +++ b/devel/qt5-testlib/Makefile @@ -2,7 +2,6 @@ PORTNAME= testlib DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- diff --git a/devel/qt5-uitools/Makefile b/devel/qt5-uitools/Makefile index dfa013f737ea..623b02d98ad2 100644 --- a/devel/qt5-uitools/Makefile +++ b/devel/qt5-uitools/Makefile @@ -2,7 +2,6 @@ PORTNAME= uitools DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- diff --git a/devel/qt5-uitools/files/patch-src__designer__src__src.pro b/devel/qt5-uitools/files/patch-src__designer__src__src.pro index 986de795bb49..b449517f01e0 100644 --- a/devel/qt5-uitools/files/patch-src__designer__src__src.pro +++ b/devel/qt5-uitools/files/patch-src__designer__src__src.pro @@ -3,22 +3,26 @@ missing dependencies. --- src/designer/src/src.pro +++ src/designer/src/src.pro -@@ -2,22 +2,4 @@ TEMPLATE = subdirs - +@@ -3,26 +3,3 @@ TEMPLATE = subdirs SUBDIRS = \ uiplugin \ -- uitools \ -- lib \ -- components \ -- designer + uitools +- +-qtConfig(process) { +- SUBDIRS += \ +- lib \ +- components \ +- designer +- +- lib.depends = uiplugin +- components.depends = lib +- designer.depends = components +- plugins.depends = lib - --contains(QT_CONFIG, shared): SUBDIRS += plugins +- contains(QT_CONFIG, shared): SUBDIRS += plugins +-} - -uitools.depends = uiplugin --lib.depends = uiplugin --components.depends = lib --designer.depends = components --plugins.depends = lib - -qtNomakeTools( \ - lib \ @@ -26,4 +30,3 @@ missing dependencies. - designer \ - plugins \ -) -+ uitools diff --git a/devel/qt5/distinfo b/devel/qt5/distinfo index 78e414e66860..497bd7d1aca9 100644 --- a/devel/qt5/distinfo +++ b/devel/qt5/distinfo @@ -1,79 +1,77 @@ -TIMESTAMP = 1516792204 -SHA256 (KDE/Qt/5.9.4/qt3d-opensource-src-5.9.4.tar.xz) = ad18b1c98a100025a96d600008c9478f646432c9e8cf11fb9a405c55f1970550 -SIZE (KDE/Qt/5.9.4/qt3d-opensource-src-5.9.4.tar.xz) = 28007244 -SHA256 (KDE/Qt/5.9.4/qtactiveqt-opensource-src-5.9.4.tar.xz) = 5664c60bb4f68531070770dc3df6279fc736337660bdf0f9da3fb7be145ac5aa -SIZE (KDE/Qt/5.9.4/qtactiveqt-opensource-src-5.9.4.tar.xz) = 257000 -SHA256 (KDE/Qt/5.9.4/qtandroidextras-opensource-src-5.9.4.tar.xz) = 6cc04b43f4adac7f1ce9b7df0e6352c1c8cb3cf83d5e3fe176f72b8ee8b133d5 -SIZE (KDE/Qt/5.9.4/qtandroidextras-opensource-src-5.9.4.tar.xz) = 75904 -SHA256 (KDE/Qt/5.9.4/qtbase-opensource-src-5.9.4.tar.xz) = 69e6bde3ab00673a77e1506173551fec7d0cd899fcbf9b1260517db1b61004cf -SIZE (KDE/Qt/5.9.4/qtbase-opensource-src-5.9.4.tar.xz) = 45182168 -SHA256 (KDE/Qt/5.9.4/qtcanvas3d-opensource-src-5.9.4.tar.xz) = ef358503e2f243c2e162c3fef2181707ff3485376198d8e4fcc6d979e6ebed29 -SIZE (KDE/Qt/5.9.4/qtcanvas3d-opensource-src-5.9.4.tar.xz) = 10859116 -SHA256 (KDE/Qt/5.9.4/qtcharts-opensource-src-5.9.4.tar.xz) = 75f72983fde6720a093d5f065d33f47e77a4bd2188ae9d41ebb9a4fcc459d3e7 -SIZE (KDE/Qt/5.9.4/qtcharts-opensource-src-5.9.4.tar.xz) = 4158264 -SHA256 (KDE/Qt/5.9.4/qtconnectivity-opensource-src-5.9.4.tar.xz) = dba750363bf55648a08bc44372f423d31f405f6deac5393f0b76376a3e9e0c8b -SIZE (KDE/Qt/5.9.4/qtconnectivity-opensource-src-5.9.4.tar.xz) = 2724048 -SHA256 (KDE/Qt/5.9.4/qtdatavis3d-opensource-src-5.9.4.tar.xz) = 5bc2c974fc00dbb06545741330c6e666cd1a330e58a0ec662bb79ee0b075fcbd -SIZE (KDE/Qt/5.9.4/qtdatavis3d-opensource-src-5.9.4.tar.xz) = 5164120 -SHA256 (KDE/Qt/5.9.4/qtdeclarative-opensource-src-5.9.4.tar.xz) = dc638a3b207dd2c6607a21415f6dd8d760568535dfe4b485fdb4576c98832d65 -SIZE (KDE/Qt/5.9.4/qtdeclarative-opensource-src-5.9.4.tar.xz) = 21454140 -SHA256 (KDE/Qt/5.9.4/qtdoc-opensource-src-5.9.4.tar.xz) = 09a16634841aa384e0b6196772d7ed0ba94698d37eb05261e2965e11a535aed2 -SIZE (KDE/Qt/5.9.4/qtdoc-opensource-src-5.9.4.tar.xz) = 2894136 -SHA256 (KDE/Qt/5.9.4/qtgamepad-opensource-src-5.9.4.tar.xz) = ce5076d2c5497e6c15e0dfd3ec91f0e3076483edbbf764e75f184580af5226b2 -SIZE (KDE/Qt/5.9.4/qtgamepad-opensource-src-5.9.4.tar.xz) = 364708 -SHA256 (KDE/Qt/5.9.4/qtgraphicaleffects-opensource-src-5.9.4.tar.xz) = 97f75327d7d20ec02e920f1c86ee2bc4063396833d93215e509e95c58e24b8ef -SIZE (KDE/Qt/5.9.4/qtgraphicaleffects-opensource-src-5.9.4.tar.xz) = 14480512 -SHA256 (KDE/Qt/5.9.4/qtimageformats-opensource-src-5.9.4.tar.xz) = 69e17081a8649b7db138073942d07d2e99f78f4b954ccd6aab3a406e92dbddd9 -SIZE (KDE/Qt/5.9.4/qtimageformats-opensource-src-5.9.4.tar.xz) = 2106852 -SHA256 (KDE/Qt/5.9.4/qtlocation-opensource-src-5.9.4.tar.xz) = 37ed68b0243a30b836cda79802e3f33404b1792f7b845a25b2e4989dc2fed2a0 -SIZE (KDE/Qt/5.9.4/qtlocation-opensource-src-5.9.4.tar.xz) = 5405252 -SHA256 (KDE/Qt/5.9.4/qtmacextras-opensource-src-5.9.4.tar.xz) = 8be3834e6e1a5f6c22525c90ed4d08e7f95245d6de3e3e7dab81cceab5e90a48 -SIZE (KDE/Qt/5.9.4/qtmacextras-opensource-src-5.9.4.tar.xz) = 48568 -SHA256 (KDE/Qt/5.9.4/qtmultimedia-opensource-src-5.9.4.tar.xz) = 4952a00712e209ad34241b22cb338bad2f44c42a77316b3b05389faeee1e4e74 -SIZE (KDE/Qt/5.9.4/qtmultimedia-opensource-src-5.9.4.tar.xz) = 3608792 -SHA256 (KDE/Qt/5.9.4/qtnetworkauth-opensource-src-5.9.4.tar.xz) = 9d51b5cae4a65c2f010b81f37a5aff492716204f4378c7c7fa6f1598eec40c57 -SIZE (KDE/Qt/5.9.4/qtnetworkauth-opensource-src-5.9.4.tar.xz) = 112244 -SHA256 (KDE/Qt/5.9.4/qtpurchasing-opensource-src-5.9.4.tar.xz) = 1a7365a85b6fc2a51c47585f67ff349b72fa976e29bb6cc6c6415d13f8465323 -SIZE (KDE/Qt/5.9.4/qtpurchasing-opensource-src-5.9.4.tar.xz) = 187684 -SHA256 (KDE/Qt/5.9.4/qtquickcontrols2-opensource-src-5.9.4.tar.xz) = 1528a7a356e7073f5eeca93ba6e3330ba708d31c3a8f10dc1ce4546d9557640c -SIZE (KDE/Qt/5.9.4/qtquickcontrols2-opensource-src-5.9.4.tar.xz) = 4153488 -SHA256 (KDE/Qt/5.9.4/qtquickcontrols-opensource-src-5.9.4.tar.xz) = 16a205a09bfe9d54c38e9ef555e6f1ecd082576ef2a33cb80b6d49a7ccaed98b -SIZE (KDE/Qt/5.9.4/qtquickcontrols-opensource-src-5.9.4.tar.xz) = 5945756 -SHA256 (KDE/Qt/5.9.4/qtremoteobjects-opensource-src-5.9.4.tar.xz) = cbb812560f2d615140adbfb44a4151366dbe5b53f15697012b84827d550365f1 -SIZE (KDE/Qt/5.9.4/qtremoteobjects-opensource-src-5.9.4.tar.xz) = 282008 -SHA256 (KDE/Qt/5.9.4/qtscript-opensource-src-5.9.4.tar.xz) = 4045da078600b5928f8206341c442cc7f5eec8c51f477f7367072ab5c28ee053 -SIZE (KDE/Qt/5.9.4/qtscript-opensource-src-5.9.4.tar.xz) = 2612372 -SHA256 (KDE/Qt/5.9.4/qtscxml-opensource-src-5.9.4.tar.xz) = 1decc54e157a1492066fe0e7d534c6a9888c096731af7cac9b64c52fd3950b75 -SIZE (KDE/Qt/5.9.4/qtscxml-opensource-src-5.9.4.tar.xz) = 414280 -SHA256 (KDE/Qt/5.9.4/qtsensors-opensource-src-5.9.4.tar.xz) = 793f3aa056b7ce9ae91acb599eab80525983e5e973bb4a2fdba82776ec9cd458 -SIZE (KDE/Qt/5.9.4/qtsensors-opensource-src-5.9.4.tar.xz) = 1994992 -SHA256 (KDE/Qt/5.9.4/qtserialbus-opensource-src-5.9.4.tar.xz) = ce91402e9781ef6ff37e313ce504b7f6fecb74e83d57d640fcbf82f1133fcbc4 -SIZE (KDE/Qt/5.9.4/qtserialbus-opensource-src-5.9.4.tar.xz) = 279352 -SHA256 (KDE/Qt/5.9.4/qtserialport-opensource-src-5.9.4.tar.xz) = 0c3d8e2908743c167113ce27be7b685e6f5c827c108107411d0c4c8b2f2b519c -SIZE (KDE/Qt/5.9.4/qtserialport-opensource-src-5.9.4.tar.xz) = 273252 -SHA256 (KDE/Qt/5.9.4/qtspeech-opensource-src-5.9.4.tar.xz) = 1d208d1359abaaaa2627800fec6013b5dcdba190ebc658da3d56b3de6386089e -SIZE (KDE/Qt/5.9.4/qtspeech-opensource-src-5.9.4.tar.xz) = 80860 -SHA256 (KDE/Qt/5.9.4/qtsvg-opensource-src-5.9.4.tar.xz) = a2f22732bfd4f0f0204443daaa59448298ab5018750dce4600d01d969355037a -SIZE (KDE/Qt/5.9.4/qtsvg-opensource-src-5.9.4.tar.xz) = 1778072 -SHA256 (KDE/Qt/5.9.4/qttools-opensource-src-5.9.4.tar.xz) = 95aa5782d5a79be22fba36cea4dc2319cf2a2060a3cc1e24e6585b8d98996e87 -SIZE (KDE/Qt/5.9.4/qttools-opensource-src-5.9.4.tar.xz) = 9779504 -SHA256 (KDE/Qt/5.9.4/qttranslations-opensource-src-5.9.4.tar.xz) = e5cf81f88cc6811166ea631e6b7faa869a578a910dce61e951f98ff83f27bad6 -SIZE (KDE/Qt/5.9.4/qttranslations-opensource-src-5.9.4.tar.xz) = 1451972 -SHA256 (KDE/Qt/5.9.4/qtvirtualkeyboard-opensource-src-5.9.4.tar.xz) = bf742a886054f12a73621952879cf7a2182304c498bc31ec8a61ef376b07e1ee -SIZE (KDE/Qt/5.9.4/qtvirtualkeyboard-opensource-src-5.9.4.tar.xz) = 10026856 -SHA256 (KDE/Qt/5.9.4/qtwayland-opensource-src-5.9.4.tar.xz) = 3f7496522013e6122bb8dc00d0c3cc7753a44dca94fa3b22096eaa21e6099874 -SIZE (KDE/Qt/5.9.4/qtwayland-opensource-src-5.9.4.tar.xz) = 314932 -SHA256 (KDE/Qt/5.9.4/qtwebchannel-opensource-src-5.9.4.tar.xz) = 90303a72da63f250b6d6731b74827b0a1764904aac790a7264a3f65c94039aa9 -SIZE (KDE/Qt/5.9.4/qtwebchannel-opensource-src-5.9.4.tar.xz) = 147456 -SHA256 (KDE/Qt/5.9.4/qtwebengine-opensource-src-5.9.4.tar.xz) = 04b4305489b326bbbfe32b5f1da4a33ae034e54130776e3616b9e6d45a5a8271 -SIZE (KDE/Qt/5.9.4/qtwebengine-opensource-src-5.9.4.tar.xz) = 217337248 -SHA256 (KDE/Qt/5.9.4/qtwebsockets-opensource-src-5.9.4.tar.xz) = 72970209f0d4260d11688d3d38d9e953d7fa4309a8a55e2c32726a545333e800 -SIZE (KDE/Qt/5.9.4/qtwebsockets-opensource-src-5.9.4.tar.xz) = 199492 -SHA256 (KDE/Qt/5.9.4/qtwebview-opensource-src-5.9.4.tar.xz) = 8fe7996518168f03c74b33721d9395ad0d2c730645671a0f3b406ae657872196 -SIZE (KDE/Qt/5.9.4/qtwebview-opensource-src-5.9.4.tar.xz) = 108684 -SHA256 (KDE/Qt/5.9.4/qtwinextras-opensource-src-5.9.4.tar.xz) = 0f8651ff3addc560910ec8070649febf71e0deea44a67c9dff26a60e4ef89786 -SIZE (KDE/Qt/5.9.4/qtwinextras-opensource-src-5.9.4.tar.xz) = 745200 -SHA256 (KDE/Qt/5.9.4/qtx11extras-opensource-src-5.9.4.tar.xz) = 879b18c44550e1be86c29adcca555c92915aab9222c40384beae2f7aa22b22a8 -SIZE (KDE/Qt/5.9.4/qtx11extras-opensource-src-5.9.4.tar.xz) = 76604 -SHA256 (KDE/Qt/5.9.4/qtxmlpatterns-opensource-src-5.9.4.tar.xz) = faf51ad39e5c2b856b38989c79d69253ad74d4b8d3278d4aaa79d3c547047f79 -SIZE (KDE/Qt/5.9.4/qtxmlpatterns-opensource-src-5.9.4.tar.xz) = 1361036 +TIMESTAMP = 1526163019 +SHA256 (KDE/Qt/5.10.1/qt3d-everywhere-src-5.10.1.tar.xz) = 041fb42536a72bbf9be17a6f52d4b73ce93fb98b456fd63503cc47d80d196b3b +SIZE (KDE/Qt/5.10.1/qt3d-everywhere-src-5.10.1.tar.xz) = 28788336 +SHA256 (KDE/Qt/5.10.1/qtactiveqt-everywhere-src-5.10.1.tar.xz) = 9021ab7e34b10b30a80d6f5e2474afa8faea10792867d459b53dd11ba23891e4 +SIZE (KDE/Qt/5.10.1/qtactiveqt-everywhere-src-5.10.1.tar.xz) = 273656 +SHA256 (KDE/Qt/5.10.1/qtandroidextras-everywhere-src-5.10.1.tar.xz) = 767e3bf6fccfd6c4ce5a8bb0c53c2771ad7226d0362c91e42b7629c2df71550e +SIZE (KDE/Qt/5.10.1/qtandroidextras-everywhere-src-5.10.1.tar.xz) = 104360 +SHA256 (KDE/Qt/5.10.1/qtbase-everywhere-src-5.10.1.tar.xz) = d8660e189caa5da5142d5894d328b61a4d3ee9750b76d61ad74e4eee8765a969 +SIZE (KDE/Qt/5.10.1/qtbase-everywhere-src-5.10.1.tar.xz) = 46024708 +SHA256 (KDE/Qt/5.10.1/qtcanvas3d-everywhere-src-5.10.1.tar.xz) = de829a8e6aa4b8496048e9b6f3bff306a80c35935855a94426025ddfb8bcb0c0 +SIZE (KDE/Qt/5.10.1/qtcanvas3d-everywhere-src-5.10.1.tar.xz) = 10883148 +SHA256 (KDE/Qt/5.10.1/qtcharts-everywhere-src-5.10.1.tar.xz) = 4f0d577bf73dd2bbb2765c2cfb493a2d68790fc2c64f42544d31dba806321ec9 +SIZE (KDE/Qt/5.10.1/qtcharts-everywhere-src-5.10.1.tar.xz) = 4244768 +SHA256 (KDE/Qt/5.10.1/qtconnectivity-everywhere-src-5.10.1.tar.xz) = 652821dc6819658ec4bc1a6bf149fd7a61008748ff4745b54f038ccf276d3ec9 +SIZE (KDE/Qt/5.10.1/qtconnectivity-everywhere-src-5.10.1.tar.xz) = 2754972 +SHA256 (KDE/Qt/5.10.1/qtdatavis3d-everywhere-src-5.10.1.tar.xz) = 63811fef1427f2ed4fd8bea4e1fc100a4b58982709f14f277c4e54999091c85b +SIZE (KDE/Qt/5.10.1/qtdatavis3d-everywhere-src-5.10.1.tar.xz) = 5183624 +SHA256 (KDE/Qt/5.10.1/qtdeclarative-everywhere-src-5.10.1.tar.xz) = 3af9ed51bce5b5c6f04c4a67a6008f98765ccde897c43fff670621ab70789553 +SIZE (KDE/Qt/5.10.1/qtdeclarative-everywhere-src-5.10.1.tar.xz) = 22041236 +SHA256 (KDE/Qt/5.10.1/qtdoc-everywhere-src-5.10.1.tar.xz) = 18dbb784cb89cb85d507ec8bd2ea50061cf719ed1b29da1dcbd29091991286be +SIZE (KDE/Qt/5.10.1/qtdoc-everywhere-src-5.10.1.tar.xz) = 4577092 +SHA256 (KDE/Qt/5.10.1/qtgamepad-everywhere-src-5.10.1.tar.xz) = 85c72801f56f7d5f55caff8ef23137978abe01637bb179566dd5976d6f5346f7 +SIZE (KDE/Qt/5.10.1/qtgamepad-everywhere-src-5.10.1.tar.xz) = 385472 +SHA256 (KDE/Qt/5.10.1/qtgraphicaleffects-everywhere-src-5.10.1.tar.xz) = 3f3b0631b579630bf58e99f3ca0d8dfdb6a44153c63cf90ac9e07041b4b1847f +SIZE (KDE/Qt/5.10.1/qtgraphicaleffects-everywhere-src-5.10.1.tar.xz) = 14513764 +SHA256 (KDE/Qt/5.10.1/qtimageformats-everywhere-src-5.10.1.tar.xz) = 2804baa2779eae015096820e233d7f86bb7fde9853b7c9150a321a453422a283 +SIZE (KDE/Qt/5.10.1/qtimageformats-everywhere-src-5.10.1.tar.xz) = 2137288 +SHA256 (KDE/Qt/5.10.1/qtlocation-everywhere-src-5.10.1.tar.xz) = 5e5cc05517c701a2c8ebba1fbe3ddff2b6b90d5aa554d307b1c477fe0cfd72c9 +SIZE (KDE/Qt/5.10.1/qtlocation-everywhere-src-5.10.1.tar.xz) = 5444192 +SHA256 (KDE/Qt/5.10.1/qtmacextras-everywhere-src-5.10.1.tar.xz) = c73a9984e8c83c27861187a2cff106d0614bbdd101dd64cb6d215ba4f48f7fca +SIZE (KDE/Qt/5.10.1/qtmacextras-everywhere-src-5.10.1.tar.xz) = 69084 +SHA256 (KDE/Qt/5.10.1/qtmultimedia-everywhere-src-5.10.1.tar.xz) = a1fa98015ee5a6b81f2d337abc98d8b297c6718f7714a1f13fccfd2934c23649 +SIZE (KDE/Qt/5.10.1/qtmultimedia-everywhere-src-5.10.1.tar.xz) = 3678332 +SHA256 (KDE/Qt/5.10.1/qtnetworkauth-everywhere-src-5.10.1.tar.xz) = 97231c319bd623d81eebaa1b5cdba4064bc4e69332c695a15cf8792b54b5dcdc +SIZE (KDE/Qt/5.10.1/qtnetworkauth-everywhere-src-5.10.1.tar.xz) = 138092 +SHA256 (KDE/Qt/5.10.1/qtpurchasing-everywhere-src-5.10.1.tar.xz) = 723491abdd8db0f313a4ac5647623ee39f647d0e2bfb4273cc84dc557caf0f24 +SIZE (KDE/Qt/5.10.1/qtpurchasing-everywhere-src-5.10.1.tar.xz) = 208016 +SHA256 (KDE/Qt/5.10.1/qtquickcontrols2-everywhere-src-5.10.1.tar.xz) = 5dc64a1b901e418b76fd3bf65dfa87a0cb11338741fb8970211c1df6df0e604a +SIZE (KDE/Qt/5.10.1/qtquickcontrols2-everywhere-src-5.10.1.tar.xz) = 9022816 +SHA256 (KDE/Qt/5.10.1/qtquickcontrols-everywhere-src-5.10.1.tar.xz) = d231a1993dc6a3f0dbc60a21d01fc0be15b0c26e881bd0631573952ea61682b7 +SIZE (KDE/Qt/5.10.1/qtquickcontrols-everywhere-src-5.10.1.tar.xz) = 5977000 +SHA256 (KDE/Qt/5.10.1/qtremoteobjects-everywhere-src-5.10.1.tar.xz) = e9da0b8aca4223c2d2f6ab5b5c9ff6c9acfe47003837bab08169919d8f504e14 +SIZE (KDE/Qt/5.10.1/qtremoteobjects-everywhere-src-5.10.1.tar.xz) = 304296 +SHA256 (KDE/Qt/5.10.1/qtscript-everywhere-src-5.10.1.tar.xz) = e0618af7cb1f1f30d292c04cf484e3507cf6f4815f79870e35d2b0ce7ac9532d +SIZE (KDE/Qt/5.10.1/qtscript-everywhere-src-5.10.1.tar.xz) = 2674904 +SHA256 (KDE/Qt/5.10.1/qtscxml-everywhere-src-5.10.1.tar.xz) = 0b42d201e4f96af1c404a61f01da6726bab9bfba4e280cc4a82c717f0db26103 +SIZE (KDE/Qt/5.10.1/qtscxml-everywhere-src-5.10.1.tar.xz) = 434272 +SHA256 (KDE/Qt/5.10.1/qtsensors-everywhere-src-5.10.1.tar.xz) = bb0df76c0e53cf2b39d10dbf0964706a264413aae74a4596119143ab4d165c96 +SIZE (KDE/Qt/5.10.1/qtsensors-everywhere-src-5.10.1.tar.xz) = 2022208 +SHA256 (KDE/Qt/5.10.1/qtserialbus-everywhere-src-5.10.1.tar.xz) = 0650a17950f140130ec20520b06592618850cc5673a815cb4fd585590d922257 +SIZE (KDE/Qt/5.10.1/qtserialbus-everywhere-src-5.10.1.tar.xz) = 306380 +SHA256 (KDE/Qt/5.10.1/qtserialport-everywhere-src-5.10.1.tar.xz) = 08e4cb13bbf165eb99857301f3cffe280a4946ff58a34ccc542ad1f790194a9e +SIZE (KDE/Qt/5.10.1/qtserialport-everywhere-src-5.10.1.tar.xz) = 296124 +SHA256 (KDE/Qt/5.10.1/qtspeech-everywhere-src-5.10.1.tar.xz) = 85775c773330492e7193ea7e1888af30bbf2b5a39899d5cf740453bd8667941d +SIZE (KDE/Qt/5.10.1/qtspeech-everywhere-src-5.10.1.tar.xz) = 101592 +SHA256 (KDE/Qt/5.10.1/qtsvg-everywhere-src-5.10.1.tar.xz) = 00e00c04abcc8363cf7d94ca8b16af61840995a4af23685d49fa4ccafa1c7f5a +SIZE (KDE/Qt/5.10.1/qtsvg-everywhere-src-5.10.1.tar.xz) = 1827620 +SHA256 (KDE/Qt/5.10.1/qttools-everywhere-src-5.10.1.tar.xz) = f1ea441e5fe138756e6de3b60ab7d8d3051799eabe85a9408c995dfd4d048a53 +SIZE (KDE/Qt/5.10.1/qttools-everywhere-src-5.10.1.tar.xz) = 9864504 +SHA256 (KDE/Qt/5.10.1/qttranslations-everywhere-src-5.10.1.tar.xz) = 1f6d840e3d04b00b976bc1a86ea2be9d61051b7c3455dc2b891fae61772643fd +SIZE (KDE/Qt/5.10.1/qttranslations-everywhere-src-5.10.1.tar.xz) = 1486500 +SHA256 (KDE/Qt/5.10.1/qtvirtualkeyboard-everywhere-src-5.10.1.tar.xz) = 4319f90e68a571974d03f39507dde548971412e31f971081ca7eaf388187d52e +SIZE (KDE/Qt/5.10.1/qtvirtualkeyboard-everywhere-src-5.10.1.tar.xz) = 10128548 +SHA256 (KDE/Qt/5.10.1/qtwayland-everywhere-src-5.10.1.tar.xz) = f5a7643a5ebcdc50d02b293191e675f387f67dc360c27bf6f94345372fba6356 +SIZE (KDE/Qt/5.10.1/qtwayland-everywhere-src-5.10.1.tar.xz) = 378992 +SHA256 (KDE/Qt/5.10.1/qtwebchannel-everywhere-src-5.10.1.tar.xz) = c22c449fecb052597d12f8dd59498db39767037f9098123f3defc04eb20a3764 +SIZE (KDE/Qt/5.10.1/qtwebchannel-everywhere-src-5.10.1.tar.xz) = 173612 +SHA256 (KDE/Qt/5.10.1/qtwebsockets-everywhere-src-5.10.1.tar.xz) = 6ecf790955ffe42dce731e10557f4ba625e359e867953d73f7fb453c0bad53ea +SIZE (KDE/Qt/5.10.1/qtwebsockets-everywhere-src-5.10.1.tar.xz) = 225504 +SHA256 (KDE/Qt/5.10.1/qtwebview-everywhere-src-5.10.1.tar.xz) = 0b58209dd60f8d403473b0dbce551fc0ff7c2543676ff01b5f01b32108e31584 +SIZE (KDE/Qt/5.10.1/qtwebview-everywhere-src-5.10.1.tar.xz) = 129184 +SHA256 (KDE/Qt/5.10.1/qtwinextras-everywhere-src-5.10.1.tar.xz) = 12401eea9abe87307b9aeba9d539ad403858ea43a99248421caf069f27b28917 +SIZE (KDE/Qt/5.10.1/qtwinextras-everywhere-src-5.10.1.tar.xz) = 766044 +SHA256 (KDE/Qt/5.10.1/qtx11extras-everywhere-src-5.10.1.tar.xz) = c38a371fd50b2da976ed809230678284f029cefb02d240253dcbb3d575dc97b4 +SIZE (KDE/Qt/5.10.1/qtx11extras-everywhere-src-5.10.1.tar.xz) = 108300 +SHA256 (KDE/Qt/5.10.1/qtxmlpatterns-everywhere-src-5.10.1.tar.xz) = 3cdef59ce96a796606e5adc5756c63c8607fb29b281fddb38acee3e674d5e9fe +SIZE (KDE/Qt/5.10.1/qtxmlpatterns-everywhere-src-5.10.1.tar.xz) = 1385256 diff --git a/graphics/qt5-3d/Makefile b/graphics/qt5-3d/Makefile index 89c0335762c6..38da5121925f 100644 --- a/graphics/qt5-3d/Makefile +++ b/graphics/qt5-3d/Makefile @@ -2,7 +2,6 @@ PORTNAME= 3d DISTVERSION= ${QT5_VERSION} -PORTREVISION= 2 CATEGORIES= graphics PKGNAMEPREFIX= qt5- @@ -12,7 +11,7 @@ COMMENT= Qt3D module LIB_DEPENDS= libassimp.so:multimedia/assimp USES= pkgconfig qmake:norecursive -USE_QT5= concurrent core gui qml quick buildtools_build +USE_QT5= concurrent core gui network qml quick buildtools_build QT_DIST= ${PORTNAME} USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} diff --git a/graphics/qt5-3d/pkg-plist b/graphics/qt5-3d/pkg-plist index ef8302ab7608..400dec2a9782 100644 --- a/graphics/qt5-3d/pkg-plist +++ b/graphics/qt5-3d/pkg-plist @@ -12,11 +12,13 @@ %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/clipblendnode_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/clipblendnodevisitor_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/clipblendvalue_p.h +%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/clock_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/evaluateblendclipanimatorjob_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/evaluateclipanimatorjob_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/fcurve_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/findrunningclipanimatorsjob_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/functionrangefinder_p.h +%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/gltfimporter_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/handle_types_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/handler_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/job_common_p.h @@ -27,38 +29,49 @@ %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/nodefunctor_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qabstractanimation_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qabstractanimationclip_p.h +%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qabstractchannelmapping_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qabstractclipanimator_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qabstractclipblendnode_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qadditiveclipblend_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qanimationaspect_p.h +%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qanimationcallbacktrigger_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qanimationclip_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qanimationcliploader_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qanimationcontroller_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qanimationgroup_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qblendedclipanimator_p.h +%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qcallbackmapping_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qchannelmapper_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qchannelmapping_p.h +%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qchannelmappingcreatedchange_p.h +%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qchannelmappingcreatedchange_p_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qclipanimator_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qclipblendnodecreatedchange_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qclipblendvalue_p.h +%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qclock_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qkeyframeanimation_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qlerpclipblend_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qmorphinganimation_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qmorphtarget_p.h +%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qskeletonmapping_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qt3danimation_global_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qvertexblendanimation_p.h +%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/skeleton_p.h %%QT_INCDIR%%/Qt3DAnimation/QAbstractAnimation %%QT_INCDIR%%/Qt3DAnimation/QAbstractAnimationClip +%%QT_INCDIR%%/Qt3DAnimation/QAbstractChannelMapping %%QT_INCDIR%%/Qt3DAnimation/QAbstractClipAnimator %%QT_INCDIR%%/Qt3DAnimation/QAbstractClipBlendNode %%QT_INCDIR%%/Qt3DAnimation/QAdditiveClipBlend %%QT_INCDIR%%/Qt3DAnimation/QAnimationAspect +%%QT_INCDIR%%/Qt3DAnimation/QAnimationCallback %%QT_INCDIR%%/Qt3DAnimation/QAnimationClip %%QT_INCDIR%%/Qt3DAnimation/QAnimationClipData %%QT_INCDIR%%/Qt3DAnimation/QAnimationClipLoader %%QT_INCDIR%%/Qt3DAnimation/QAnimationController %%QT_INCDIR%%/Qt3DAnimation/QAnimationGroup %%QT_INCDIR%%/Qt3DAnimation/QBlendedClipAnimator +%%QT_INCDIR%%/Qt3DAnimation/QCallbackMapping %%QT_INCDIR%%/Qt3DAnimation/QChannel %%QT_INCDIR%%/Qt3DAnimation/QChannelComponent %%QT_INCDIR%%/Qt3DAnimation/QChannelMapper @@ -68,27 +81,32 @@ %%QT_INCDIR%%/Qt3DAnimation/QClipBlendNodeCreatedChangeBase %%QT_INCDIR%%/Qt3DAnimation/QClipBlendNodeCreatedChangeBasePtr %%QT_INCDIR%%/Qt3DAnimation/QClipBlendValue +%%QT_INCDIR%%/Qt3DAnimation/QClock %%QT_INCDIR%%/Qt3DAnimation/QKeyFrame %%QT_INCDIR%%/Qt3DAnimation/QKeyframeAnimation %%QT_INCDIR%%/Qt3DAnimation/QLerpClipBlend %%QT_INCDIR%%/Qt3DAnimation/QMorphTarget %%QT_INCDIR%%/Qt3DAnimation/QMorphingAnimation +%%QT_INCDIR%%/Qt3DAnimation/QSkeletonMapping %%QT_INCDIR%%/Qt3DAnimation/QVertexBlendAnimation %%QT_INCDIR%%/Qt3DAnimation/Qt3DAnimation %%QT_INCDIR%%/Qt3DAnimation/Qt3DAnimationDepends %%QT_INCDIR%%/Qt3DAnimation/Qt3DAnimationVersion %%QT_INCDIR%%/Qt3DAnimation/qabstractanimation.h %%QT_INCDIR%%/Qt3DAnimation/qabstractanimationclip.h +%%QT_INCDIR%%/Qt3DAnimation/qabstractchannelmapping.h %%QT_INCDIR%%/Qt3DAnimation/qabstractclipanimator.h %%QT_INCDIR%%/Qt3DAnimation/qabstractclipblendnode.h %%QT_INCDIR%%/Qt3DAnimation/qadditiveclipblend.h %%QT_INCDIR%%/Qt3DAnimation/qanimationaspect.h +%%QT_INCDIR%%/Qt3DAnimation/qanimationcallback.h %%QT_INCDIR%%/Qt3DAnimation/qanimationclip.h %%QT_INCDIR%%/Qt3DAnimation/qanimationclipdata.h %%QT_INCDIR%%/Qt3DAnimation/qanimationcliploader.h %%QT_INCDIR%%/Qt3DAnimation/qanimationcontroller.h %%QT_INCDIR%%/Qt3DAnimation/qanimationgroup.h %%QT_INCDIR%%/Qt3DAnimation/qblendedclipanimator.h +%%QT_INCDIR%%/Qt3DAnimation/qcallbackmapping.h %%QT_INCDIR%%/Qt3DAnimation/qchannel.h %%QT_INCDIR%%/Qt3DAnimation/qchannelcomponent.h %%QT_INCDIR%%/Qt3DAnimation/qchannelmapper.h @@ -96,16 +114,21 @@ %%QT_INCDIR%%/Qt3DAnimation/qclipanimator.h %%QT_INCDIR%%/Qt3DAnimation/qclipblendnodecreatedchange.h %%QT_INCDIR%%/Qt3DAnimation/qclipblendvalue.h +%%QT_INCDIR%%/Qt3DAnimation/qclock.h %%QT_INCDIR%%/Qt3DAnimation/qkeyframe.h %%QT_INCDIR%%/Qt3DAnimation/qkeyframeanimation.h %%QT_INCDIR%%/Qt3DAnimation/qlerpclipblend.h %%QT_INCDIR%%/Qt3DAnimation/qmorphinganimation.h %%QT_INCDIR%%/Qt3DAnimation/qmorphtarget.h +%%QT_INCDIR%%/Qt3DAnimation/qskeletonmapping.h %%QT_INCDIR%%/Qt3DAnimation/qt3danimation_global.h %%QT_INCDIR%%/Qt3DAnimation/qt3danimationversion.h %%QT_INCDIR%%/Qt3DAnimation/qvertexblendanimation.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/aspectcommanddebugger_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/corelogging_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/matrix4x4_avx2_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/matrix4x4_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/matrix4x4_sse_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/nullservices_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/propertychangehandler_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qabstractaspect_p.h @@ -114,6 +137,8 @@ %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qabstractframeadvanceservice_p_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qabstractnodefactory_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qabstractserviceprovider_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qabstractskeleton_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qarmature_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qaspectengine_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qaspectfactory_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qaspectjob_p.h @@ -130,15 +155,20 @@ %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qcomponentaddedchange_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qcomponentremovedchange_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qdestructionidandtypecollector_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qdownloadhelperservice_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qdownloadhelperservice_p_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qdownloadnetworkworker_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qdynamicpropertyupdatedchange_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qentity_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qeventfilterservice_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qframeallocator_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qframeallocator_p_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qhandle_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qjoint_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qlockableobserverinterface_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qmath3d_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qnode_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qnodecommand_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qnodecreatedchange_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qnodecreatedchangegenerator_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qnodedestroyedchange_p.h @@ -163,6 +193,10 @@ %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qsceneobserverinterface_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qscheduler_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qservicelocator_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qskeleton_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qskeletoncreatedchange_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qskeletoncreatedchange_p_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qskeletonloader_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qstaticpropertyupdatedchangebase_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qstaticpropertyvalueaddedchangebase_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qstaticpropertyvalueremovedchangebase_p.h @@ -175,8 +209,15 @@ %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qtickclockservice_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qtransform_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qtypedpropertyupdatechange_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/sqt_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/task_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/vector3d_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/vector3d_sse_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/vector4d_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/vector4d_sse_p.h %%QT_INCDIR%%/Qt3DCore/QAbstractAspect +%%QT_INCDIR%%/Qt3DCore/QAbstractSkeleton +%%QT_INCDIR%%/Qt3DCore/QArmature %%QT_INCDIR%%/Qt3DCore/QAspectEngine %%QT_INCDIR%%/Qt3DCore/QAspectJob %%QT_INCDIR%%/Qt3DCore/QAspectJobPtr @@ -193,7 +234,10 @@ %%QT_INCDIR%%/Qt3DCore/QDynamicPropertyUpdatedChangePtr %%QT_INCDIR%%/Qt3DCore/QEntity %%QT_INCDIR%%/Qt3DCore/QEntityPtr +%%QT_INCDIR%%/Qt3DCore/QJoint %%QT_INCDIR%%/Qt3DCore/QNode +%%QT_INCDIR%%/Qt3DCore/QNodeCommand +%%QT_INCDIR%%/Qt3DCore/QNodeCommandPtr %%QT_INCDIR%%/Qt3DCore/QNodeCreatedChange %%QT_INCDIR%%/Qt3DCore/QNodeCreatedChangeBase %%QT_INCDIR%%/Qt3DCore/QNodeCreatedChangeBasePtr @@ -221,6 +265,8 @@ %%QT_INCDIR%%/Qt3DCore/QPropertyValueRemovedChangePtr %%QT_INCDIR%%/Qt3DCore/QSceneChange %%QT_INCDIR%%/Qt3DCore/QSceneChangePtr +%%QT_INCDIR%%/Qt3DCore/QSkeleton +%%QT_INCDIR%%/Qt3DCore/QSkeletonLoader %%QT_INCDIR%%/Qt3DCore/QStaticPropertyUpdatedChangeBase %%QT_INCDIR%%/Qt3DCore/QStaticPropertyUpdatedChangeBasePtr %%QT_INCDIR%%/Qt3DCore/QStaticPropertyValueAddedChangeBase @@ -230,6 +276,8 @@ %%QT_INCDIR%%/Qt3DCore/Qt3DCoreDepends %%QT_INCDIR%%/Qt3DCore/Qt3DCoreVersion %%QT_INCDIR%%/Qt3DCore/qabstractaspect.h +%%QT_INCDIR%%/Qt3DCore/qabstractskeleton.h +%%QT_INCDIR%%/Qt3DCore/qarmature.h %%QT_INCDIR%%/Qt3DCore/qaspectengine.h %%QT_INCDIR%%/Qt3DCore/qaspectjob.h %%QT_INCDIR%%/Qt3DCore/qbackendnode.h @@ -238,7 +286,9 @@ %%QT_INCDIR%%/Qt3DCore/qcomponentremovedchange.h %%QT_INCDIR%%/Qt3DCore/qdynamicpropertyupdatedchange.h %%QT_INCDIR%%/Qt3DCore/qentity.h +%%QT_INCDIR%%/Qt3DCore/qjoint.h %%QT_INCDIR%%/Qt3DCore/qnode.h +%%QT_INCDIR%%/Qt3DCore/qnodecommand.h %%QT_INCDIR%%/Qt3DCore/qnodecreatedchange.h %%QT_INCDIR%%/Qt3DCore/qnodedestroyedchange.h %%QT_INCDIR%%/Qt3DCore/qnodeid.h @@ -251,6 +301,8 @@ %%QT_INCDIR%%/Qt3DCore/qpropertyvalueremovedchange.h %%QT_INCDIR%%/Qt3DCore/qpropertyvalueremovedchangebase.h %%QT_INCDIR%%/Qt3DCore/qscenechange.h +%%QT_INCDIR%%/Qt3DCore/qskeleton.h +%%QT_INCDIR%%/Qt3DCore/qskeletonloader.h %%QT_INCDIR%%/Qt3DCore/qstaticpropertyupdatedchangebase.h %%QT_INCDIR%%/Qt3DCore/qstaticpropertyvalueaddedchangebase.h %%QT_INCDIR%%/Qt3DCore/qstaticpropertyvalueremovedchangebase.h @@ -261,14 +313,16 @@ %%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/areaallocator_p.h %%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/distancefieldtextrenderer_p.h %%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/distancefieldtextrenderer_p_p.h +%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qabstractcameracontroller_p.h +%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qabstractspritesheet_p.h %%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qconegeometry_p.h %%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qcuboidgeometry_p.h %%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qcylindergeometry_p.h %%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qdiffusemapmaterial_p.h %%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qdiffusespecularmapmaterial_p.h +%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qdiffusespecularmaterial_p.h %%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qdistancefieldglyphcache_p.h %%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qextrudedtextgeometry_p.h -%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qfirstpersoncameracontroller_p.h %%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qforwardrenderer_p.h %%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qgoochmaterial_p.h %%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qmetalroughmaterial_p.h @@ -283,15 +337,19 @@ %%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qplanegeometry_p.h %%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qskyboxentity_p.h %%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qspheregeometry_p.h +%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qspritegrid_p.h +%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qspritesheet_p.h +%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qspritesheetitem_p.h %%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qt3dwindow_p.h %%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qtext2dentity_p.h %%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qtext2dmaterial_p.h %%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qtext2dmaterial_p_p.h %%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qtextureatlas_p.h %%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qtextureatlas_p_p.h -%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qtexturedmetalroughmaterial_p.h %%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qtexturematerial_p.h %%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qtorusgeometry_p.h +%%QT_INCDIR%%/Qt3DExtras/QAbstractCameraController +%%QT_INCDIR%%/Qt3DExtras/QAbstractSpriteSheet %%QT_INCDIR%%/Qt3DExtras/QConeGeometry %%QT_INCDIR%%/Qt3DExtras/QConeMesh %%QT_INCDIR%%/Qt3DExtras/QCuboidGeometry @@ -300,6 +358,7 @@ %%QT_INCDIR%%/Qt3DExtras/QCylinderMesh %%QT_INCDIR%%/Qt3DExtras/QDiffuseMapMaterial %%QT_INCDIR%%/Qt3DExtras/QDiffuseSpecularMapMaterial +%%QT_INCDIR%%/Qt3DExtras/QDiffuseSpecularMaterial %%QT_INCDIR%%/Qt3DExtras/QExtrudedTextGeometry %%QT_INCDIR%%/Qt3DExtras/QExtrudedTextMesh %%QT_INCDIR%%/Qt3DExtras/QFirstPersonCameraController @@ -319,15 +378,19 @@ %%QT_INCDIR%%/Qt3DExtras/QSkyboxEntity %%QT_INCDIR%%/Qt3DExtras/QSphereGeometry %%QT_INCDIR%%/Qt3DExtras/QSphereMesh +%%QT_INCDIR%%/Qt3DExtras/QSpriteGrid +%%QT_INCDIR%%/Qt3DExtras/QSpriteSheet +%%QT_INCDIR%%/Qt3DExtras/QSpriteSheetItem %%QT_INCDIR%%/Qt3DExtras/QText2DEntity %%QT_INCDIR%%/Qt3DExtras/QTextureMaterial -%%QT_INCDIR%%/Qt3DExtras/QTexturedMetalRoughMaterial %%QT_INCDIR%%/Qt3DExtras/QTorusGeometry %%QT_INCDIR%%/Qt3DExtras/QTorusMesh %%QT_INCDIR%%/Qt3DExtras/Qt3DExtras %%QT_INCDIR%%/Qt3DExtras/Qt3DExtrasDepends %%QT_INCDIR%%/Qt3DExtras/Qt3DExtrasVersion %%QT_INCDIR%%/Qt3DExtras/Qt3DWindow +%%QT_INCDIR%%/Qt3DExtras/qabstractcameracontroller.h +%%QT_INCDIR%%/Qt3DExtras/qabstractspritesheet.h %%QT_INCDIR%%/Qt3DExtras/qconegeometry.h %%QT_INCDIR%%/Qt3DExtras/qconemesh.h %%QT_INCDIR%%/Qt3DExtras/qcuboidgeometry.h @@ -336,6 +399,7 @@ %%QT_INCDIR%%/Qt3DExtras/qcylindermesh.h %%QT_INCDIR%%/Qt3DExtras/qdiffusemapmaterial.h %%QT_INCDIR%%/Qt3DExtras/qdiffusespecularmapmaterial.h +%%QT_INCDIR%%/Qt3DExtras/qdiffusespecularmaterial.h %%QT_INCDIR%%/Qt3DExtras/qextrudedtextgeometry.h %%QT_INCDIR%%/Qt3DExtras/qextrudedtextmesh.h %%QT_INCDIR%%/Qt3DExtras/qfirstpersoncameracontroller.h @@ -355,6 +419,9 @@ %%QT_INCDIR%%/Qt3DExtras/qskyboxentity.h %%QT_INCDIR%%/Qt3DExtras/qspheregeometry.h %%QT_INCDIR%%/Qt3DExtras/qspheremesh.h +%%QT_INCDIR%%/Qt3DExtras/qspritegrid.h +%%QT_INCDIR%%/Qt3DExtras/qspritesheet.h +%%QT_INCDIR%%/Qt3DExtras/qspritesheetitem.h %%QT_INCDIR%%/Qt3DExtras/qt3dextras_global.h %%QT_INCDIR%%/Qt3DExtras/qt3dextrasversion.h %%QT_INCDIR%%/Qt3DExtras/qt3dwindow.h @@ -511,6 +578,7 @@ %%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/quick3dentity_p.h %%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/quick3dentityloader_p.h %%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/quick3dentityloader_p_p.h +%%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/quick3djoint_p.h %%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/quick3dnode_p.h %%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/quick3dnodeinstantiator_p.h %%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/quick3dnodev9_p.h @@ -536,10 +604,12 @@ %%QT_INCDIR%%/Qt3DQuickAnimation/qt3dquickanimation_global.h %%QT_INCDIR%%/Qt3DQuickAnimation/qt3dquickanimationversion.h %%QT_INCDIR%%/Qt3DQuickExtras/%%FULLVER%%/Qt3DQuickExtras/private/qt3dquickextras_global_p.h +%%QT_INCDIR%%/Qt3DQuickExtras/%%FULLVER%%/Qt3DQuickExtras/private/qt3dquickextrasnodefactory_p.h %%QT_INCDIR%%/Qt3DQuickExtras/%%FULLVER%%/Qt3DQuickExtras/private/qt3dquickwindow_p.h %%QT_INCDIR%%/Qt3DQuickExtras/%%FULLVER%%/Qt3DQuickExtras/private/qt3dquickwindowlogging_p.h %%QT_INCDIR%%/Qt3DQuickExtras/%%FULLVER%%/Qt3DQuickExtras/private/quick3dlevelofdetailloader_p.h %%QT_INCDIR%%/Qt3DQuickExtras/%%FULLVER%%/Qt3DQuickExtras/private/quick3dlevelofdetailloader_p_p.h +%%QT_INCDIR%%/Qt3DQuickExtras/%%FULLVER%%/Qt3DQuickExtras/private/quick3dspritesheet_p.h %%QT_INCDIR%%/Qt3DQuickExtras/Qt3DQuickExtras %%QT_INCDIR%%/Qt3DQuickExtras/Qt3DQuickExtrasDepends %%QT_INCDIR%%/Qt3DQuickExtras/Qt3DQuickExtrasVersion @@ -605,9 +675,11 @@ %%QT_INCDIR%%/Qt3DQuickScene2D/qt3dquickscene2dversion.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/abstractrenderer_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/apitexturemanager_p.h +%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/armature_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/attachmentpack_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/attribute_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/backendnode_p.h +%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/blitframebuffer_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/boundingsphere_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/boundingvolumedebug_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/buffer_p.h @@ -623,6 +695,7 @@ %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/commandexecuter_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/commandthread_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/computecommand_p.h +%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/computefilteredboundingvolumejob_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/dispatchcompute_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/effect_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/entity_p.h @@ -632,6 +705,7 @@ %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/filterentitybycomponentjob_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/filterkey_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/filterlayerentityjob_p.h +%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/filterproximitydistancejob_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/framecleanupjob_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/framegraphnode_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/framegraphvisitor_p.h @@ -646,8 +720,10 @@ %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/glbuffer_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/gltexture_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/gltexturemanager_p.h +%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/gltfskeletonloader_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/graphicscontext_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/graphicshelperes2_p.h +%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/graphicshelperes3_2_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/graphicshelperes3_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/graphicshelpergl2_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/graphicshelpergl3_2_p.h @@ -656,6 +732,7 @@ %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/graphicshelperinterface_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/handle_types_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/job_common_p.h +%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/joint_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/layer_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/layerfilternode_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/levelofdetail_p.h @@ -665,6 +742,7 @@ %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/loadbufferjob_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/loadgeometryjob_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/loadscenejob_p.h +%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/loadskeletonjob_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/loadtexturedatajob_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/managers_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/material_p.h @@ -682,6 +760,8 @@ %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/pickboundingvolumeutils_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/pickeventfilter_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/platformsurfacefilter_p.h +%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/pointsvisitor_p.h +%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/proximityfilter_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qabstractcollisionqueryservice_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qabstractlight_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qabstracttexture_p.h @@ -691,6 +771,7 @@ %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qaxisalignedboundingbox_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qblendequation_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qblendequationarguments_p.h +%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qblitframebuffer_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qboundingvolume_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qboundingvolumeprovider_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qbuffer_p.h @@ -723,6 +804,7 @@ %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qlayer_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qlayerfilter_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qlevelofdetail_p.h +%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qlinewidth_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qmaterial_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qmemorybarrier_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qmesh_p.h @@ -734,6 +816,7 @@ %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qpointlight_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qpointsize_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qpolygonoffset_p.h +%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qproximityfilter_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qray3d_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qraycastingservice_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrenderaspect_p.h @@ -761,6 +844,7 @@ %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qscissortest_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qshaderdata_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qshaderprogram_p.h +%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qshaderprogrambuilder_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsortpolicy_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qspotlight_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qstencilmask_p.h @@ -776,6 +860,7 @@ %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qtextureimagedata_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qurlhelper_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qviewport_p.h +%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/renderbuffer_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/rendercapture_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/rendercommand_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/renderconfiguration_p.h @@ -802,13 +887,17 @@ %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/resourceaccessor_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/scene_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/scenemanager_p.h +%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/segmentsvisitor_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/sendbuffercapturejob_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/sendrendercapturejob_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/shader_p.h +%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/shaderbuilder_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/shadercache_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/shaderdata_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/shaderparameterpack_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/shadervariables_p.h +%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/skeleton_p.h +%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/skeletondata_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/sortpolicy_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/sphere_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/statemask_p.h @@ -829,10 +918,12 @@ %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updatelevelofdetailjob_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updatemeshtrianglelistjob_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updateshaderdatatransformjob_p.h +%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updateskinningpalettejob_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updatetreeenabledjob_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updateworldboundingvolumejob_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updateworldtransformjob_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/viewportnode_p.h +%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/visitorutils_p.h %%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/vsyncframeadvanceservice_p.h %%QT_INCDIR%%/Qt3DRender/FunctorType %%QT_INCDIR%%/Qt3DRender/ParameterList @@ -847,6 +938,7 @@ %%QT_INCDIR%%/Qt3DRender/QAttribute %%QT_INCDIR%%/Qt3DRender/QBlendEquation %%QT_INCDIR%%/Qt3DRender/QBlendEquationArguments +%%QT_INCDIR%%/Qt3DRender/QBlitFramebuffer %%QT_INCDIR%%/Qt3DRender/QBuffer %%QT_INCDIR%%/Qt3DRender/QBufferCapture %%QT_INCDIR%%/Qt3DRender/QBufferDataGenerator @@ -883,6 +975,7 @@ %%QT_INCDIR%%/Qt3DRender/QLevelOfDetail %%QT_INCDIR%%/Qt3DRender/QLevelOfDetailBoundingSphere %%QT_INCDIR%%/Qt3DRender/QLevelOfDetailSwitch +%%QT_INCDIR%%/Qt3DRender/QLineWidth %%QT_INCDIR%%/Qt3DRender/QMaterial %%QT_INCDIR%%/Qt3DRender/QMemoryBarrier %%QT_INCDIR%%/Qt3DRender/QMesh @@ -894,11 +987,17 @@ %%QT_INCDIR%%/Qt3DRender/QParameter %%QT_INCDIR%%/Qt3DRender/QPickEvent %%QT_INCDIR%%/Qt3DRender/QPickEventPtr +%%QT_INCDIR%%/Qt3DRender/QPickLineEvent +%%QT_INCDIR%%/Qt3DRender/QPickLineEventPtr +%%QT_INCDIR%%/Qt3DRender/QPickPointEvent +%%QT_INCDIR%%/Qt3DRender/QPickPointEventPtr %%QT_INCDIR%%/Qt3DRender/QPickTriangleEvent +%%QT_INCDIR%%/Qt3DRender/QPickTriangleEventPtr %%QT_INCDIR%%/Qt3DRender/QPickingSettings %%QT_INCDIR%%/Qt3DRender/QPointLight %%QT_INCDIR%%/Qt3DRender/QPointSize %%QT_INCDIR%%/Qt3DRender/QPolygonOffset +%%QT_INCDIR%%/Qt3DRender/QProximityFilter %%QT_INCDIR%%/Qt3DRender/QRenderAspect %%QT_INCDIR%%/Qt3DRender/QRenderCapture %%QT_INCDIR%%/Qt3DRender/QRenderCaptureReply @@ -916,6 +1015,7 @@ %%QT_INCDIR%%/Qt3DRender/QSeamlessCubemap %%QT_INCDIR%%/Qt3DRender/QShaderData %%QT_INCDIR%%/Qt3DRender/QShaderProgram +%%QT_INCDIR%%/Qt3DRender/QShaderProgramBuilder %%QT_INCDIR%%/Qt3DRender/QSortPolicy %%QT_INCDIR%%/Qt3DRender/QSpotLight %%QT_INCDIR%%/Qt3DRender/QStencilMask @@ -949,6 +1049,7 @@ %%QT_INCDIR%%/Qt3DRender/qattribute.h %%QT_INCDIR%%/Qt3DRender/qblendequation.h %%QT_INCDIR%%/Qt3DRender/qblendequationarguments.h +%%QT_INCDIR%%/Qt3DRender/qblitframebuffer.h %%QT_INCDIR%%/Qt3DRender/qbuffer.h %%QT_INCDIR%%/Qt3DRender/qbuffercapture.h %%QT_INCDIR%%/Qt3DRender/qbufferdatagenerator.h @@ -980,6 +1081,7 @@ %%QT_INCDIR%%/Qt3DRender/qlevelofdetail.h %%QT_INCDIR%%/Qt3DRender/qlevelofdetailboundingsphere.h %%QT_INCDIR%%/Qt3DRender/qlevelofdetailswitch.h +%%QT_INCDIR%%/Qt3DRender/qlinewidth.h %%QT_INCDIR%%/Qt3DRender/qmaterial.h %%QT_INCDIR%%/Qt3DRender/qmemorybarrier.h %%QT_INCDIR%%/Qt3DRender/qmesh.h @@ -991,10 +1093,13 @@ %%QT_INCDIR%%/Qt3DRender/qparameter.h %%QT_INCDIR%%/Qt3DRender/qpickevent.h %%QT_INCDIR%%/Qt3DRender/qpickingsettings.h +%%QT_INCDIR%%/Qt3DRender/qpicklineevent.h +%%QT_INCDIR%%/Qt3DRender/qpickpointevent.h %%QT_INCDIR%%/Qt3DRender/qpicktriangleevent.h %%QT_INCDIR%%/Qt3DRender/qpointlight.h %%QT_INCDIR%%/Qt3DRender/qpointsize.h %%QT_INCDIR%%/Qt3DRender/qpolygonoffset.h +%%QT_INCDIR%%/Qt3DRender/qproximityfilter.h %%QT_INCDIR%%/Qt3DRender/qrenderaspect.h %%QT_INCDIR%%/Qt3DRender/qrendercapture.h %%QT_INCDIR%%/Qt3DRender/qrenderpass.h @@ -1011,6 +1116,7 @@ %%QT_INCDIR%%/Qt3DRender/qseamlesscubemap.h %%QT_INCDIR%%/Qt3DRender/qshaderdata.h %%QT_INCDIR%%/Qt3DRender/qshaderprogram.h +%%QT_INCDIR%%/Qt3DRender/qshaderprogrambuilder.h %%QT_INCDIR%%/Qt3DRender/qsortpolicy.h %%QT_INCDIR%%/Qt3DRender/qspotlight.h %%QT_INCDIR%%/Qt3DRender/qstencilmask.h diff --git a/graphics/qt5-graphicaleffects/Makefile b/graphics/qt5-graphicaleffects/Makefile index 2bc3158a4c8e..ac15db234009 100644 --- a/graphics/qt5-graphicaleffects/Makefile +++ b/graphics/qt5-graphicaleffects/Makefile @@ -2,7 +2,6 @@ PORTNAME= graphicaleffects DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= graphics PKGNAMEPREFIX= qt5- diff --git a/graphics/qt5-graphicaleffects/pkg-plist b/graphics/qt5-graphicaleffects/pkg-plist index ab60eaab15df..18cc112f3df4 100644 --- a/graphics/qt5-graphicaleffects/pkg-plist +++ b/graphics/qt5-graphicaleffects/pkg-plist @@ -1,53 +1,28 @@ %%QT_QMLDIR%%/QtGraphicalEffects/Blend.qml -%%QT_QMLDIR%%/QtGraphicalEffects/Blend.qmlc %%QT_QMLDIR%%/QtGraphicalEffects/BrightnessContrast.qml -%%QT_QMLDIR%%/QtGraphicalEffects/BrightnessContrast.qmlc %%QT_QMLDIR%%/QtGraphicalEffects/ColorOverlay.qml -%%QT_QMLDIR%%/QtGraphicalEffects/ColorOverlay.qmlc %%QT_QMLDIR%%/QtGraphicalEffects/Colorize.qml -%%QT_QMLDIR%%/QtGraphicalEffects/Colorize.qmlc %%QT_QMLDIR%%/QtGraphicalEffects/ConicalGradient.qml -%%QT_QMLDIR%%/QtGraphicalEffects/ConicalGradient.qmlc %%QT_QMLDIR%%/QtGraphicalEffects/Desaturate.qml -%%QT_QMLDIR%%/QtGraphicalEffects/Desaturate.qmlc %%QT_QMLDIR%%/QtGraphicalEffects/DirectionalBlur.qml -%%QT_QMLDIR%%/QtGraphicalEffects/DirectionalBlur.qmlc %%QT_QMLDIR%%/QtGraphicalEffects/Displace.qml -%%QT_QMLDIR%%/QtGraphicalEffects/Displace.qmlc %%QT_QMLDIR%%/QtGraphicalEffects/DropShadow.qml -%%QT_QMLDIR%%/QtGraphicalEffects/DropShadow.qmlc %%QT_QMLDIR%%/QtGraphicalEffects/FastBlur.qml -%%QT_QMLDIR%%/QtGraphicalEffects/FastBlur.qmlc %%QT_QMLDIR%%/QtGraphicalEffects/GammaAdjust.qml -%%QT_QMLDIR%%/QtGraphicalEffects/GammaAdjust.qmlc %%QT_QMLDIR%%/QtGraphicalEffects/GaussianBlur.qml -%%QT_QMLDIR%%/QtGraphicalEffects/GaussianBlur.qmlc %%QT_QMLDIR%%/QtGraphicalEffects/Glow.qml -%%QT_QMLDIR%%/QtGraphicalEffects/Glow.qmlc %%QT_QMLDIR%%/QtGraphicalEffects/HueSaturation.qml -%%QT_QMLDIR%%/QtGraphicalEffects/HueSaturation.qmlc %%QT_QMLDIR%%/QtGraphicalEffects/InnerShadow.qml -%%QT_QMLDIR%%/QtGraphicalEffects/InnerShadow.qmlc %%QT_QMLDIR%%/QtGraphicalEffects/LevelAdjust.qml -%%QT_QMLDIR%%/QtGraphicalEffects/LevelAdjust.qmlc %%QT_QMLDIR%%/QtGraphicalEffects/LinearGradient.qml -%%QT_QMLDIR%%/QtGraphicalEffects/LinearGradient.qmlc %%QT_QMLDIR%%/QtGraphicalEffects/MaskedBlur.qml -%%QT_QMLDIR%%/QtGraphicalEffects/MaskedBlur.qmlc %%QT_QMLDIR%%/QtGraphicalEffects/OpacityMask.qml -%%QT_QMLDIR%%/QtGraphicalEffects/OpacityMask.qmlc %%QT_QMLDIR%%/QtGraphicalEffects/RadialBlur.qml -%%QT_QMLDIR%%/QtGraphicalEffects/RadialBlur.qmlc %%QT_QMLDIR%%/QtGraphicalEffects/RadialGradient.qml -%%QT_QMLDIR%%/QtGraphicalEffects/RadialGradient.qmlc %%QT_QMLDIR%%/QtGraphicalEffects/RectangularGlow.qml -%%QT_QMLDIR%%/QtGraphicalEffects/RectangularGlow.qmlc %%QT_QMLDIR%%/QtGraphicalEffects/RecursiveBlur.qml -%%QT_QMLDIR%%/QtGraphicalEffects/RecursiveBlur.qmlc %%QT_QMLDIR%%/QtGraphicalEffects/ThresholdMask.qml -%%QT_QMLDIR%%/QtGraphicalEffects/ThresholdMask.qmlc %%QT_QMLDIR%%/QtGraphicalEffects/ZoomBlur.qml -%%QT_QMLDIR%%/QtGraphicalEffects/ZoomBlur.qmlc %%QT_QMLDIR%%/QtGraphicalEffects/libqtgraphicaleffectsplugin.so %%DEBUG%%%%QT_QMLDIR%%/QtGraphicalEffects/libqtgraphicaleffectsplugin.so.debug %%QT_QMLDIR%%/QtGraphicalEffects/plugins.qmltypes diff --git a/graphics/qt5-imageformats/Makefile b/graphics/qt5-imageformats/Makefile index 207915f1732d..0cd7b542ae10 100644 --- a/graphics/qt5-imageformats/Makefile +++ b/graphics/qt5-imageformats/Makefile @@ -2,7 +2,6 @@ PORTNAME= imageformats DISTVERSION= ${QT5_VERSION} -PORTREVISION= 2 CATEGORIES= graphics PKGNAMEPREFIX= qt5- diff --git a/graphics/qt5-opengl/Makefile b/graphics/qt5-opengl/Makefile index c7a2b23f1f94..1ae328cc5b50 100644 --- a/graphics/qt5-opengl/Makefile +++ b/graphics/qt5-opengl/Makefile @@ -2,7 +2,6 @@ PORTNAME= opengl DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= graphics PKGNAMEPREFIX= qt5- diff --git a/graphics/qt5-pixeltool/Makefile b/graphics/qt5-pixeltool/Makefile index 880208f8d09d..545c33ad193a 100644 --- a/graphics/qt5-pixeltool/Makefile +++ b/graphics/qt5-pixeltool/Makefile @@ -2,7 +2,6 @@ PORTNAME= pixeltool DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= graphics PKGNAMEPREFIX= qt5- diff --git a/graphics/qt5-svg/Makefile b/graphics/qt5-svg/Makefile index bb66d82b51dd..06af1c12e8c7 100644 --- a/graphics/qt5-svg/Makefile +++ b/graphics/qt5-svg/Makefile @@ -2,7 +2,6 @@ PORTNAME= svg DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= graphics PKGNAMEPREFIX= qt5- diff --git a/graphics/qt5-wayland/Makefile b/graphics/qt5-wayland/Makefile index 6f8599e7cc0a..2b4e918b9f90 100644 --- a/graphics/qt5-wayland/Makefile +++ b/graphics/qt5-wayland/Makefile @@ -2,7 +2,6 @@ PORTNAME= wayland DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= graphics PKGNAMEPREFIX= qt5- diff --git a/graphics/qt5-wayland/pkg-plist b/graphics/qt5-wayland/pkg-plist index f7faa4db1722..0a2458576de7 100644 --- a/graphics/qt5-wayland/pkg-plist +++ b/graphics/qt5-wayland/pkg-plist @@ -91,6 +91,7 @@ %%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwayland-server-touch-extension.h %%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwayland-server-wayland.h %%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwayland-server-xdg-shell.h +%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwayland-server-xdg-shell-unstable-v6.h %%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandcompositor_p.h %%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandcompositorextension_p.h %%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylanddestroylistener_p.h @@ -116,7 +117,9 @@ %%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandwlshell_p.h %%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandwlshellintegration_p.h %%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandxdgshellv5_p.h +%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandxdgshellv6_p.h %%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandxdgshellv5integration_p.h +%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandxdgshellv6integration_p.h %%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwlbuffermanager_p.h %%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwlclientbuffer_p.h %%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwlclientbufferintegration_p.h @@ -144,9 +147,11 @@ %%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-touch-extension-server-protocol.h %%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-wayland-server-protocol.h %%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-xdg-shell-server-protocol.h +%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-xdg-shell-unstable-v6-server-protocol.h %%QT_INCDIR%%/QtWaylandCompositor/QWaylandBufferRef %%QT_INCDIR%%/QtWaylandCompositor/QWaylandClient %%QT_INCDIR%%/QtWaylandCompositor/QWaylandCompositor +%%QT_INCDIR%%/QtWaylandCompositor/QWaylandXdgToplevelV6 %%QT_INCDIR%%/QtWaylandCompositor/QWaylandCompositorExtension %%QT_INCDIR%%/QtWaylandCompositor/QWaylandCompositorExtensionTemplate %%QT_INCDIR%%/QtWaylandCompositor/QWaylandDestroyListener @@ -183,8 +188,11 @@ %%QT_INCDIR%%/QtWaylandCompositor/QWaylandWlShell %%QT_INCDIR%%/QtWaylandCompositor/QWaylandWlShellSurface %%QT_INCDIR%%/QtWaylandCompositor/QWaylandXdgPopupV5 +%%QT_INCDIR%%/QtWaylandCompositor/QWaylandXdgPopupV6 %%QT_INCDIR%%/QtWaylandCompositor/QWaylandXdgShellV5 +%%QT_INCDIR%%/QtWaylandCompositor/QWaylandXdgShellV6 %%QT_INCDIR%%/QtWaylandCompositor/QWaylandXdgSurfaceV5 +%%QT_INCDIR%%/QtWaylandCompositor/QWaylandXdgSurfaceV6 %%QT_INCDIR%%/QtWaylandCompositor/QtWaylandCompositor %%QT_INCDIR%%/QtWaylandCompositor/QtWaylandCompositorDepends %%QT_INCDIR%%/QtWaylandCompositor/QtWaylandCompositorVersion @@ -225,6 +233,7 @@ %%QT_INCDIR%%/QtWaylandCompositor/qwaylandview.h %%QT_INCDIR%%/QtWaylandCompositor/qwaylandwlshell.h %%QT_INCDIR%%/QtWaylandCompositor/qwaylandxdgshellv5.h +%%QT_INCDIR%%/QtWaylandCompositor/qwaylandxdgshellv6.h %%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake %%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake %%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake @@ -237,12 +246,14 @@ %%QT_CMAKEDIR%%/Qt5WaylandClient/Qt5WaylandClient_QWaylandIviShellIntegrationPlugin.cmake %%QT_CMAKEDIR%%/Qt5WaylandClient/Qt5WaylandClient_QWaylandXCompositeEglClientBufferPlugin.cmake %%QT_CMAKEDIR%%/Qt5WaylandClient/Qt5WaylandClient_QWaylandXCompositeGlxClientBufferPlugin.cmake +%%QT_CMAKEDIR%%/Qt5WaylandClient/Qt5WaylandClient_ShmServerBufferPlugin.cmake %%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositorConfig.cmake %%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositorConfigVersion.cmake %%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_DrmEglServerBufferIntegrationPlugin.cmake %%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandEglClientBufferIntegrationPlugin.cmake %%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandXCompositeEglClientBufferIntegrationPlugin.cmake %%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandXCompositeGlxClientBufferIntegrationPlugin.cmake +%%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_ShmServerBufferIntegrationPlugin.cmake %%QT_BINDIR%%/qtwaylandscanner %%QT_LIBDIR%%/libQt5WaylandClient.prl %%QT_LIBDIR%%/libQt5WaylandClient.so diff --git a/lang/qt5-qml/Makefile b/lang/qt5-qml/Makefile index e51f7fcb9d5e..93fef9eb3199 100644 --- a/lang/qt5-qml/Makefile +++ b/lang/qt5-qml/Makefile @@ -2,7 +2,6 @@ PORTNAME= qml DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= lang PKGNAMEPREFIX= qt5- diff --git a/lang/qt5-qml/pkg-plist b/lang/qt5-qml/pkg-plist index 46789d447b91..b27420acf3a7 100644 --- a/lang/qt5-qml/pkg-plist +++ b/lang/qt5-qml/pkg-plist @@ -192,6 +192,7 @@ %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4value_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4variantobject_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4vme_moth_p.h +%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4writebarrier_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv8engine_p.h %%QT_INCDIR%%/QtQml/QJSEngine %%QT_INCDIR%%/QtQml/QJSValue diff --git a/misc/qt5-doc/Makefile b/misc/qt5-doc/Makefile index d7bf03d9797f..3e66995e20bc 100644 --- a/misc/qt5-doc/Makefile +++ b/misc/qt5-doc/Makefile @@ -3,11 +3,10 @@ PORTNAME= doc DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= misc -MASTER_SITES= QT/online/qtsdkrepository/linux_x64/desktop/qt5_${QT5_VERSION:S/.//g}_src_doc_examples/qt.${QT5_VERSION:S/.//g}.doc/ +MASTER_SITES= QT/online/qtsdkrepository/linux_x64/desktop/qt5_${QT5_VERSION:S/.//g}_src_doc_examples/qt.qt5.${QT5_VERSION:S/.//g}.doc/ PKGNAMEPREFIX= qt5- -DISTNAME= ${QT5_VERSION}-0-201801220610qt-everywhere-documentation +DISTNAME= ${QT5_VERSION}-0-201802092256qt-everywhere-documentation DIST_SUBDIR= KDE/Qt/${QT5_VERSION} MAINTAINER= kde@FreeBSD.org diff --git a/misc/qt5-doc/distinfo b/misc/qt5-doc/distinfo index 03621ce48753..5fe3387bbac6 100644 --- a/misc/qt5-doc/distinfo +++ b/misc/qt5-doc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1516799161 -SHA256 (KDE/Qt/5.9.4/5.9.4-0-201801220610qt-everywhere-documentation.7z) = 4045ea1b3a789de51cf7f3e1cbca782d423d1678c264bf9a56462ccb41977969 -SIZE (KDE/Qt/5.9.4/5.9.4-0-201801220610qt-everywhere-documentation.7z) = 213285230 +TIMESTAMP = 1526163661 +SHA256 (KDE/Qt/5.10.1/5.10.1-0-201802092256qt-everywhere-documentation.7z) = 4fa8d7808e9998998e7ec7011f6f7a25fd8801faccdada7d7ab4b535f7e3569c +SIZE (KDE/Qt/5.10.1/5.10.1-0-201802092256qt-everywhere-documentation.7z) = 230768220 diff --git a/misc/qt5-doc/pkg-plist b/misc/qt5-doc/pkg-plist index 2f57e2beb3a4..f099b39f3e28 100644 --- a/misc/qt5-doc/pkg-plist +++ b/misc/qt5-doc/pkg-plist @@ -1,3 +1,1292 @@ +%%QT_DOCDIR%%/qt3d/qml-qt3d-render-blitframebuffer-members.html +%%QT_DOCDIR%%/qt3d/qml-qt3d-render-blitframebuffer.html +%%QT_DOCDIR%%/qt3d/qml-qt3d-render-camera-obsolete.html +%%QT_DOCDIR%%/qt3d/qt3drender-qcamera-obsolete.html +%%QT_DOCDIR%%/qtquick/qml-qt-labs-handlers-pointhandler-members.html +%%QT_DOCDIR%%/qtquick/qml-qt-labs-handlers-pointhandler.html +%%QT_DOCDIR%%/qtquick/qml-qtquick-gestureevent-members.html +%%QT_DOCDIR%%/qtquick/qml-qtquick-gestureevent.html +%%QT_DOCDIR%%/qtquickcontrols2/qtquickcontrols2-attribution-shadow-angular-material.html +%%QT_DOCDIR%%/qtwidgets/images/notepad1.png +%%QT_DOCDIR%%/qtwidgets/images/notepad2.png +%%QT_DOCDIR%%/qtwidgets/images/notepad3.png +%%QT_DOCDIR%%/qtwidgets/images/notepad4.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tutorials/notepad/images/copy.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tutorials/notepad/images/create.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tutorials/notepad/images/cut.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tutorials/notepad/images/edit_redo.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tutorials/notepad/images/edit_undo.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tutorials/notepad/images/exit.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tutorials/notepad/images/font.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tutorials/notepad/images/info.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tutorials/notepad/images/new.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tutorials/notepad/images/open.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tutorials/notepad/images/paste.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tutorials/notepad/images/pencil.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tutorials/notepad/images/print.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tutorials/notepad/images/save.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tutorials/notepad/images/save_as.png +%%QT_DOCDIR%%/qtwidgets/images/validators.png +%%QT_DOCDIR%%/qtwidgets/qtwidgets-tutorials-notepad-example.html +%%QT_DOCDIR%%/qtwidgets/qtwidgets-tutorials-notepad-main-cpp.html +%%QT_DOCDIR%%/qtwidgets/qtwidgets-tutorials-notepad-notepad-cpp.html +%%QT_DOCDIR%%/qtwidgets/qtwidgets-tutorials-notepad-notepad-h.html +%%QT_DOCDIR%%/qtwidgets/qtwidgets-tutorials-notepad-notepad-pro.html +%%QT_DOCDIR%%/qtwidgets/qtwidgets-tutorials-notepad-notepad-qrc.html +%%QT_DOCDIR%%/qtwidgets/qtwidgets-tutorials-notepad-notepad-ui.html +%%QT_DOCDIR%%/qtxmlpatterns/qtxmlpatterns-attribution-xml-xsd.html +%%QT_DOCDIR%%/activeqt/activeqt-activeqt-webbrowser-webbrowser-qrc.html +%%QT_DOCDIR%%/activeqt/images/used-in-examples/activeqt/webbrowser/images/back.png +%%QT_DOCDIR%%/activeqt/images/used-in-examples/activeqt/webbrowser/images/forward.png +%%QT_DOCDIR%%/activeqt/images/used-in-examples/activeqt/webbrowser/images/go.png +%%QT_DOCDIR%%/activeqt/images/used-in-examples/activeqt/webbrowser/images/home.png +%%QT_DOCDIR%%/activeqt/images/used-in-examples/activeqt/webbrowser/images/refresh.png +%%QT_DOCDIR%%/activeqt/images/used-in-examples/activeqt/webbrowser/images/search.png +%%QT_DOCDIR%%/activeqt/images/used-in-examples/activeqt/webbrowser/images/stop.png +%%QT_DOCDIR%%/qt3d/images/used-in-examples/advancedcustommaterial/textures/WaterDiffuse.jpg +%%QT_DOCDIR%%/qt3d/images/used-in-examples/advancedcustommaterial/textures/WaterNormal.jpg +%%QT_DOCDIR%%/qt3d/images/used-in-examples/advancedcustommaterial/textures/WaterSpecular.jpg +%%QT_DOCDIR%%/qt3d/images/used-in-examples/advancedcustommaterial/textures/Waterwave.jpg +%%QT_DOCDIR%%/qt3d/images/used-in-examples/advancedcustommaterial/textures/foam.jpg +%%QT_DOCDIR%%/qt3d/images/used-in-examples/advancedcustommaterial/textures/sky.jpg +%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/android/res/drawable-hdpi/icon.png +%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/android/res/drawable-ldpi/icon.png +%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/android/res/drawable-mdpi/icon.png +%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/planets-watchos/PlanetsClient WatchKit App/Assets.xcassets/AppIcon.appiconset/home_icon.png +%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/planets-watchos/PlanetsClient/Assets.xcassets/AppIcon.appiconset/icon120.png +%%QT_DOCDIR%%/qt3d/images/used-in-examples/planets-qml/planets-watchos/PlanetsClient/Assets.xcassets/AppIcon.appiconset/icon180.png +%%QT_DOCDIR%%/qt3d/qml-qt3d-core-abstractskeleton-members.html +%%QT_DOCDIR%%/qt3d/qml-qt3d-core-abstractskeleton.html +%%QT_DOCDIR%%/qt3d/qml-qt3d-core-armature-members.html +%%QT_DOCDIR%%/qt3d/qml-qt3d-core-armature.html +%%QT_DOCDIR%%/qt3d/qml-qt3d-core-joint-members.html +%%QT_DOCDIR%%/qt3d/qml-qt3d-core-joint.html +%%QT_DOCDIR%%/qt3d/qml-qt3d-core-skeleton-members.html +%%QT_DOCDIR%%/qt3d/qml-qt3d-core-skeleton.html +%%QT_DOCDIR%%/qt3d/qml-qt3d-core-skeletonloader-members.html +%%QT_DOCDIR%%/qt3d/qml-qt3d-core-skeletonloader.html +%%QT_DOCDIR%%/qt3d/qml-qt3d-extras-diffusespecularmaterial-members.html +%%QT_DOCDIR%%/qt3d/qml-qt3d-extras-diffusespecularmaterial.html +%%QT_DOCDIR%%/qt3d/qml-qt3d-render-buffer-obsolete.html +%%QT_DOCDIR%%/qt3d/qml-qt3d-render-linewidth-members.html +%%QT_DOCDIR%%/qt3d/qml-qt3d-render-linewidth.html +%%QT_DOCDIR%%/qt3d/qml-qt3d-render-picklineevent-members.html +%%QT_DOCDIR%%/qt3d/qml-qt3d-render-picklineevent.html +%%QT_DOCDIR%%/qt3d/qml-qt3d-render-pickpointevent-members.html +%%QT_DOCDIR%%/qt3d/qml-qt3d-render-pickpointevent.html +%%QT_DOCDIR%%/qt3d/qml-qt3d-render-proximityfilter-members.html +%%QT_DOCDIR%%/qt3d/qml-qt3d-render-proximityfilter.html +%%QT_DOCDIR%%/qt3d/qml-qt3d-render-shaderprogrambuilder-members.html +%%QT_DOCDIR%%/qt3d/qml-qt3d-render-shaderprogrambuilder.html +%%QT_DOCDIR%%/qt3d/qt3danimation-qabstractchannelmapping-members.html +%%QT_DOCDIR%%/qt3d/qt3danimation-qabstractchannelmapping.html +%%QT_DOCDIR%%/qt3d/qt3danimation-qanimationcallback-members.html +%%QT_DOCDIR%%/qt3d/qt3danimation-qanimationcallback.html +%%QT_DOCDIR%%/qt3d/qt3danimation-qcallbackmapping-members.html +%%QT_DOCDIR%%/qt3d/qt3danimation-qcallbackmapping.html +%%QT_DOCDIR%%/qt3d/qt3danimation-qclock-members.html +%%QT_DOCDIR%%/qt3d/qt3danimation-qclock.html +%%QT_DOCDIR%%/qt3d/qt3danimation-qskeletonmapping-members.html +%%QT_DOCDIR%%/qt3d/qt3danimation-qskeletonmapping.html +%%QT_DOCDIR%%/qt3d/qt3dcore-qabstractskeleton-members.html +%%QT_DOCDIR%%/qt3d/qt3dcore-qabstractskeleton.html +%%QT_DOCDIR%%/qt3d/qt3dcore-qarmature-members.html +%%QT_DOCDIR%%/qt3d/qt3dcore-qarmature.html +%%QT_DOCDIR%%/qt3d/qt3dcore-qjoint-members.html +%%QT_DOCDIR%%/qt3d/qt3dcore-qjoint.html +%%QT_DOCDIR%%/qt3d/qt3dcore-qnodecommand-members.html +%%QT_DOCDIR%%/qt3d/qt3dcore-qnodecommand.html +%%QT_DOCDIR%%/qt3d/qt3dcore-qskeleton-members.html +%%QT_DOCDIR%%/qt3d/qt3dcore-qskeleton.html +%%QT_DOCDIR%%/qt3d/qt3dcore-qskeletonloader-members.html +%%QT_DOCDIR%%/qt3d/qt3dcore-qskeletonloader.html +%%QT_DOCDIR%%/qt3d/qt3dextras-obsolete.html +%%QT_DOCDIR%%/qt3d/qt3dextras-qabstractcameracontroller-inputstate-members.html +%%QT_DOCDIR%%/qt3d/qt3dextras-qabstractcameracontroller-inputstate.html +%%QT_DOCDIR%%/qt3d/qt3dextras-qabstractcameracontroller-members.html +%%QT_DOCDIR%%/qt3d/qt3dextras-qabstractcameracontroller.html +%%QT_DOCDIR%%/qt3d/qt3dextras-qabstractspritesheet-members.html +%%QT_DOCDIR%%/qt3d/qt3dextras-qabstractspritesheet.html +%%QT_DOCDIR%%/qt3d/qt3dextras-qdiffusespecularmaterial-members.html +%%QT_DOCDIR%%/qt3d/qt3dextras-qdiffusespecularmaterial.html +%%QT_DOCDIR%%/qt3d/qt3dextras-qspritegrid-members.html +%%QT_DOCDIR%%/qt3d/qt3dextras-qspritegrid.html +%%QT_DOCDIR%%/qt3d/qt3dextras-qspritesheet-members.html +%%QT_DOCDIR%%/qt3d/qt3dextras-qspritesheet.html +%%QT_DOCDIR%%/qt3d/qt3dextras-qspritesheetitem-members.html +%%QT_DOCDIR%%/qt3d/qt3dextras-qspritesheetitem.html +%%QT_DOCDIR%%/qt3d/qt3drender-qblitframebuffer-members.html +%%QT_DOCDIR%%/qt3d/qt3drender-qblitframebuffer.html +%%QT_DOCDIR%%/qt3d/qt3drender-qbuffer-obsolete.html +%%QT_DOCDIR%%/qt3d/qt3drender-qlinewidth-members.html +%%QT_DOCDIR%%/qt3d/qt3drender-qlinewidth.html +%%QT_DOCDIR%%/qt3d/qt3drender-qpicklineevent-members.html +%%QT_DOCDIR%%/qt3d/qt3drender-qpicklineevent.html +%%QT_DOCDIR%%/qt3d/qt3drender-qpickpointevent-members.html +%%QT_DOCDIR%%/qt3d/qt3drender-qpickpointevent.html +%%QT_DOCDIR%%/qt3d/qt3drender-qproximityfilter-members.html +%%QT_DOCDIR%%/qt3d/qt3drender-qproximityfilter.html +%%QT_DOCDIR%%/qt3d/qt3drender-qshaderprogrambuilder-members.html +%%QT_DOCDIR%%/qt3d/qt3drender-qshaderprogrambuilder.html +%%QT_DOCDIR%%/qtandroidextras/images/used-in-examples/notification/android-sources/res/drawable/icon.png +%%QT_DOCDIR%%/qtandroidextras/qandroidbinder-members.html +%%QT_DOCDIR%%/qtandroidextras/qandroidbinder.html +%%QT_DOCDIR%%/qtandroidextras/qandroidintent-members.html +%%QT_DOCDIR%%/qtandroidextras/qandroidintent.html +%%QT_DOCDIR%%/qtandroidextras/qandroidjniexceptioncleaner-members.html +%%QT_DOCDIR%%/qtandroidextras/qandroidjniexceptioncleaner.html +%%QT_DOCDIR%%/qtandroidextras/qandroidparcel-members.html +%%QT_DOCDIR%%/qtandroidextras/qandroidparcel.html +%%QT_DOCDIR%%/qtandroidextras/qandroidservice-members.html +%%QT_DOCDIR%%/qtandroidextras/qandroidservice.html +%%QT_DOCDIR%%/qtandroidextras/qandroidserviceconnection-members.html +%%QT_DOCDIR%%/qtandroidextras/qandroidserviceconnection.html +%%QT_DOCDIR%%/qtassistant/images/used-in-examples/remotecontrol/enter.png +%%QT_DOCDIR%%/qtassistant/images/used-in-examples/simpletextviewer/documentation/images/browse.png +%%QT_DOCDIR%%/qtassistant/images/used-in-examples/simpletextviewer/documentation/images/fadedfilemenu.png +%%QT_DOCDIR%%/qtassistant/images/used-in-examples/simpletextviewer/documentation/images/filedialog.png +%%QT_DOCDIR%%/qtassistant/images/used-in-examples/simpletextviewer/documentation/images/handbook.png +%%QT_DOCDIR%%/qtassistant/images/used-in-examples/simpletextviewer/documentation/images/icon.png +%%QT_DOCDIR%%/qtassistant/images/used-in-examples/simpletextviewer/documentation/images/mainwindow.png +%%QT_DOCDIR%%/qtassistant/images/used-in-examples/simpletextviewer/documentation/images/open.png +%%QT_DOCDIR%%/qtassistant/images/used-in-examples/simpletextviewer/documentation/images/wildcard.png +%%QT_DOCDIR%%/qtbluetooth/images/used-in-examples/btfiletransfer/busy.gif +%%QT_DOCDIR%%/qtbluetooth/images/used-in-examples/btfiletransfer/pairing.gif +%%QT_DOCDIR%%/qtbluetooth/images/used-in-examples/heartrate-game/qml/images/bt_off_to_on.png +%%QT_DOCDIR%%/qtbluetooth/images/used-in-examples/heartrate-game/qml/images/heart.png +%%QT_DOCDIR%%/qtbluetooth/images/used-in-examples/heartrate-game/qml/images/logo.png +%%QT_DOCDIR%%/qtbluetooth/images/used-in-examples/lowenergyscanner/assets/busy_dark.png +%%QT_DOCDIR%%/qtbluetooth/images/used-in-examples/picturetransfer/background.png +%%QT_DOCDIR%%/qtbluetooth/images/used-in-examples/picturetransfer/icon.png +%%QT_DOCDIR%%/qtbluetooth/images/used-in-examples/scanner/default.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/framebuffer/qml/framebuffer/qtlogo.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/interaction/qml/interaction/barrel.jpg +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/jsonmodels/qml/jsonmodels/bush.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/jsonmodels/qml/jsonmodels/gold.jpg +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/jsonmodels/qml/jsonmodels/pallet.jpg +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/jsonmodels/qml/jsonmodels/rock.jpg +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/jsonmodels/qml/jsonmodels/woodbox.jpg +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/textureandlight/qml/textureandlight/qtlogo.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/oneqt/ios/OneQtIcon29x29.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/oneqt/ios/OneQtIcon29x29@2x.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/oneqt/ios/OneQtIcon29x29@2x~ipad.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/oneqt/ios/OneQtIcon29x29~ipad.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/oneqt/ios/OneQtIcon40x40@2x.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/oneqt/ios/OneQtIcon40x40@2x~ipad.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/oneqt/ios/OneQtIcon40x40~ipad.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/oneqt/ios/OneQtIcon50x50@2x~ipad.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/oneqt/ios/OneQtIcon50x50~ipad.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/oneqt/ios/OneQtIcon57x57.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/oneqt/ios/OneQtIcon57x57@2x.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/oneqt/ios/OneQtIcon60x60@2x.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/oneqt/ios/OneQtIcon72x72@2x~ipad.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/oneqt/ios/OneQtIcon72x72~ipad.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/oneqt/ios/OneQtIcon76x76@2x~ipad.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/oneqt/ios/OneQtIcon76x76~ipad.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/oneqt/textures/dataviz.jpg +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/oneqt/textures/devices.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/oneqt/textures/embedded.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/oneqt/textures/iot.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/oneqt/textures/multiscreen.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/oneqt/textures/puzzle-pieces.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/oneqt/textures/qtlogo.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/oneqt/textures/qtlogosmall.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/planets/ios/AppIcon29x29.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/planets/ios/AppIcon29x29@2x.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/planets/ios/AppIcon29x29@2x~ipad.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/planets/ios/AppIcon29x29~ipad.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/planets/ios/AppIcon40x40@2x.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/planets/ios/AppIcon40x40@2x~ipad.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/planets/ios/AppIcon40x40~ipad.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/planets/ios/AppIcon50x50@2x~ipad.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/planets/ios/AppIcon50x50~ipad.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/planets/ios/AppIcon57x57.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/planets/ios/AppIcon57x57@2x.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/planets/ios/AppIcon60x60@2x.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/planets/ios/AppIcon72x72@2x~ipad.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/planets/ios/AppIcon72x72~ipad.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/planets/ios/AppIcon76x76@2x~ipad.png +%%QT_DOCDIR%%/qtcanvas3d/images/used-in-examples/threejs/planets/ios/AppIcon76x76~ipad.png +%%QT_DOCDIR%%/qtcore/images/used-in-examples/ipc/sharedmemory/image.png +%%QT_DOCDIR%%/qtcore/images/used-in-examples/ipc/sharedmemory/qt.png +%%QT_DOCDIR%%/qtcore/qbeinteger-members.html +%%QT_DOCDIR%%/qtcore/qbeinteger.html +%%QT_DOCDIR%%/qtcore/qkeyvalueiterator-members.html +%%QT_DOCDIR%%/qtcore/qkeyvalueiterator.html +%%QT_DOCDIR%%/qtcore/qleinteger-members.html +%%QT_DOCDIR%%/qtcore/qleinteger.html +%%QT_DOCDIR%%/qtcore/qrandomgenerator-members.html +%%QT_DOCDIR%%/qtcore/qrandomgenerator.html +%%QT_DOCDIR%%/qtcore/qrandomgenerator64-members.html +%%QT_DOCDIR%%/qtcore/qrandomgenerator64.html +%%QT_DOCDIR%%/qtcore/qsemaphorereleaser-members.html +%%QT_DOCDIR%%/qtcore/qsemaphorereleaser.html +%%QT_DOCDIR%%/qtcore/qstringview-members.html +%%QT_DOCDIR%%/qtcore/qstringview.html +%%QT_DOCDIR%%/qtdoc/newclasses510.html +%%QT_DOCDIR%%/qtdoc/whatsnew510.html +%%QT_DOCDIR%%/qtgamepad/images/used-in-examples/keyNavigation/keyNavigation64.png +%%QT_DOCDIR%%/qtgamepad/images/used-in-examples/keyNavigation/keyNavigation80.png +%%QT_DOCDIR%%/qtgamepad/images/used-in-examples/mouseItem/mouseItem64.png +%%QT_DOCDIR%%/qtgamepad/images/used-in-examples/mouseItem/mouseItem80.png +%%QT_DOCDIR%%/qtgamepad/images/used-in-examples/quickGamepad/qml/xboxControllerBack.png +%%QT_DOCDIR%%/qtgamepad/images/used-in-examples/quickGamepad/qml/xboxControllerButtonA.png +%%QT_DOCDIR%%/qtgamepad/images/used-in-examples/quickGamepad/qml/xboxControllerButtonB.png +%%QT_DOCDIR%%/qtgamepad/images/used-in-examples/quickGamepad/qml/xboxControllerButtonGuide.png +%%QT_DOCDIR%%/qtgamepad/images/used-in-examples/quickGamepad/qml/xboxControllerButtonX.png +%%QT_DOCDIR%%/qtgamepad/images/used-in-examples/quickGamepad/qml/xboxControllerButtonY.png +%%QT_DOCDIR%%/qtgamepad/images/used-in-examples/quickGamepad/qml/xboxControllerDPad.png +%%QT_DOCDIR%%/qtgamepad/images/used-in-examples/quickGamepad/qml/xboxControllerLeftShoulder.png +%%QT_DOCDIR%%/qtgamepad/images/used-in-examples/quickGamepad/qml/xboxControllerLeftThumbstick.png +%%QT_DOCDIR%%/qtgamepad/images/used-in-examples/quickGamepad/qml/xboxControllerLeftTrigger.png +%%QT_DOCDIR%%/qtgamepad/images/used-in-examples/quickGamepad/qml/xboxControllerRightShoulder.png +%%QT_DOCDIR%%/qtgamepad/images/used-in-examples/quickGamepad/qml/xboxControllerRightThumbstick.png +%%QT_DOCDIR%%/qtgamepad/images/used-in-examples/quickGamepad/qml/xboxControllerRightTrigger.png +%%QT_DOCDIR%%/qtgamepad/images/used-in-examples/quickGamepad/qml/xboxControllerStart.png +%%QT_DOCDIR%%/qtgamepad/images/used-in-examples/quickGamepad/quickGamepad64.png +%%QT_DOCDIR%%/qtgamepad/images/used-in-examples/quickGamepad/quickGamepad80.png +%%QT_DOCDIR%%/qtgui/images/hellovulkancubes.png +%%QT_DOCDIR%%/qtgui/images/hellovulkantexture.png +%%QT_DOCDIR%%/qtgui/images/hellovulkantriangle.png +%%QT_DOCDIR%%/qtgui/images/hellovulkanwidget.png +%%QT_DOCDIR%%/qtgui/images/hellovulkanwindow.png +%%QT_DOCDIR%%/qtgui/images/used-in-examples/hellovulkantexture/qt256.png +%%QT_DOCDIR%%/qtgui/qnativegestureevent-obsolete.html +%%QT_DOCDIR%%/qtgui/qtextoption-obsolete.html +%%QT_DOCDIR%%/qtgui/qtgui-attribution-icc-srgb-color-profile.html +%%QT_DOCDIR%%/qtgui/qtgui-attribution-vulkan-xml-spec.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkancubes-camera-cpp.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkancubes-camera-h.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkancubes-example.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkancubes-hellovulkancubes-pro.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkancubes-hellovulkancubes-qrc.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkancubes-main-cpp.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkancubes-mainwindow-cpp.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkancubes-mainwindow-h.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkancubes-mesh-cpp.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkancubes-mesh-h.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkancubes-renderer-cpp.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkancubes-renderer-h.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkancubes-shader-cpp.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkancubes-shader-h.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkancubes-vulkanwindow-cpp.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkancubes-vulkanwindow-h.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkantexture-example.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkantexture-hellovulkantexture-cpp.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkantexture-hellovulkantexture-h.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkantexture-hellovulkantexture-pro.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkantexture-hellovulkantexture-qrc.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkantexture-main-cpp.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkantriangle-example.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkantriangle-hellovulkantriangle-pro.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkantriangle-hellovulkantriangle-qrc.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkantriangle-main-cpp.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkanwidget-example.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkanwidget-hellovulkanwidget-cpp.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkanwidget-hellovulkanwidget-h.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkanwidget-hellovulkanwidget-pro.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkanwidget-hellovulkanwidget-qrc.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkanwidget-main-cpp.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkanwindow-example.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkanwindow-hellovulkanwindow-cpp.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkanwindow-hellovulkanwindow-h.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkanwindow-hellovulkanwindow-pro.html +%%QT_DOCDIR%%/qtgui/qtgui-hellovulkanwindow-main-cpp.html +%%QT_DOCDIR%%/qtgui/qvulkanextension-members.html +%%QT_DOCDIR%%/qtgui/qvulkanextension.html +%%QT_DOCDIR%%/qtgui/qvulkaninfovector-members.html +%%QT_DOCDIR%%/qtgui/qvulkaninfovector.html +%%QT_DOCDIR%%/qtgui/qvulkaninstance-members.html +%%QT_DOCDIR%%/qtgui/qvulkaninstance.html +%%QT_DOCDIR%%/qtgui/qvulkanlayer-members.html +%%QT_DOCDIR%%/qtgui/qvulkanlayer.html +%%QT_DOCDIR%%/qtgui/qvulkanwindow-members.html +%%QT_DOCDIR%%/qtgui/qvulkanwindow.html +%%QT_DOCDIR%%/qtgui/qvulkanwindowrenderer-members.html +%%QT_DOCDIR%%/qtgui/qvulkanwindowrenderer.html +%%QT_DOCDIR%%/qtlocation/images/used-in-examples/mapviewer/resources/icon.png +%%QT_DOCDIR%%/qtlocation/images/used-in-examples/mapviewer/resources/marker.png +%%QT_DOCDIR%%/qtlocation/images/used-in-examples/mapviewer/resources/scale.png +%%QT_DOCDIR%%/qtlocation/images/used-in-examples/mapviewer/resources/scale_end.png +%%QT_DOCDIR%%/qtlocation/images/used-in-examples/places/resources/categories.png +%%QT_DOCDIR%%/qtlocation/images/used-in-examples/places/resources/left.png +%%QT_DOCDIR%%/qtlocation/images/used-in-examples/places/resources/marker.png +%%QT_DOCDIR%%/qtlocation/images/used-in-examples/places/resources/right.png +%%QT_DOCDIR%%/qtlocation/images/used-in-examples/places/resources/scale.png +%%QT_DOCDIR%%/qtlocation/images/used-in-examples/places/resources/scale_end.png +%%QT_DOCDIR%%/qtlocation/images/used-in-examples/places/resources/search.png +%%QT_DOCDIR%%/qtlocation/images/used-in-examples/places/resources/star.png +%%QT_DOCDIR%%/qtlocation/images/used-in-examples/places_list/marker.png +%%QT_DOCDIR%%/qtlocation/images/used-in-examples/places_map/marker.png +%%QT_DOCDIR%%/qtlocation/images/used-in-examples/planespotter/airplane.png +%%QT_DOCDIR%%/qtlocation/qml-qtlocation-cameracapabilities-members.html +%%QT_DOCDIR%%/qtlocation/qml-qtlocation-cameracapabilities.html +%%QT_DOCDIR%%/qtmacextras/images/used-in-examples/macfunctions/qtlogo.png +%%QT_DOCDIR%%/qtmultimedia/images/used-in-examples/multimedia/spectrum/app/images/record.png +%%QT_DOCDIR%%/qtmultimedia/images/used-in-examples/multimedia/spectrum/app/images/settings.png +%%QT_DOCDIR%%/qtmultimedia/images/used-in-examples/multimedia/video/qmlvideo/qmlvideo.png +%%QT_DOCDIR%%/qtmultimedia/images/used-in-examples/multimedia/video/qmlvideofx/qmlvideofx.png +%%QT_DOCDIR%%/qtmultimedia/qtmultimedia-multimedia-audiorecorder-audiolevel-cpp.html +%%QT_DOCDIR%%/qtmultimedia/qtmultimedia-multimedia-audiorecorder-audiolevel-h.html +%%QT_DOCDIR%%/qtmultimedia/qtmultimedia-multimedia-declarative-radio-button-qml.html +%%QT_DOCDIR%%/qtnetwork/images/used-in-examples/securesocketclient/encrypted.png +%%QT_DOCDIR%%/qtnetwork/images/used-in-examples/torrent/icons/1downarrow.png +%%QT_DOCDIR%%/qtnetwork/images/used-in-examples/torrent/icons/1uparrow.png +%%QT_DOCDIR%%/qtnetwork/images/used-in-examples/torrent/icons/bottom.png +%%QT_DOCDIR%%/qtnetwork/images/used-in-examples/torrent/icons/edit_add.png +%%QT_DOCDIR%%/qtnetwork/images/used-in-examples/torrent/icons/edit_remove.png +%%QT_DOCDIR%%/qtnetwork/images/used-in-examples/torrent/icons/exit.png +%%QT_DOCDIR%%/qtnetwork/images/used-in-examples/torrent/icons/peertopeer.png +%%QT_DOCDIR%%/qtnetwork/images/used-in-examples/torrent/icons/player_pause.png +%%QT_DOCDIR%%/qtnetwork/images/used-in-examples/torrent/icons/player_play.png +%%QT_DOCDIR%%/qtnetwork/images/used-in-examples/torrent/icons/player_stop.png +%%QT_DOCDIR%%/qtnetwork/images/used-in-examples/torrent/icons/stop.png +%%QT_DOCDIR%%/qtnfc/images/used-in-examples/corkboard/NfcFlag.png +%%QT_DOCDIR%%/qtnfc/images/used-in-examples/corkboard/cork.jpg +%%QT_DOCDIR%%/qtnfc/images/used-in-examples/corkboard/icon.png +%%QT_DOCDIR%%/qtnfc/images/used-in-examples/corkboard/note-yellow.png +%%QT_DOCDIR%%/qtnfc/images/used-in-examples/corkboard/tack.png +%%QT_DOCDIR%%/qtopengl/images/used-in-examples/cube/cube.png +%%QT_DOCDIR%%/qtpositioning/images/used-in-examples/geoflickr/flickrmobile/images/gloss.png +%%QT_DOCDIR%%/qtpositioning/images/used-in-examples/geoflickr/flickrmobile/images/lineedit.png +%%QT_DOCDIR%%/qtpositioning/images/used-in-examples/geoflickr/flickrmobile/images/moon.png +%%QT_DOCDIR%%/qtpositioning/images/used-in-examples/geoflickr/flickrmobile/images/quit.png +%%QT_DOCDIR%%/qtpositioning/images/used-in-examples/geoflickr/flickrmobile/images/star.png +%%QT_DOCDIR%%/qtpositioning/images/used-in-examples/geoflickr/flickrmobile/images/stripes.png +%%QT_DOCDIR%%/qtpositioning/images/used-in-examples/geoflickr/flickrmobile/images/sun.png +%%QT_DOCDIR%%/qtpositioning/images/used-in-examples/geoflickr/flickrmobile/images/titlebar.png +%%QT_DOCDIR%%/qtpositioning/images/used-in-examples/geoflickr/flickrmobile/images/toolbutton.png +%%QT_DOCDIR%%/qtpositioning/images/used-in-examples/weatherinfo/icons/weather-few-clouds.png +%%QT_DOCDIR%%/qtpositioning/images/used-in-examples/weatherinfo/icons/weather-fog.png +%%QT_DOCDIR%%/qtpositioning/images/used-in-examples/weatherinfo/icons/weather-haze.png +%%QT_DOCDIR%%/qtpositioning/images/used-in-examples/weatherinfo/icons/weather-icy.png +%%QT_DOCDIR%%/qtpositioning/images/used-in-examples/weatherinfo/icons/weather-overcast.png +%%QT_DOCDIR%%/qtpositioning/images/used-in-examples/weatherinfo/icons/weather-showers.png +%%QT_DOCDIR%%/qtpositioning/images/used-in-examples/weatherinfo/icons/weather-sleet.png +%%QT_DOCDIR%%/qtpositioning/images/used-in-examples/weatherinfo/icons/weather-snow.png +%%QT_DOCDIR%%/qtpositioning/images/used-in-examples/weatherinfo/icons/weather-storm.png +%%QT_DOCDIR%%/qtpositioning/images/used-in-examples/weatherinfo/icons/weather-sunny-very-few-clouds.png +%%QT_DOCDIR%%/qtpositioning/images/used-in-examples/weatherinfo/icons/weather-sunny.png +%%QT_DOCDIR%%/qtpositioning/images/used-in-examples/weatherinfo/icons/weather-thundershower.png +%%QT_DOCDIR%%/qtpositioning/qgeopolygon-members.html +%%QT_DOCDIR%%/qtpositioning/qgeopolygon.html +%%QT_DOCDIR%%/qtqml/images/used-in-examples/dynamicscene/content/images/face-smile.png +%%QT_DOCDIR%%/qtqml/images/used-in-examples/dynamicscene/content/images/moon.png +%%QT_DOCDIR%%/qtqml/images/used-in-examples/dynamicscene/content/images/rabbit_brown.png +%%QT_DOCDIR%%/qtqml/images/used-in-examples/dynamicscene/content/images/rabbit_bw.png +%%QT_DOCDIR%%/qtqml/images/used-in-examples/dynamicscene/content/images/star.png +%%QT_DOCDIR%%/qtqml/images/used-in-examples/dynamicscene/content/images/sun.png +%%QT_DOCDIR%%/qtqml/images/used-in-examples/dynamicscene/content/images/tree_s.png +%%QT_DOCDIR%%/qtqml/images/used-in-examples/qmlextensionplugins/imports/TimeExample/center.png +%%QT_DOCDIR%%/qtqml/images/used-in-examples/qmlextensionplugins/imports/TimeExample/clock.png +%%QT_DOCDIR%%/qtqml/images/used-in-examples/qmlextensionplugins/imports/TimeExample/hour.png +%%QT_DOCDIR%%/qtqml/images/used-in-examples/qmlextensionplugins/imports/TimeExample/minute.png +%%QT_DOCDIR%%/qtquick/images/declarative-arcrotation.png +%%QT_DOCDIR%%/qtquick/images/pathitem-code-example.png +%%QT_DOCDIR%%/qtquick/images/pointDistanceThreshold.png +%%QT_DOCDIR%%/qtquick/images/qml-shapes-example.png +%%QT_DOCDIR%%/qtquick/images/shape-radial-gradient.png +%%QT_DOCDIR%%/qtquick/images/touchpoints-pinchhandler.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/animation/basics/images/face-smile.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/animation/basics/images/moon.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/animation/basics/images/shadow.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/animation/basics/images/star.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/animation/basics/images/sun.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/animation/states/qt-logo.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/canvas/contents/qt-logo.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/canvas/squircle/squircle.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/customitems/dialcontrol/content/background.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/customitems/dialcontrol/content/needle.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/customitems/dialcontrol/content/needle_shadow.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/customitems/dialcontrol/content/overlay.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/customitems/dialcontrol/content/quit.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/customitems/flipable/content/5_heart.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/customitems/flipable/content/9_club.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/customitems/flipable/content/back.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/customitems/scrollbar/pics/niagara_falls.jpg +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/calqlatr/content/images/paper-edge-left.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/calqlatr/content/images/paper-edge-right.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/calqlatr/content/images/paper-grip.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/clocks/content/arrow.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/clocks/content/background.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/clocks/content/center.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/clocks/content/clock-night.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/clocks/content/clock.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/clocks/content/hour.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/clocks/content/minute.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/clocks/content/quit.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/clocks/content/second.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/background.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/bomb-action.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/bomb-idle.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/bomb.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/button-help.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/button-play.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/catch-action.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/catch.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/cloud.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/currency.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/dialog-bomb.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/dialog-factory.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/dialog-melee.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/dialog-pointer.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/dialog-shooter.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/dialog.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/factory-action.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/factory-idle.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/factory.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/grid.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/help.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/lifes.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/logo-bubble.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/logo-fish.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/logo.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/melee-action.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/melee-idle.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/melee.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/mob-idle.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/mob.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/points.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/projectile-action.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/projectile.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/scores.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/shooter-action.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/shooter-idle.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/shooter.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/sunlight.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/text-1.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/text-2.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/text-3.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/text-blank.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/text-gameover.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/text-go.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/maroon/content/gfx/wave.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/photosurface/resources/folder.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/photosurface/resources/icon.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/photoviewer/PhotoViewerCore/images/box-shadow.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/photoviewer/PhotoViewerCore/images/busy.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/photoviewer/PhotoViewerCore/images/cardboard.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/rssnews/content/images/Asia.jpg +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/rssnews/content/images/Business.jpg +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/rssnews/content/images/Entertainment.jpg +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/rssnews/content/images/Europe.jpg +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/rssnews/content/images/Health.jpg +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/rssnews/content/images/Politics.jpg +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/rssnews/content/images/Science.jpg +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/rssnews/content/images/Sports.jpg +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/rssnews/content/images/Technology.jpg +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/rssnews/content/images/TopStories.jpg +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/rssnews/content/images/USNational.jpg +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/rssnews/content/images/World.jpg +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/rssnews/content/images/btn_close.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/rssnews/content/images/busy.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/rssnews/content/images/scrollbar.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/background-puzzle.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/background.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/bar.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/blue-puzzle.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/blue.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/bubble-highscore.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/bubble-puzzle.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/but-game-1.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/but-game-2.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/but-game-3.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/but-game-4.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/but-game-new.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/but-menu.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/but-puzzle-next.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/but-quit.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/green-puzzle.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/green.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/icon-fail.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/icon-ok.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/icon-time.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/logo-a.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/logo-e.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/logo-g.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/logo-m.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/logo-s.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/logo.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/particle-brick.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/particle-paint.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/particle-smoke.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/red-puzzle.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/red.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/text-highscore-new.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/text-highscore.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/text-no-winner.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/text-p1-go.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/text-p1-won.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/text-p1.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/text-p2-go.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/text-p2-won.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/text-p2.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/yellow-puzzle.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/samegame/content/gfx/yellow.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/stocqt/content/images/icon-left-arrow.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/stocqt/content/images/wheel-touch.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/stocqt/content/images/wheel.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/tweetsearch/content/resources/anonymous.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/tweetsearch/content/resources/bird-anim-sprites.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/tweetsearch/content/resources/icon-clear.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/tweetsearch/content/resources/icon-loading.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/tweetsearch/content/resources/icon-refresh.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/demos/tweetsearch/content/resources/icon-search.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/imageelements/content/BearSheet.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/imageelements/content/arrow.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/imageelements/content/bw.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/imageelements/content/colors.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/imageelements/content/qt-logo.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/imageelements/content/shadow.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/imageelements/content/speaker.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/keyinteraction/focus/Core/images/arrow.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/keyinteraction/focus/Core/images/qt-logo.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/shadereffects/content/face-smile.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/shadereffects/content/qt-logo.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/text/imgtag/images/face-sad.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/text/imgtag/images/face-smile-big.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/text/imgtag/images/face-smile.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/text/imgtag/images/heart200.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/text/imgtag/images/qtlogo.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/text/imgtag/images/starfish_2.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/text/textselection/pics/endHandle.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/text/textselection/pics/startHandle.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/touchinteraction/flickable/content/cork.jpg +%%QT_DOCDIR%%/qtquick/images/used-in-examples/touchinteraction/flickable/content/note-yellow.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/touchinteraction/flickable/content/tack.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/touchinteraction/multipointtouch/content/Bear0.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/touchinteraction/multipointtouch/content/Bear1.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/touchinteraction/multipointtouch/content/Bear2.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/touchinteraction/multipointtouch/content/Bear3.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/touchinteraction/multipointtouch/content/BearB.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/touchinteraction/multipointtouch/content/blur-circle.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/touchinteraction/multipointtouch/content/blur-circle3.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/touchinteraction/multipointtouch/content/heart-blur.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/touchinteraction/multipointtouch/content/title.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/touchinteraction/pincharea/qt-logo.jpg +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/gridview/pics/AddressBook_48.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/gridview/pics/AudioPlayer_48.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/gridview/pics/Camera_48.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/gridview/pics/DateBook_48.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/gridview/pics/EMail_48.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/gridview/pics/TodoList_48.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/gridview/pics/VideoPlayer_48.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/listview/content/pics/arrow-down.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/listview/content/pics/arrow-up.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/listview/content/pics/fruit-salad.jpg +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/listview/content/pics/hamburger.jpg +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/listview/content/pics/lemonade.jpg +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/listview/content/pics/list-delete.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/listview/content/pics/minus-sign.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/listview/content/pics/moreDown.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/listview/content/pics/moreUp.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/listview/content/pics/pancakes.jpg +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/listview/content/pics/plus-sign.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/listview/content/pics/vegetable-soup.jpg +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/parallax/content/background.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/parallax/content/center.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/parallax/content/clock-night.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/parallax/content/clock.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/parallax/content/hour.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/parallax/content/minute.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/parallax/content/pics/background.jpg +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/parallax/content/pics/face-smile.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/parallax/content/pics/home-page.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/parallax/content/pics/shadow.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/parallax/content/pics/yast-joystick.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/parallax/content/pics/yast-wol.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/parallax/content/quit.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/parallax/content/second.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/pathview/pics/AddressBook_48.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/pathview/pics/AudioPlayer_48.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/pathview/pics/Camera_48.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/pathview/pics/DateBook_48.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/pathview/pics/EMail_48.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/pathview/pics/TodoList_48.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/views/pathview/pics/VideoPlayer_48.png +%%QT_DOCDIR%%/qtquick/images/used-in-examples/window/resources/icon64.png +%%QT_DOCDIR%%/qtquick/images/visualpath-code-example.png +%%QT_DOCDIR%%/qtquick/qml-qt-labs-handlers-draghandler-members.html +%%QT_DOCDIR%%/qtquick/qml-qt-labs-handlers-draghandler.html +%%QT_DOCDIR%%/qtquick/qml-qt-labs-handlers-handlerpoint-members.html +%%QT_DOCDIR%%/qtquick/qml-qt-labs-handlers-handlerpoint.html +%%QT_DOCDIR%%/qtquick/qml-qt-labs-handlers-multipointhandler-members.html +%%QT_DOCDIR%%/qtquick/qml-qt-labs-handlers-multipointhandler.html +%%QT_DOCDIR%%/qtquick/qml-qt-labs-handlers-pinchhandler-members.html +%%QT_DOCDIR%%/qtquick/qml-qt-labs-handlers-pinchhandler.html +%%QT_DOCDIR%%/qtquick/qml-qt-labs-handlers-pointerdevicehandler-members.html +%%QT_DOCDIR%%/qtquick/qml-qt-labs-handlers-pointerdevicehandler.html +%%QT_DOCDIR%%/qtquick/qml-qt-labs-handlers-pointerhandler-members.html +%%QT_DOCDIR%%/qtquick/qml-qt-labs-handlers-pointerhandler.html +%%QT_DOCDIR%%/qtquick/qml-qt-labs-handlers-singlepointhandler-members.html +%%QT_DOCDIR%%/qtquick/qml-qt-labs-handlers-singlepointhandler.html +%%QT_DOCDIR%%/qtquick/qml-qt-labs-handlers-taphandler-members.html +%%QT_DOCDIR%%/qtquick/qml-qt-labs-handlers-taphandler.html +%%QT_DOCDIR%%/qtquick/qml-qtquick-eventpoint-members.html +%%QT_DOCDIR%%/qtquick/qml-qtquick-eventpoint.html +%%QT_DOCDIR%%/qtquick/qml-qtquick-eventtouchpoint-members.html +%%QT_DOCDIR%%/qtquick/qml-qtquick-eventtouchpoint.html +%%QT_DOCDIR%%/qtquick/qml-qtquick-pathmove-members.html +%%QT_DOCDIR%%/qtquick/qml-qtquick-pathmove.html +%%QT_DOCDIR%%/qtquick/qml-qtquick-pointerdevice-members.html +%%QT_DOCDIR%%/qtquick/qml-qtquick-pointerdevice.html +%%QT_DOCDIR%%/qtquick/qml-qtquick-pointerevent-members.html +%%QT_DOCDIR%%/qtquick/qml-qtquick-pointerevent.html +%%QT_DOCDIR%%/qtquick/qml-qtquick-shapes-conicalgradient-members.html +%%QT_DOCDIR%%/qtquick/qml-qtquick-shapes-conicalgradient.html +%%QT_DOCDIR%%/qtquick/qml-qtquick-shapes-lineargradient-members.html +%%QT_DOCDIR%%/qtquick/qml-qtquick-shapes-lineargradient.html +%%QT_DOCDIR%%/qtquick/qml-qtquick-shapes-radialgradient-members.html +%%QT_DOCDIR%%/qtquick/qml-qtquick-shapes-radialgradient.html +%%QT_DOCDIR%%/qtquick/qml-qtquick-shapes-shape-members.html +%%QT_DOCDIR%%/qtquick/qml-qtquick-shapes-shape.html +%%QT_DOCDIR%%/qtquick/qml-qtquick-shapes-shapegradient-members.html +%%QT_DOCDIR%%/qtquick/qml-qtquick-shapes-shapegradient.html +%%QT_DOCDIR%%/qtquick/qml-qtquick-shapes-shapepath-members.html +%%QT_DOCDIR%%/qtquick/qml-qtquick-shapes-shapepath.html +%%QT_DOCDIR%%/qtquick/qt-labs-handlers-qmlmodule.html +%%QT_DOCDIR%%/qtquick/qtquick-shapes-content-clippedtigers-qml.html +%%QT_DOCDIR%%/qtquick/qtquick-shapes-content-interactive-qml.html +%%QT_DOCDIR%%/qtquick/qtquick-shapes-content-item1-qml.html +%%QT_DOCDIR%%/qtquick/qtquick-shapes-content-item10-qml.html +%%QT_DOCDIR%%/qtquick/qtquick-shapes-content-item11-qml.html +%%QT_DOCDIR%%/qtquick/qtquick-shapes-content-item12-qml.html +%%QT_DOCDIR%%/qtquick/qtquick-shapes-content-item13-qml.html +%%QT_DOCDIR%%/qtquick/qtquick-shapes-content-item14-qml.html +%%QT_DOCDIR%%/qtquick/qtquick-shapes-content-item15-qml.html +%%QT_DOCDIR%%/qtquick/qtquick-shapes-content-item17-qml.html +%%QT_DOCDIR%%/qtquick/qtquick-shapes-content-item2-qml.html +%%QT_DOCDIR%%/qtquick/qtquick-shapes-content-item3-qml.html +%%QT_DOCDIR%%/qtquick/qtquick-shapes-content-item4-qml.html +%%QT_DOCDIR%%/qtquick/qtquick-shapes-content-item5-qml.html +%%QT_DOCDIR%%/qtquick/qtquick-shapes-content-item6-qml.html +%%QT_DOCDIR%%/qtquick/qtquick-shapes-content-item7-qml.html +%%QT_DOCDIR%%/qtquick/qtquick-shapes-content-item8-qml.html +%%QT_DOCDIR%%/qtquick/qtquick-shapes-content-item9-qml.html +%%QT_DOCDIR%%/qtquick/qtquick-shapes-content-main-qml.html +%%QT_DOCDIR%%/qtquick/qtquick-shapes-content-sampling-qml.html +%%QT_DOCDIR%%/qtquick/qtquick-shapes-content-shapegallery-qml.html +%%QT_DOCDIR%%/qtquick/qtquick-shapes-content-tiger-qml.html +%%QT_DOCDIR%%/qtquick/qtquick-shapes-example.html +%%QT_DOCDIR%%/qtquick/qtquick-shapes-main-cpp.html +%%QT_DOCDIR%%/qtquick/qtquick-shapes-qmlmodule.html +%%QT_DOCDIR%%/qtquick/qtquick-shapes-shapes-pro.html +%%QT_DOCDIR%%/qtquick/qtquick-shapes-shapes-qrc.html +%%QT_DOCDIR%%/qtquick/qtquickhandlers-index.html +%%QT_DOCDIR%%/qtquickcontrols/images/used-in-examples/texteditor/qml/images/editcopy.png +%%QT_DOCDIR%%/qtquickcontrols/images/used-in-examples/texteditor/qml/images/editcut.png +%%QT_DOCDIR%%/qtquickcontrols/images/used-in-examples/texteditor/qml/images/editpaste.png +%%QT_DOCDIR%%/qtquickcontrols/images/used-in-examples/texteditor/qml/images/editredo.png +%%QT_DOCDIR%%/qtquickcontrols/images/used-in-examples/texteditor/qml/images/editundo.png +%%QT_DOCDIR%%/qtquickcontrols/images/used-in-examples/texteditor/qml/images/exportpdf.png +%%QT_DOCDIR%%/qtquickcontrols/images/used-in-examples/texteditor/qml/images/filenew.png +%%QT_DOCDIR%%/qtquickcontrols/images/used-in-examples/texteditor/qml/images/fileopen.png +%%QT_DOCDIR%%/qtquickcontrols/images/used-in-examples/texteditor/qml/images/fileprint.png +%%QT_DOCDIR%%/qtquickcontrols/images/used-in-examples/texteditor/qml/images/filesave.png +%%QT_DOCDIR%%/qtquickcontrols/images/used-in-examples/texteditor/qml/images/qt-logo.png +%%QT_DOCDIR%%/qtquickcontrols/images/used-in-examples/texteditor/qml/images/textbold.png +%%QT_DOCDIR%%/qtquickcontrols/images/used-in-examples/texteditor/qml/images/textcenter.png +%%QT_DOCDIR%%/qtquickcontrols/images/used-in-examples/texteditor/qml/images/textitalic.png +%%QT_DOCDIR%%/qtquickcontrols/images/used-in-examples/texteditor/qml/images/textjustify.png +%%QT_DOCDIR%%/qtquickcontrols/images/used-in-examples/texteditor/qml/images/textleft.png +%%QT_DOCDIR%%/qtquickcontrols/images/used-in-examples/texteditor/qml/images/textright.png +%%QT_DOCDIR%%/qtquickcontrols/images/used-in-examples/texteditor/qml/images/textunder.png +%%QT_DOCDIR%%/qtquickcontrols/images/used-in-examples/texteditor/qml/images/zoomin.png +%%QT_DOCDIR%%/qtquickcontrols/images/used-in-examples/texteditor/qml/images/zoomout.png +%%QT_DOCDIR%%/qtquickcontrols2/images/applicationwindow-background.png +%%QT_DOCDIR%%/qtquickcontrols2/images/applicationwindow-overlay-modal.png +%%QT_DOCDIR%%/qtquickcontrols2/images/applicationwindow-overlay.png +%%QT_DOCDIR%%/qtquickcontrols2/images/button-background-checked-disabled.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/button-background-checked-focused.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/button-background-checked-hovered.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/button-background-checked.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/button-background-disabled.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/button-background-flat-checked.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/button-background-flat-disabled.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/button-background-flat-hovered.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/button-background-flat-pressed.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/button-background-flat.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/button-background-focused.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/button-background-highlighted-checked.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/button-background-highlighted-disabled.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/button-background-highlighted-focused.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/button-background-highlighted-hovered.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/button-background-highlighted-pressed.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/button-background-highlighted.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/button-background-hovered.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/button-background-pressed.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/button-background.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkbox-indicator-checked-focused.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkbox-indicator-checked-hovered.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkbox-indicator-checked-pressed.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkbox-indicator-checked.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkbox-indicator-disabled.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkbox-indicator-focused.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkbox-indicator-hovered.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkbox-indicator-partially-checked-focused.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkbox-indicator-partially-checked-hovered.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkbox-indicator-partially-checked-pressed.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkbox-indicator-partially-checked.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkbox-indicator-pressed.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkbox-indicator.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkdelegate-background-disabled.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkdelegate-background-focused.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkdelegate-background-hovered.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkdelegate-background-pressed.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkdelegate-background.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkdelegate-indicator-checked-focused.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkdelegate-indicator-checked-hovered.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkdelegate-indicator-checked-pressed.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkdelegate-indicator-checked.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkdelegate-indicator-disabled.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkdelegate-indicator-focused.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkdelegate-indicator-hovered.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkdelegate-indicator-partially-checked-focused.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkdelegate-indicator-partially-checked-hovered.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkdelegate-indicator-partially-checked-pressed.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkdelegate-indicator-partially-checked.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkdelegate-indicator-pressed.png +%%QT_DOCDIR%%/qtquickcontrols2/images/checkdelegate-indicator.png +%%QT_DOCDIR%%/qtquickcontrols2/images/combobox-background-disabled.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/combobox-background-editable-disabled.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/combobox-background-editable-focused.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/combobox-background-editable.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/combobox-background-focused.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/combobox-background-hovered.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/combobox-background-open.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/combobox-background-pressed.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/combobox-background.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/combobox-indicator-disabled.png +%%QT_DOCDIR%%/qtquickcontrols2/images/combobox-indicator-editable-disabled.png +%%QT_DOCDIR%%/qtquickcontrols2/images/combobox-indicator-editable-mirrored-disabled.png +%%QT_DOCDIR%%/qtquickcontrols2/images/combobox-indicator-editable-mirrored.png +%%QT_DOCDIR%%/qtquickcontrols2/images/combobox-indicator-editable.png +%%QT_DOCDIR%%/qtquickcontrols2/images/combobox-indicator.png +%%QT_DOCDIR%%/qtquickcontrols2/images/combobox-popup.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/delaybutton-background-checked-focused.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/delaybutton-background-checked-hovered.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/delaybutton-background-checked.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/delaybutton-background-disabled-checked.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/delaybutton-background-disabled.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/delaybutton-background-focused.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/delaybutton-background-hovered.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/delaybutton-background-pressed.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/delaybutton-background.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/delaybutton-mask.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/delaybutton-progress-disabled.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/delaybutton-progress.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/dial-background-disabled.png +%%QT_DOCDIR%%/qtquickcontrols2/images/dial-background-focused.png +%%QT_DOCDIR%%/qtquickcontrols2/images/dial-background.png +%%QT_DOCDIR%%/qtquickcontrols2/images/dial-handle-disabled.png +%%QT_DOCDIR%%/qtquickcontrols2/images/dial-handle-focused-hovered.png +%%QT_DOCDIR%%/qtquickcontrols2/images/dial-handle-focused-pressed.png +%%QT_DOCDIR%%/qtquickcontrols2/images/dial-handle-focused.png +%%QT_DOCDIR%%/qtquickcontrols2/images/dial-handle-hovered.png +%%QT_DOCDIR%%/qtquickcontrols2/images/dial-handle-pressed.png +%%QT_DOCDIR%%/qtquickcontrols2/images/dial-handle.png +%%QT_DOCDIR%%/qtquickcontrols2/images/dialog-background.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/dialog-overlay-modal.png +%%QT_DOCDIR%%/qtquickcontrols2/images/dialog-overlay.png +%%QT_DOCDIR%%/qtquickcontrols2/images/dialogbuttonbox-background.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/drawer-background-bottom.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/drawer-background-left.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/drawer-background-right.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/drawer-background-top.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/drawer-overlay-modal.png +%%QT_DOCDIR%%/qtquickcontrols2/images/drawer-overlay.png +%%QT_DOCDIR%%/qtquickcontrols2/images/frame-background.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/groupbox-background.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/groupbox-title.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/itemdelegate-background-disabled.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/itemdelegate-background-focused.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/itemdelegate-background-highlighted.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/itemdelegate-background-hovered.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/itemdelegate-background-pressed.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/itemdelegate-background.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/menu-background.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/menuitem-arrow-disabled.png +%%QT_DOCDIR%%/qtquickcontrols2/images/menuitem-arrow-mirrored-disabled.png +%%QT_DOCDIR%%/qtquickcontrols2/images/menuitem-arrow-mirrored.png +%%QT_DOCDIR%%/qtquickcontrols2/images/menuitem-arrow.png +%%QT_DOCDIR%%/qtquickcontrols2/images/menuitem-background-highlighted.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/menuitem-background.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/menuitem-indicator-checked-focused.png +%%QT_DOCDIR%%/qtquickcontrols2/images/menuitem-indicator-checked-hovered.png +%%QT_DOCDIR%%/qtquickcontrols2/images/menuitem-indicator-checked-pressed.png +%%QT_DOCDIR%%/qtquickcontrols2/images/menuitem-indicator-checked.png +%%QT_DOCDIR%%/qtquickcontrols2/images/menuitem-indicator-disabled.png +%%QT_DOCDIR%%/qtquickcontrols2/images/menuitem-indicator-focused.png +%%QT_DOCDIR%%/qtquickcontrols2/images/menuitem-indicator-hovered.png +%%QT_DOCDIR%%/qtquickcontrols2/images/menuitem-indicator-pressed.png +%%QT_DOCDIR%%/qtquickcontrols2/images/menuitem-indicator.png +%%QT_DOCDIR%%/qtquickcontrols2/images/menuseparator-separator.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/page-background.png +%%QT_DOCDIR%%/qtquickcontrols2/images/pageindicator-delegate-current.png +%%QT_DOCDIR%%/qtquickcontrols2/images/pageindicator-delegate-disabled-current.png +%%QT_DOCDIR%%/qtquickcontrols2/images/pageindicator-delegate-disabled.png +%%QT_DOCDIR%%/qtquickcontrols2/images/pageindicator-delegate-pressed.png +%%QT_DOCDIR%%/qtquickcontrols2/images/pageindicator-delegate.png +%%QT_DOCDIR%%/qtquickcontrols2/images/pane-background.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/popup-background.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/popup-overlay-modal.png +%%QT_DOCDIR%%/qtquickcontrols2/images/popup-overlay.png +%%QT_DOCDIR%%/qtquickcontrols2/images/progressbar-background.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/progressbar-mask.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/progressbar-progress.png +%%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-automotive.png +%%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-button-icononly.png +%%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-button-textbesideicon.png +%%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-button-textonly.png +%%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-fusion-palettes.png +%%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-fusion-thumbnail.png +%%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-fusion-violet.png +%%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-fusion.png +%%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-imagine-9-patch-4x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-imagine-9-patch-inset-boundaries.png +%%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-imagine-9-patch-inset.png +%%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-imagine-9-patch-resized-padding.png +%%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-imagine-9-patch-resized-stretchable.png +%%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-imagine-9-patch-size.png +%%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-imagine-customization-dark.png +%%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-imagine-thumbnail.png +%%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-imagine.png +%%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-menu-custom.png +%%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-menubar-custom.png +%%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-menubar.png +%%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-musicplayer.png +%%QT_DOCDIR%%/qtquickcontrols2/images/radiobutton-indicator-checked-focused.png +%%QT_DOCDIR%%/qtquickcontrols2/images/radiobutton-indicator-checked-hovered.png +%%QT_DOCDIR%%/qtquickcontrols2/images/radiobutton-indicator-checked-pressed.png +%%QT_DOCDIR%%/qtquickcontrols2/images/radiobutton-indicator-checked.png +%%QT_DOCDIR%%/qtquickcontrols2/images/radiobutton-indicator-disabled.png +%%QT_DOCDIR%%/qtquickcontrols2/images/radiobutton-indicator-focused.png +%%QT_DOCDIR%%/qtquickcontrols2/images/radiobutton-indicator-hovered.png +%%QT_DOCDIR%%/qtquickcontrols2/images/radiobutton-indicator-pressed.png +%%QT_DOCDIR%%/qtquickcontrols2/images/radiobutton-indicator.png +%%QT_DOCDIR%%/qtquickcontrols2/images/radiodelegate-background-disabled.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/radiodelegate-background-focused.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/radiodelegate-background-hovered.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/radiodelegate-background-pressed.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/radiodelegate-background.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/radiodelegate-indicator-checked-focused.png +%%QT_DOCDIR%%/qtquickcontrols2/images/radiodelegate-indicator-checked-hovered.png +%%QT_DOCDIR%%/qtquickcontrols2/images/radiodelegate-indicator-checked-pressed.png +%%QT_DOCDIR%%/qtquickcontrols2/images/radiodelegate-indicator-checked.png +%%QT_DOCDIR%%/qtquickcontrols2/images/radiodelegate-indicator-disabled.png +%%QT_DOCDIR%%/qtquickcontrols2/images/radiodelegate-indicator-focused.png +%%QT_DOCDIR%%/qtquickcontrols2/images/radiodelegate-indicator-hovered.png +%%QT_DOCDIR%%/qtquickcontrols2/images/radiodelegate-indicator-pressed.png +%%QT_DOCDIR%%/qtquickcontrols2/images/radiodelegate-indicator.png +%%QT_DOCDIR%%/qtquickcontrols2/images/rangeslider-background-horizontal.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/rangeslider-background-vertical.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/rangeslider-handle-disabled.png +%%QT_DOCDIR%%/qtquickcontrols2/images/rangeslider-handle-focused-hovered.png +%%QT_DOCDIR%%/qtquickcontrols2/images/rangeslider-handle-focused-pressed.png +%%QT_DOCDIR%%/qtquickcontrols2/images/rangeslider-handle-focused.png +%%QT_DOCDIR%%/qtquickcontrols2/images/rangeslider-handle-hovered.png +%%QT_DOCDIR%%/qtquickcontrols2/images/rangeslider-handle-pressed.png +%%QT_DOCDIR%%/qtquickcontrols2/images/rangeslider-handle.png +%%QT_DOCDIR%%/qtquickcontrols2/images/rangeslider-progress-horizontal-disabled.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/rangeslider-progress-horizontal.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/rangeslider-progress-vertical-disabled.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/rangeslider-progress-vertical.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/roundbutton-background-checked-focused.png +%%QT_DOCDIR%%/qtquickcontrols2/images/roundbutton-background-checked-hovered.png +%%QT_DOCDIR%%/qtquickcontrols2/images/roundbutton-background-checked.png +%%QT_DOCDIR%%/qtquickcontrols2/images/roundbutton-background-disabled-checked.png +%%QT_DOCDIR%%/qtquickcontrols2/images/roundbutton-background-disabled.png +%%QT_DOCDIR%%/qtquickcontrols2/images/roundbutton-background-focused.png +%%QT_DOCDIR%%/qtquickcontrols2/images/roundbutton-background-highlighted-focused.png +%%QT_DOCDIR%%/qtquickcontrols2/images/roundbutton-background-highlighted-hovered.png +%%QT_DOCDIR%%/qtquickcontrols2/images/roundbutton-background-highlighted-pressed.png +%%QT_DOCDIR%%/qtquickcontrols2/images/roundbutton-background-highlighted.png +%%QT_DOCDIR%%/qtquickcontrols2/images/roundbutton-background-hovered.png +%%QT_DOCDIR%%/qtquickcontrols2/images/roundbutton-background-pressed.png +%%QT_DOCDIR%%/qtquickcontrols2/images/roundbutton-background.png +%%QT_DOCDIR%%/qtquickcontrols2/images/scrollbar-handle-disabled.png +%%QT_DOCDIR%%/qtquickcontrols2/images/scrollbar-handle-interactive-disabled.png +%%QT_DOCDIR%%/qtquickcontrols2/images/scrollbar-handle-interactive-hovered.png +%%QT_DOCDIR%%/qtquickcontrols2/images/scrollbar-handle-interactive-pressed.png +%%QT_DOCDIR%%/qtquickcontrols2/images/scrollbar-handle-interactive.png +%%QT_DOCDIR%%/qtquickcontrols2/images/scrollbar-handle.png +%%QT_DOCDIR%%/qtquickcontrols2/images/scrollindicator-handle.png +%%QT_DOCDIR%%/qtquickcontrols2/images/slider-background-horizontal.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/slider-background-vertical.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/slider-handle-disabled.png +%%QT_DOCDIR%%/qtquickcontrols2/images/slider-handle-focused-hovered.png +%%QT_DOCDIR%%/qtquickcontrols2/images/slider-handle-focused-pressed.png +%%QT_DOCDIR%%/qtquickcontrols2/images/slider-handle-focused.png +%%QT_DOCDIR%%/qtquickcontrols2/images/slider-handle-hovered.png +%%QT_DOCDIR%%/qtquickcontrols2/images/slider-handle-pressed.png +%%QT_DOCDIR%%/qtquickcontrols2/images/slider-handle.png +%%QT_DOCDIR%%/qtquickcontrols2/images/slider-progress-horizontal-disabled.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/slider-progress-horizontal.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/slider-progress-vertical-disabled.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/slider-progress-vertical.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/spinbox-background-disabled.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/spinbox-background-editable.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/spinbox-background-focused.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/spinbox-background.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/spinbox-indicator-down-disabled.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/spinbox-indicator-down-editable-focused.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/spinbox-indicator-down-editable-hovered.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/spinbox-indicator-down-editable-mirrored.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/spinbox-indicator-down-editable-pressed.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/spinbox-indicator-down-editable.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/spinbox-indicator-down-focused.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/spinbox-indicator-down-hovered.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/spinbox-indicator-down-mirrored.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/spinbox-indicator-down-pressed.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/spinbox-indicator-down.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/spinbox-indicator-up-disabled.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/spinbox-indicator-up-editable-focused.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/spinbox-indicator-up-editable-hovered.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/spinbox-indicator-up-editable-mirrored.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/spinbox-indicator-up-editable-pressed.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/spinbox-indicator-up-editable.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/spinbox-indicator-up-focused.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/spinbox-indicator-up-hovered.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/spinbox-indicator-up-mirrored.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/spinbox-indicator-up-pressed.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/spinbox-indicator-up.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/swipedelegate-background-disabled.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/swipedelegate-background-focused.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/swipedelegate-background-hovered.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/swipedelegate-background-pressed.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/swipedelegate-background.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switch-handle-disabled.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switch-handle-pressed.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switch-handle.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switch-indicator-checked-focused.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switch-indicator-checked-hovered.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switch-indicator-checked-pressed.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switch-indicator-checked.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switch-indicator-disabled.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switch-indicator-focused.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switch-indicator-hovered.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switch-indicator-pressed.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switch-indicator.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switchdelegate-background-disabled.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switchdelegate-background-focused.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switchdelegate-background-hovered.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switchdelegate-background-pressed.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switchdelegate-background.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switchdelegate-handle-disabled.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switchdelegate-handle.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switchdelegate-indicator-checked-focused.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switchdelegate-indicator-checked-hovered.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switchdelegate-indicator-checked-pressed.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switchdelegate-indicator-checked.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switchdelegate-indicator-disabled.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switchdelegate-indicator-focused.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switchdelegate-indicator-hovered.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switchdelegate-indicator-pressed.png +%%QT_DOCDIR%%/qtquickcontrols2/images/switchdelegate-indicator.png +%%QT_DOCDIR%%/qtquickcontrols2/images/tabbar-background.png +%%QT_DOCDIR%%/qtquickcontrols2/images/tabbutton-background-checked.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/tabbutton-background-disabled-checked.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/tabbutton-background-disabled.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/tabbutton-background-hovered.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/tabbutton-background-pressed.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/tabbutton-background.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/textarea-background-disabled.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/textarea-background-focused.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/textarea-background.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/textfield-background-disabled.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/textfield-background-focused.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/textfield-background.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/toolbar-background.png +%%QT_DOCDIR%%/qtquickcontrols2/images/toolbutton-background-checked-focused.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/toolbutton-background-checked-hovered.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/toolbutton-background-checked.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/toolbutton-background-disabled-checked.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/toolbutton-background-focused.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/toolbutton-background-hovered.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/toolbutton-background-pressed.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/toolbutton-background.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/toolseparator-separator-horizontal.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/toolseparator-separator-vertical.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/tooltip-background.9.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/chattutorial/shared/Albert_Einstein.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/chattutorial/shared/Albert_Einstein@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/chattutorial/shared/Albert_Einstein@3x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/chattutorial/shared/Albert_Einstein@4x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/chattutorial/shared/Ernest_Hemingway.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/chattutorial/shared/Ernest_Hemingway@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/chattutorial/shared/Ernest_Hemingway@3x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/chattutorial/shared/Ernest_Hemingway@4x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/chattutorial/shared/Hans_Gude.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/chattutorial/shared/Hans_Gude@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/chattutorial/shared/Hans_Gude@3x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/chattutorial/shared/Hans_Gude@4x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/icons/gallery/20x20/back.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/icons/gallery/20x20/drawer.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/icons/gallery/20x20/menu.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/icons/gallery/20x20@2/back.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/icons/gallery/20x20@2/drawer.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/icons/gallery/20x20@2/menu.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/icons/gallery/20x20@3/back.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/icons/gallery/20x20@3/drawer.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/icons/gallery/20x20@3/menu.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/icons/gallery/20x20@4/back.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/icons/gallery/20x20@4/drawer.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/icons/gallery/20x20@4/menu.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/icons/wearable/36x36/alarms.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/icons/wearable/36x36/fitness.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/icons/wearable/36x36/navigation.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/icons/wearable/36x36/notifications.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/icons/wearable/36x36/settings.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/icons/wearable/36x36/weather.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/icons/wearable/36x36/worldclock.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/icons/wearable/36x36@2/alarms.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/icons/wearable/36x36@2/fitness.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/icons/wearable/36x36@2/navigation.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/icons/wearable/36x36@2/notifications.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/icons/wearable/36x36@2/settings.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/icons/wearable/36x36@2/weather.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/icons/wearable/36x36@2/worldclock.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Fitness/images/man-running.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Fitness/images/man-running@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Fitness/images/man-walking.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Fitness/images/man-walking@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Navigation/images/end.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Navigation/images/end@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Navigation/images/leftturn.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Navigation/images/leftturn@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Navigation/images/marker.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Navigation/images/navigation.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Navigation/images/navigation@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Navigation/images/rightturn.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Navigation/images/rightturn@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Navigation/images/start.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Navigation/images/start@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Navigation/images/straight.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Navigation/images/straight@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Navigation/images/uturn.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Navigation/images/uturn@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Notifications/images/avatarf.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Notifications/images/avatarf@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Notifications/images/avatarm.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Notifications/images/avatarm@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Notifications/images/missedcall.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Notifications/images/missedcall@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Settings/images/bluetooth.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Settings/images/bluetooth@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Settings/images/brightness.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Settings/images/brightness@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Settings/images/contrast.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Settings/images/contrast@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Settings/images/wifi.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Settings/images/wifi@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Weather/images/humidity.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Weather/images/humidity@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Weather/images/pressure.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Weather/images/pressure@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Weather/images/sunrise.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Weather/images/sunrise@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Weather/images/sunset.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Weather/images/sunset@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Weather/images/temperature.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Weather/images/temperature@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Weather/images/wind.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/Weather/images/wind@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/WorldClock/images/center.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/WorldClock/images/center@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/WorldClock/images/clock-night.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/WorldClock/images/clock-night@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/WorldClock/images/clock.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/WorldClock/images/second.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/WorldClock/images/second@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/WorldClock/images/swissdaydial.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/WorldClock/images/swissdaydial@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/WorldClock/images/swissdayhour.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/WorldClock/images/swissdayhour@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/WorldClock/images/swissdayminute.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/WorldClock/images/swissdayminute@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/WorldClock/images/swissnightdial.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/WorldClock/images/swissnightdial@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/WorldClock/images/swissnighthour.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/WorldClock/images/swissnighthour@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/WorldClock/images/swissnightminute.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/WorldClock/images/swissnightminute@2x.png +%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/wearable/qml/WorldClock/images/swissseconds.png +%%QT_DOCDIR%%/qtquickcontrols2/qml-palette.html +%%QT_DOCDIR%%/qtquickcontrols2/qml-qtquick-controls2-action-members.html +%%QT_DOCDIR%%/qtquickcontrols2/qml-qtquick-controls2-action.html +%%QT_DOCDIR%%/qtquickcontrols2/qml-qtquick-controls2-actiongroup-members.html +%%QT_DOCDIR%%/qtquickcontrols2/qml-qtquick-controls2-actiongroup.html +%%QT_DOCDIR%%/qtquickcontrols2/qml-qtquick-controls2-applicationwindow-obsolete.html +%%QT_DOCDIR%%/qtquickcontrols2/qml-qtquick-controls2-container-obsolete.html +%%QT_DOCDIR%%/qtquickcontrols2/qml-qtquick-controls2-menu-obsolete.html +%%QT_DOCDIR%%/qtquickcontrols2/qml-qtquick-controls2-menubar-members.html +%%QT_DOCDIR%%/qtquickcontrols2/qml-qtquick-controls2-menubar.html +%%QT_DOCDIR%%/qtquickcontrols2/qml-qtquick-controls2-menubaritem-members.html +%%QT_DOCDIR%%/qtquickcontrols2/qml-qtquick-controls2-menubaritem.html +%%QT_DOCDIR%%/qtquickcontrols2/qml-qtquick-controls2-overlay-members.html +%%QT_DOCDIR%%/qtquickcontrols2/qml-qtquick-controls2-overlay.html +%%QT_DOCDIR%%/qtquickcontrols2/qtquickcontrols2-automotive-example.html +%%QT_DOCDIR%%/qtquickcontrols2/qtquickcontrols2-fusion.html +%%QT_DOCDIR%%/qtquickcontrols2/qtquickcontrols2-icons.html +%%QT_DOCDIR%%/qtquickcontrols2/qtquickcontrols2-imagine.html +%%QT_DOCDIR%%/qtquickcontrols2/qtquickcontrols2-musicplayer-example.html +%%QT_DOCDIR%%/qtsensors/images/used-in-examples/grue/grue.png +%%QT_DOCDIR%%/qtsensors/images/used-in-examples/maze/components/images/button_background_disabled.png +%%QT_DOCDIR%%/qtsensors/images/used-in-examples/maze/components/images/button_background_normal.png +%%QT_DOCDIR%%/qtsensors/images/used-in-examples/maze/components/images/button_background_pressed.png +%%QT_DOCDIR%%/qtsensors/images/used-in-examples/maze/content/00.png +%%QT_DOCDIR%%/qtsensors/images/used-in-examples/maze/content/01.png +%%QT_DOCDIR%%/qtsensors/images/used-in-examples/maze/content/cheese.png +%%QT_DOCDIR%%/qtsensors/images/used-in-examples/maze/content/cheeseeating.gif +%%QT_DOCDIR%%/qtsensors/images/used-in-examples/maze/content/congratulations.gif +%%QT_DOCDIR%%/qtsensors/images/used-in-examples/maze/content/mouse_down.gif +%%QT_DOCDIR%%/qtsensors/images/used-in-examples/maze/content/start.png +%%QT_DOCDIR%%/qtsensors/images/used-in-examples/qmlqtsensors/components/images/button_background_disabled.png +%%QT_DOCDIR%%/qtsensors/images/used-in-examples/qmlqtsensors/components/images/button_background_normal.png +%%QT_DOCDIR%%/qtsensors/images/used-in-examples/qmlqtsensors/components/images/button_background_pressed.png +%%QT_DOCDIR%%/qtsensors/images/used-in-examples/shakeit/content/triangle.png +%%QT_DOCDIR%%/qtsensors/images/used-in-examples/shakeit/content/triangle2.png +%%QT_DOCDIR%%/qtsensors/images/used-in-examples/shakeit/content/triangle3.png +%%QT_DOCDIR%%/qtserialbus/qtserialbus-can-sendframebox-cpp.html +%%QT_DOCDIR%%/qtserialbus/qtserialbus-can-sendframebox-h.html +%%QT_DOCDIR%%/qtserialbus/qtserialbus-can-sendframebox-ui.html +%%QT_DOCDIR%%/qtspeech.qch +%%QT_DOCDIR%%/qtspeech/examples-manifest.xml +%%QT_DOCDIR%%/qtspeech/images/arrow_bc.png +%%QT_DOCDIR%%/qtspeech/images/bgrContent.png +%%QT_DOCDIR%%/qtspeech/images/btn_next.png +%%QT_DOCDIR%%/qtspeech/images/btn_prev.png +%%QT_DOCDIR%%/qtspeech/images/bullet_dn.png +%%QT_DOCDIR%%/qtspeech/images/bullet_sq.png +%%QT_DOCDIR%%/qtspeech/images/hellospeak-example.png +%%QT_DOCDIR%%/qtspeech/images/home.png +%%QT_DOCDIR%%/qtspeech/images/ico_note.png +%%QT_DOCDIR%%/qtspeech/images/ico_note_attention.png +%%QT_DOCDIR%%/qtspeech/images/ico_out.png +%%QT_DOCDIR%%/qtspeech/images/logo.png +%%QT_DOCDIR%%/qtspeech/legal-flite.html +%%QT_DOCDIR%%/qtspeech/qtexttospeech-members.html +%%QT_DOCDIR%%/qtspeech/qtexttospeech.html +%%QT_DOCDIR%%/qtspeech/qtexttospeechplugin-members.html +%%QT_DOCDIR%%/qtspeech/qtexttospeechplugin.html +%%QT_DOCDIR%%/qtspeech/qtspeech-hello-speak-example.html +%%QT_DOCDIR%%/qtspeech/qtspeech-hello-speak-hello-speak-pro.html +%%QT_DOCDIR%%/qtspeech/qtspeech-hello-speak-main-cpp.html +%%QT_DOCDIR%%/qtspeech/qtspeech-hello-speak-mainwindow-cpp.html +%%QT_DOCDIR%%/qtspeech/qtspeech-hello-speak-mainwindow-h.html +%%QT_DOCDIR%%/qtspeech/qtspeech-hello-speak-mainwindow-ui.html +%%QT_DOCDIR%%/qtspeech/qtspeech-index.html +%%QT_DOCDIR%%/qtspeech/qtspeech-module.html +%%QT_DOCDIR%%/qtspeech/qtspeech.index +%%QT_DOCDIR%%/qtspeech/qtspeech.qhp +%%QT_DOCDIR%%/qtspeech/qtspeech.qhp.sha1 +%%QT_DOCDIR%%/qtspeech/qtspeech.tags +%%QT_DOCDIR%%/qtspeech/qvoice-members.html +%%QT_DOCDIR%%/qtspeech/qvoice.html +%%QT_DOCDIR%%/qtspeech/style/offline-simple.css +%%QT_DOCDIR%%/qtspeech/style/offline.css +%%QT_DOCDIR%%/qtwaylandcompositor/qml-qtwayland-compositor-xdgpopupv6-members.html +%%QT_DOCDIR%%/qtwaylandcompositor/qml-qtwayland-compositor-xdgpopupv6.html +%%QT_DOCDIR%%/qtwaylandcompositor/qml-qtwayland-compositor-xdgshellv6-members.html +%%QT_DOCDIR%%/qtwaylandcompositor/qml-qtwayland-compositor-xdgshellv6.html +%%QT_DOCDIR%%/qtwaylandcompositor/qml-qtwayland-compositor-xdgsurfacev6-members.html +%%QT_DOCDIR%%/qtwaylandcompositor/qml-qtwayland-compositor-xdgsurfacev6.html +%%QT_DOCDIR%%/qtwaylandcompositor/qml-qtwayland-compositor-xdgtoplevelv6-members.html +%%QT_DOCDIR%%/qtwaylandcompositor/qml-qtwayland-compositor-xdgtoplevelv6.html +%%QT_DOCDIR%%/qtwaylandcompositor/qwaylandxdgpopupv6-members.html +%%QT_DOCDIR%%/qtwaylandcompositor/qwaylandxdgpopupv6.html +%%QT_DOCDIR%%/qtwaylandcompositor/qwaylandxdgshellv6-members.html +%%QT_DOCDIR%%/qtwaylandcompositor/qwaylandxdgshellv6.html +%%QT_DOCDIR%%/qtwaylandcompositor/qwaylandxdgsurfacev6-members.html +%%QT_DOCDIR%%/qtwaylandcompositor/qwaylandxdgsurfacev6.html +%%QT_DOCDIR%%/qtwaylandcompositor/qwaylandxdgtoplevelv6-members.html +%%QT_DOCDIR%%/qtwaylandcompositor/qwaylandxdgtoplevelv6.html +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/states/accessories-dictionary.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/states/akregator.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/states/digikam.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/states/help-browser.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/states/k3b.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/states/kchart.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/big/background.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/big/boat.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/big/bomb.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/big/explosion/boat/step1.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/big/explosion/boat/step2.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/big/explosion/boat/step3.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/big/explosion/boat/step4.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/big/explosion/submarine/step1.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/big/explosion/submarine/step2.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/big/explosion/submarine/step3.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/big/explosion/submarine/step4.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/big/submarine.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/big/surface.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/big/torpedo.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/small/background.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/small/boat.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/small/bomb.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/small/submarine.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/small/surface.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/small/torpedo.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/welcome/logo-a.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/welcome/logo-a2.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/welcome/logo-b.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/welcome/logo-dash.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/welcome/logo-excl.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/welcome/logo-q.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/welcome/logo-s.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/welcome/logo-t.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/welcome/logo-t2.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/animation/sub-attaq/pics/welcome/logo-u.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/draganddrop/puzzle/example.jpg +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/effects/fademessage/background.jpg +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/graphicsview/boxes/cubemap_negx.jpg +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/graphicsview/boxes/cubemap_negy.jpg +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/graphicsview/boxes/cubemap_negz.jpg +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/graphicsview/boxes/cubemap_posx.jpg +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/graphicsview/boxes/cubemap_posy.jpg +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/graphicsview/boxes/cubemap_posz.jpg +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/graphicsview/boxes/qt-logo.jpg +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/graphicsview/boxes/qt-logo.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/graphicsview/boxes/smiley.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/graphicsview/boxes/square.jpg +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/graphicsview/chip/fileprint.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/graphicsview/chip/qt4logo.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/graphicsview/chip/rotateleft.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/graphicsview/chip/rotateright.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/graphicsview/chip/zoomin.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/graphicsview/chip/zoomout.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/graphicsview/embeddeddialogs/No-Ones-Laughing-3.jpg +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/itemviews/puzzle/example.jpg +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/mainwindows/mainwindow/qt.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/mainwindows/mainwindow/titlebarCenter.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/mainwindows/mainwindow/titlebarLeft.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/mainwindows/mainwindow/titlebarRight.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/painting/affine/bg1.jpg +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/painting/composition/flower.jpg +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/painting/composition/flower_alpha.jpg +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tools/undo/icons/background.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tools/undo/icons/blue.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tools/undo/icons/circle.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tools/undo/icons/exit.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tools/undo/icons/fileclose.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tools/undo/icons/filenew.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tools/undo/icons/fileopen.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tools/undo/icons/filesave.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tools/undo/icons/green.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tools/undo/icons/ok.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tools/undo/icons/rectangle.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tools/undo/icons/red.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tools/undo/icons/redo.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tools/undo/icons/remove.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tools/undo/icons/triangle.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tools/undo/icons/undo.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/widgets/movie/animation.gif +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/widgets/validators/ledoff.png +%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/widgets/validators/ledon.png +%%QT_DOCDIR%%/qtwidgets/images/windows-pushbutton.png +%%QT_DOCDIR%%/qtwidgets/images/windowsvista-tabwidget.png +%%QT_DOCDIR%%/qtwidgets/qplaintextedit-obsolete.html +%%QT_DOCDIR%%/qtwidgets/qtextedit-obsolete.html %%QT_DOCDIR%%/activeqt.qch %%QT_DOCDIR%%/activeqt/activeqt-activeqt-comapp-comapp-pro.html %%QT_DOCDIR%%/activeqt/activeqt-activeqt-comapp-example.html @@ -94,151 +1383,6 @@ %%QT_DOCDIR%%/activeqt/qaxwidget.html %%QT_DOCDIR%%/activeqt/style/offline-simple.css %%QT_DOCDIR%%/activeqt/style/offline.css -%%QT_DOCDIR%%/gammaray-manual.qch -%%QT_DOCDIR%%/gammaray-manual/examples-gammaray.html -%%QT_DOCDIR%%/gammaray-manual/examples-manifest.xml -%%QT_DOCDIR%%/gammaray-manual/gammaray-action-inspector.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-application-attributes.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-basic-operations.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-client.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-codec-browser.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-command-line.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-connections.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-enums.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-font-browser.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-getting-started.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-graphicsscene-inspector.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-http-cookies.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-install.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-launcher-gui.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-licenses-and-attributions.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-locales.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-manual-attribution-backward-cpp.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-manual-attribution-kitemmodels.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-manual-attribution-kuserfeedback.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-manual-attribution-lz4.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-manual-attribution-stackwalker.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-manual.qhp -%%QT_DOCDIR%%/gammaray-manual/gammaray-manual.qhp.sha1 -%%QT_DOCDIR%%/gammaray-manual/gammaray-messages.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-metaobject-browser.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-metatype-browser.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-methods.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-mime-types.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-model-inspector.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-network.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-object-inspection.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-paint-analyzer.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-properties.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-qmlbindings.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-qmlcontext.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-qmltype.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-qobject-browser.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-qresource-browser.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-qsggeometry.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-qsgmaterial.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-qsgtexture.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-qt3d-geometry-example.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-qt3d-geometry-mycylinder-cpp.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-qt3d-geometry-mycylinder-h.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-qt3d-geometry-qt3d-geometry-cpp.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-qt3d-geometry-qt3d-geometry-pro.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-qt3d-inspector.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-qt3dgeometry-inspector.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-qtcreator.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-qtquick2-inspector.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-quick-batching-example.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-quick-batching-quick-batching-pro.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-quick-batching-quick-batching-qml.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-quick-batching-slider-qml.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-quick-event-handling-example.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-quick-event-handling-quick-event-handling-pro.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-quick-event-handling-quick-event-handling-qml.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-signal-plotter.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-signal-slot-example.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-signal-slot-signal-slot-cpp.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-signal-slot-signal-slot-pro.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-stack-trace.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-standard-paths.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-state-machine-debugger.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-state-machine-example.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-state-machine-state-machine-pro.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-state-machine-state-machine-qml.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-styles.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-text-documents.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-timer-example.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-timer-timer-cpp.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-timer-timer-pro.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-timertop.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-tools.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-translator-inspector.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-wayland-compositors.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-web-inspector.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-widget-attributes.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-widget-inspector.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-widget-layouting-example.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-widget-layouting-widget-layouting-cpp.html -%%QT_DOCDIR%%/gammaray-manual/gammaray-widget-layouting-widget-layouting-pro.html -%%QT_DOCDIR%%/gammaray-manual/gammaray.index -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-action-inspector.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-application-attributes.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-bindings.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-codec-browser.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-connections.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-enums.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-font-browser.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-graphicsitem-paint-analyzer.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-graphicsscene-inspector.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-http-cookies.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-launcher-attach.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-launcher-connect.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-launcher-launch.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-launcher-selftest.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-locales.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-logging-categories.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-metaobject-browser.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-metatype-browser.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-method-invocation.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-methods.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-mime-types.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-model-inspector.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-network-interfaces.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-object-inspector.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-paint-analyzer.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-properties.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qmlcontext.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qmltype.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qq2-geometry.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qq2-inspector.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qq2-qsg-visualize.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qqpainteditem-paint-analyzer.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qrc-browser.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qsggeometry.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qsgmaterial.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qsgtexture.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qsm-debugger.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qt3d-buffers.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qt3d-geometry-backface-culling.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qt3d-geometry-buffers.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qt3d-geometry-normals.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qt3d-geometry-wireframe.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qt3d-geometry.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qtcreator-attach.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qtcreator-connect.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qtcreator.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-signal-plotter.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-stack-trace.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-standard-paths.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-style-controls.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-text-documents.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-timertop.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-timezones.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-translations.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-wayland-compositor.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-web-inspector.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-widget-attributes.png -%%QT_DOCDIR%%/gammaray-manual/images/gammaray-widget-inspector.png -%%QT_DOCDIR%%/gammaray-manual/index.html %%QT_DOCDIR%%/qdoc.qch %%QT_DOCDIR%%/qdoc/01-qdoc-manual.html %%QT_DOCDIR%%/qdoc/03-qdoc-commands-markup.html @@ -3163,7 +4307,6 @@ %%QT_DOCDIR%%/qtdoc/functions.html %%QT_DOCDIR%%/qtdoc/gettingstarted.html %%QT_DOCDIR%%/qtdoc/gettingstartedqml.html -%%QT_DOCDIR%%/qtdoc/gettingstartedqt.html %%QT_DOCDIR%%/qtdoc/gpl.html %%QT_DOCDIR%%/qtdoc/groups.html %%QT_DOCDIR%%/qtdoc/hierarchy.html @@ -3203,10 +4346,6 @@ %%QT_DOCDIR%%/qtdoc/images/kernel-settings.png %%QT_DOCDIR%%/qtdoc/images/layout-examples.png %%QT_DOCDIR%%/qtdoc/images/logo.png -%%QT_DOCDIR%%/qtdoc/images/notepad1.png -%%QT_DOCDIR%%/qtdoc/images/notepad2.png -%%QT_DOCDIR%%/qtdoc/images/notepad3.png -%%QT_DOCDIR%%/qtdoc/images/notepad4.png %%QT_DOCDIR%%/qtdoc/images/ok.png %%QT_DOCDIR%%/qtdoc/images/open-project.png %%QT_DOCDIR%%/qtdoc/images/project-view-2.png @@ -5449,8 +6588,6 @@ %%QT_DOCDIR%%/qtmultimedia/qtmultimedia-multimedia-audiorecorder-audiorecorder-ui.html %%QT_DOCDIR%%/qtmultimedia/qtmultimedia-multimedia-audiorecorder-example.html %%QT_DOCDIR%%/qtmultimedia/qtmultimedia-multimedia-audiorecorder-main-cpp.html -%%QT_DOCDIR%%/qtmultimedia/qtmultimedia-multimedia-audiorecorder-qaudiolevel-cpp.html -%%QT_DOCDIR%%/qtmultimedia/qtmultimedia-multimedia-audiorecorder-qaudiolevel-h.html %%QT_DOCDIR%%/qtmultimedia/qtmultimedia-multimedia-declarative-camera-camerabutton-qml.html %%QT_DOCDIR%%/qtmultimedia/qtmultimedia-multimedia-declarative-camera-cameralistbutton-qml.html %%QT_DOCDIR%%/qtmultimedia/qtmultimedia-multimedia-declarative-camera-cameralistpopup-qml.html @@ -7117,8 +8254,6 @@ %%QT_DOCDIR%%/qtquick/qml-qtquick-fontloader.html %%QT_DOCDIR%%/qtquick/qml-qtquick-fontmetrics-members.html %%QT_DOCDIR%%/qtquick/qml-qtquick-fontmetrics.html -%%QT_DOCDIR%%/qtquick/qml-qtquick-gestureevent-members.html -%%QT_DOCDIR%%/qtquick/qml-qtquick-gestureevent.html %%QT_DOCDIR%%/qtquick/qml-qtquick-gradient-members.html %%QT_DOCDIR%%/qtquick/qml-qtquick-gradient.html %%QT_DOCDIR%%/qtquick/qml-qtquick-gradientstop-members.html @@ -8531,7 +9666,6 @@ %%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-material-theme.png %%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-material-thumbnail.png %%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-menu.png -%%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-menuseparator-custom.png %%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-menuseparator.png %%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-page-wireframe.png %%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-pageindicator-custom.png @@ -8630,18 +9764,6 @@ %%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-universal-thumbnail.png %%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-universal-violet.png %%QT_DOCDIR%%/qtquickcontrols2/images/qtquickcontrols2-wearable.png -%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/+material/back.png -%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/+material/back@2x.png -%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/+material/back@3x.png -%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/+material/back@4x.png -%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/+material/drawer.png -%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/+material/drawer@2x.png -%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/+material/drawer@3x.png -%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/+material/drawer@4x.png -%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/+material/menu.png -%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/+material/menu@2x.png -%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/+material/menu@3x.png -%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/+material/menu@4x.png %%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/arrow.png %%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/arrow@2x.png %%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/arrow@3x.png @@ -8650,18 +9772,6 @@ %%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/arrows@2x.png %%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/arrows@3x.png %%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/arrows@4x.png -%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/back.png -%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/back@2x.png -%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/back@3x.png -%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/back@4x.png -%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/drawer.png -%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/drawer@2x.png -%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/drawer@3x.png -%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/drawer@4x.png -%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/menu.png -%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/menu@2x.png -%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/menu@3x.png -%%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/menu@4x.png %%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/qt-logo.png %%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/qt-logo@2x.png %%QT_DOCDIR%%/qtquickcontrols2/images/used-in-examples/gallery/images/qt-logo@3x.png @@ -10568,7 +11678,6 @@ %%QT_DOCDIR%%/qtwidgets/images/analogclock-example.png %%QT_DOCDIR%%/qtwidgets/images/analogclock-viewport.png %%QT_DOCDIR%%/qtwidgets/images/animatedtiles-example.png -%%QT_DOCDIR%%/qtwidgets/images/appchooser-example.png %%QT_DOCDIR%%/qtwidgets/images/application-menus.png %%QT_DOCDIR%%/qtwidgets/images/application.png %%QT_DOCDIR%%/qtwidgets/images/arrow_bc.png @@ -10627,7 +11736,6 @@ %%QT_DOCDIR%%/qtwidgets/images/composition-demo.png %%QT_DOCDIR%%/qtwidgets/images/concentriccircles-example.png %%QT_DOCDIR%%/qtwidgets/images/conceptualpushbuttontree.png -%%QT_DOCDIR%%/qtwidgets/images/configdialog-example.png %%QT_DOCDIR%%/qtwidgets/images/customcompleter-example.png %%QT_DOCDIR%%/qtwidgets/images/customcompleter-insertcompletion.png %%QT_DOCDIR%%/qtwidgets/images/customsortfiltermodel-example.png @@ -10758,7 +11866,6 @@ %%QT_DOCDIR%%/qtwidgets/images/layout2.png %%QT_DOCDIR%%/qtwidgets/images/licensewizard-example.png %%QT_DOCDIR%%/qtwidgets/images/licensewizard-flow.png -%%QT_DOCDIR%%/qtwidgets/images/lightingeffect-example.png %%QT_DOCDIR%%/qtwidgets/images/lineedits-example.png %%QT_DOCDIR%%/qtwidgets/images/list_table_tree.png %%QT_DOCDIR%%/qtwidgets/images/listview.png @@ -10928,7 +12035,6 @@ %%QT_DOCDIR%%/qtwidgets/images/stylesheet-branch-more.png %%QT_DOCDIR%%/qtwidgets/images/stylesheet-branch-open.png %%QT_DOCDIR%%/qtwidgets/images/stylesheet-coffee-cleanlooks.png -%%QT_DOCDIR%%/qtwidgets/images/stylesheet-coffee-xp.png %%QT_DOCDIR%%/qtwidgets/images/stylesheet-pagefold-mac.png %%QT_DOCDIR%%/qtwidgets/images/stylesheet-pagefold.png %%QT_DOCDIR%%/qtwidgets/images/stylesheet-redbutton1.png @@ -10996,9 +12102,6 @@ %%QT_DOCDIR%%/qtwidgets/images/used-in-examples/dialogs/classwizard/images/logo3.png %%QT_DOCDIR%%/qtwidgets/images/used-in-examples/dialogs/classwizard/images/watermark1.png %%QT_DOCDIR%%/qtwidgets/images/used-in-examples/dialogs/classwizard/images/watermark2.png -%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/dialogs/configdialog/images/config.png -%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/dialogs/configdialog/images/query.png -%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/dialogs/configdialog/images/update.png %%QT_DOCDIR%%/qtwidgets/images/used-in-examples/dialogs/licensewizard/images/logo.png %%QT_DOCDIR%%/qtwidgets/images/used-in-examples/dialogs/licensewizard/images/watermark.png %%QT_DOCDIR%%/qtwidgets/images/used-in-examples/draganddrop/draggableicons/images/boat.png @@ -11210,13 +12313,10 @@ %%QT_DOCDIR%%/qtwidgets/images/windows-timeedit.png %%QT_DOCDIR%%/qtwidgets/images/windows-treeview.png %%QT_DOCDIR%%/qtwidgets/images/windows-vista-style.png -%%QT_DOCDIR%%/qtwidgets/images/windows-xp-style.png %%QT_DOCDIR%%/qtwidgets/images/windowstabimage.png %%QT_DOCDIR%%/qtwidgets/images/windowsvista-fontcombobox.png %%QT_DOCDIR%%/qtwidgets/images/windowsvista-pushbutton.png %%QT_DOCDIR%%/qtwidgets/images/windowsvista-radiobutton.png -%%QT_DOCDIR%%/qtwidgets/images/windowsxp-tabwidget.png -%%QT_DOCDIR%%/qtwidgets/images/windowsxp-treeview.png %%QT_DOCDIR%%/qtwidgets/images/woodbackground.png %%QT_DOCDIR%%/qtwidgets/images/woodbutton.png %%QT_DOCDIR%%/qtwidgets/layout.html @@ -11656,10 +12756,6 @@ %%QT_DOCDIR%%/qtwidgets/qtwidgets-animation-animatedtiles-animatedtiles-qrc.html %%QT_DOCDIR%%/qtwidgets/qtwidgets-animation-animatedtiles-example.html %%QT_DOCDIR%%/qtwidgets/qtwidgets-animation-animatedtiles-main-cpp.html -%%QT_DOCDIR%%/qtwidgets/qtwidgets-animation-appchooser-appchooser-pro.html -%%QT_DOCDIR%%/qtwidgets/qtwidgets-animation-appchooser-appchooser-qrc.html -%%QT_DOCDIR%%/qtwidgets/qtwidgets-animation-appchooser-example.html -%%QT_DOCDIR%%/qtwidgets/qtwidgets-animation-appchooser-main-cpp.html %%QT_DOCDIR%%/qtwidgets/qtwidgets-animation-easing-animation-h.html %%QT_DOCDIR%%/qtwidgets/qtwidgets-animation-easing-easing-pro.html %%QT_DOCDIR%%/qtwidgets/qtwidgets-animation-easing-easing-qrc.html @@ -11750,14 +12846,6 @@ %%QT_DOCDIR%%/qtwidgets/qtwidgets-dialogs-classwizard-classwizard-qrc.html %%QT_DOCDIR%%/qtwidgets/qtwidgets-dialogs-classwizard-example.html %%QT_DOCDIR%%/qtwidgets/qtwidgets-dialogs-classwizard-main-cpp.html -%%QT_DOCDIR%%/qtwidgets/qtwidgets-dialogs-configdialog-configdialog-cpp.html -%%QT_DOCDIR%%/qtwidgets/qtwidgets-dialogs-configdialog-configdialog-h.html -%%QT_DOCDIR%%/qtwidgets/qtwidgets-dialogs-configdialog-configdialog-pro.html -%%QT_DOCDIR%%/qtwidgets/qtwidgets-dialogs-configdialog-configdialog-qrc.html -%%QT_DOCDIR%%/qtwidgets/qtwidgets-dialogs-configdialog-example.html -%%QT_DOCDIR%%/qtwidgets/qtwidgets-dialogs-configdialog-main-cpp.html -%%QT_DOCDIR%%/qtwidgets/qtwidgets-dialogs-configdialog-pages-cpp.html -%%QT_DOCDIR%%/qtwidgets/qtwidgets-dialogs-configdialog-pages-h.html %%QT_DOCDIR%%/qtwidgets/qtwidgets-dialogs-extension-example.html %%QT_DOCDIR%%/qtwidgets/qtwidgets-dialogs-extension-extension-pro.html %%QT_DOCDIR%%/qtwidgets/qtwidgets-dialogs-extension-finddialog-cpp.html @@ -11838,11 +12926,6 @@ %%QT_DOCDIR%%/qtwidgets/qtwidgets-effects-fademessage-fademessage-pro.html %%QT_DOCDIR%%/qtwidgets/qtwidgets-effects-fademessage-fademessage-qrc.html %%QT_DOCDIR%%/qtwidgets/qtwidgets-effects-fademessage-main-cpp.html -%%QT_DOCDIR%%/qtwidgets/qtwidgets-effects-lighting-example.html -%%QT_DOCDIR%%/qtwidgets/qtwidgets-effects-lighting-lighting-cpp.html -%%QT_DOCDIR%%/qtwidgets/qtwidgets-effects-lighting-lighting-h.html -%%QT_DOCDIR%%/qtwidgets/qtwidgets-effects-lighting-lighting-pro.html -%%QT_DOCDIR%%/qtwidgets/qtwidgets-effects-lighting-main-cpp.html %%QT_DOCDIR%%/qtwidgets/qtwidgets-gestures-imagegestures-example.html %%QT_DOCDIR%%/qtwidgets/qtwidgets-gestures-imagegestures-imagegestures-pro.html %%QT_DOCDIR%%/qtwidgets/qtwidgets-gestures-imagegestures-imagewidget-cpp.html @@ -12975,7 +14058,6 @@ %%QT_DOCDIR%%/qtxmlpatterns/qtxmlpatterns-recipes-files-mushroomsoup-xq.html %%QT_DOCDIR%%/qtxmlpatterns/qtxmlpatterns-recipes-files-preparationlessthan30-xq.html %%QT_DOCDIR%%/qtxmlpatterns/qtxmlpatterns-recipes-files-preparationtimes-xq.html -%%QT_DOCDIR%%/qtxmlpatterns/qtxmlpatterns-recipes-forms-querywidget-mobiles-ui.html %%QT_DOCDIR%%/qtxmlpatterns/qtxmlpatterns-recipes-forms-querywidget-ui.html %%QT_DOCDIR%%/qtxmlpatterns/qtxmlpatterns-recipes-main-cpp.html %%QT_DOCDIR%%/qtxmlpatterns/qtxmlpatterns-recipes-querymainwindow-cpp.html @@ -12992,7 +14074,6 @@ %%QT_DOCDIR%%/qtxmlpatterns/qtxmlpatterns-schema-main-cpp.html %%QT_DOCDIR%%/qtxmlpatterns/qtxmlpatterns-schema-mainwindow-cpp.html %%QT_DOCDIR%%/qtxmlpatterns/qtxmlpatterns-schema-mainwindow-h.html -%%QT_DOCDIR%%/qtxmlpatterns/qtxmlpatterns-schema-schema-mobiles-ui.html %%QT_DOCDIR%%/qtxmlpatterns/qtxmlpatterns-schema-schema-pro.html %%QT_DOCDIR%%/qtxmlpatterns/qtxmlpatterns-schema-schema-qrc.html %%QT_DOCDIR%%/qtxmlpatterns/qtxmlpatterns-schema-schema-ui.html diff --git a/misc/qt5-examples/Makefile b/misc/qt5-examples/Makefile index 8d0a088a1326..d11b4b282d1e 100644 --- a/misc/qt5-examples/Makefile +++ b/misc/qt5-examples/Makefile @@ -3,11 +3,10 @@ PORTNAME= examples DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= QT/official_releases/qt/${QT5_VERSION:R}/${QT5_VERSION}/single PKGNAMEPREFIX= qt5- -DISTNAME= qt-everywhere-opensource-src-${QT5_VERSION} +DISTNAME= qt-everywhere-src-${QT5_VERSION} DIST_SUBDIR= KDE/Qt/${QT5_VERSION} MAINTAINER= kde@FreeBSD.org diff --git a/misc/qt5-examples/distinfo b/misc/qt5-examples/distinfo index fdcd032b9946..73b80847f3f3 100644 --- a/misc/qt5-examples/distinfo +++ b/misc/qt5-examples/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1516798949 -SHA256 (KDE/Qt/5.9.4/qt-everywhere-opensource-src-5.9.4.tar.xz) = e3acd9cbeafba3aed9f14592f4d70bf0b255e0203943e8d2b4235002268274d5 -SIZE (KDE/Qt/5.9.4/qt-everywhere-opensource-src-5.9.4.tar.xz) = 407499148 +TIMESTAMP = 1526163763 +SHA256 (KDE/Qt/5.10.1/qt-everywhere-src-5.10.1.tar.xz) = 05ffba7b811b854ed558abf2be2ddbd3bb6ddd0b60ea4b5da75d277ac15e740a +SIZE (KDE/Qt/5.10.1/qt-everywhere-src-5.10.1.tar.xz) = 409120260 diff --git a/misc/qt5-examples/pkg-plist b/misc/qt5-examples/pkg-plist index 88f26b25ca76..4a9f90e7a569 100644 --- a/misc/qt5-examples/pkg-plist +++ b/misc/qt5-examples/pkg-plist @@ -429,6 +429,7 @@ %%QT_EXAMPLEDIR%%/charts/chartthemes/main.cpp %%QT_EXAMPLEDIR%%/charts/chartthemes/themewidget.cpp %%QT_EXAMPLEDIR%%/charts/chartthemes/themewidget.h +%%QT_EXAMPLEDIR%%/charts/chartthemes/themewidget.ui %%QT_EXAMPLEDIR%%/charts/customchart/customchart.pro %%QT_EXAMPLEDIR%%/charts/customchart/main.cpp %%QT_EXAMPLEDIR%%/charts/datetimeaxis/datetimeaxis.pro @@ -523,6 +524,7 @@ %%QT_EXAMPLEDIR%%/charts/qmlcandlestick/qmlcandlestick.pro %%QT_EXAMPLEDIR%%/charts/qmlcandlestick/resources.qrc %%QT_EXAMPLEDIR%%/charts/qmlchart/main.cpp +%%QT_EXAMPLEDIR%%/charts/qmlchart/qml/qmlchart/MainForm.ui.qml %%QT_EXAMPLEDIR%%/charts/qmlchart/qml/qmlchart/View1.qml %%QT_EXAMPLEDIR%%/charts/qmlchart/qml/qmlchart/View10.qml %%QT_EXAMPLEDIR%%/charts/qmlchart/qml/qmlchart/View11.qml @@ -1127,6 +1129,8 @@ %%QT_EXAMPLEDIR%%/multimedia/audiooutput/doc/images/audiooutput-example.png %%QT_EXAMPLEDIR%%/multimedia/audiooutput/doc/src/audiooutput.qdoc %%QT_EXAMPLEDIR%%/multimedia/audiooutput/main.cpp +%%QT_EXAMPLEDIR%%/multimedia/audiorecorder/audiolevel.cpp +%%QT_EXAMPLEDIR%%/multimedia/audiorecorder/audiolevel.h %%QT_EXAMPLEDIR%%/multimedia/audiorecorder/audiorecorder.cpp %%QT_EXAMPLEDIR%%/multimedia/audiorecorder/audiorecorder.h %%QT_EXAMPLEDIR%%/multimedia/audiorecorder/audiorecorder.pro @@ -1134,8 +1138,6 @@ %%QT_EXAMPLEDIR%%/multimedia/audiorecorder/doc/images/audiorecorder.png %%QT_EXAMPLEDIR%%/multimedia/audiorecorder/doc/src/audiorecorder.qdoc %%QT_EXAMPLEDIR%%/multimedia/audiorecorder/main.cpp -%%QT_EXAMPLEDIR%%/multimedia/audiorecorder/qaudiolevel.cpp -%%QT_EXAMPLEDIR%%/multimedia/audiorecorder/qaudiolevel.h %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/CameraButton.qml %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/CameraListButton.qml %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/CameraListPopup.qml @@ -1168,6 +1170,7 @@ %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/toolbutton.png %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/toolbutton.sci %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/qmlcamera.cpp +%%QT_EXAMPLEDIR%%/multimedia/declarative-radio/Button.qml %%QT_EXAMPLEDIR%%/multimedia/declarative-radio/declarative-radio.pro %%QT_EXAMPLEDIR%%/multimedia/declarative-radio/declarative-radio.qrc %%QT_EXAMPLEDIR%%/multimedia/declarative-radio/doc/images/declarative-radio-example.png @@ -2301,6 +2304,12 @@ %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/night/night_posx.webp %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/night/night_posy.webp %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/night/night_posz.webp +%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/envmaps/cedar-bridge/cedar_bridge_irradiance.dds +%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/envmaps/cedar-bridge/cedar_bridge_specular.dds +%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/2.0/RiggedFigure/RiggedFigure.gltf +%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/2.0/RiggedFigure/RiggedFigure0.bin +%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/2.0/RiggedSimple/RiggedSimple.gltf +%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/2.0/RiggedSimple/RiggedSimple0.bin %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/LICENSE.md %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/Wood_Cherry_Original_.jpg %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/_2004_old_vine_zinfandel_btl_xlg.jpg @@ -2390,6 +2399,7 @@ %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/pattern_09/specular.webp %%QT_EXAMPLEDIR%%/qt3d/exampleresources/chest.qrc %%QT_EXAMPLEDIR%%/qt3d/exampleresources/cubemaps.qrc +%%QT_EXAMPLEDIR%%/qt3d/exampleresources/envmaps.qrc %%QT_EXAMPLEDIR%%/qt3d/exampleresources/gltf.qrc %%QT_EXAMPLEDIR%%/qt3d/exampleresources/houseplants.qrc %%QT_EXAMPLEDIR%%/qt3d/exampleresources/metalbarrel.qrc @@ -2451,6 +2461,11 @@ %%QT_EXAMPLEDIR%%/qt3d/multiviewport/main.qml %%QT_EXAMPLEDIR%%/qt3d/multiviewport/multiviewport.pro %%QT_EXAMPLEDIR%%/qt3d/multiviewport/multiviewport.qrc +%%QT_EXAMPLEDIR%%/qt3d/phong-cubes/CubeEntity.qml +%%QT_EXAMPLEDIR%%/qt3d/phong-cubes/main.cpp +%%QT_EXAMPLEDIR%%/qt3d/phong-cubes/main.qml +%%QT_EXAMPLEDIR%%/qt3d/phong-cubes/phong-cubes.pro +%%QT_EXAMPLEDIR%%/qt3d/phong-cubes/phong-cubes.qrc %%QT_EXAMPLEDIR%%/qt3d/planets-qml/AppleTVInput.qml %%QT_EXAMPLEDIR%%/qt3d/planets-qml/FpsDisplay.qml %%QT_EXAMPLEDIR%%/qt3d/planets-qml/InfoSheet.qml @@ -3100,6 +3115,26 @@ %%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/StockModel.qml %%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/StockSettingsPanel.qml %%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/StockView.qml +%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/data/AAPL.csv +%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/data/ADSK.csv +%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/data/AMD.csv +%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/data/AMZN.csv +%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/data/CSCO.csv +%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/data/EA.csv +%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/data/EBAY.csv +%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/data/FB.csv +%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/data/GOOG.csv +%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/data/GOOGL.csv +%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/data/INTC.csv +%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/data/MSFT.csv +%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/data/NCLH.csv +%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/data/NFLX.csv +%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/data/NTAP.csv +%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/data/NVDA.csv +%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/data/PYPL.csv +%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/data/QCOM.csv +%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/data/TSLA.csv +%%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/data/TXN.csv %%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/images/icon-left-arrow.png %%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/images/wheel-touch.png %%QT_EXAMPLEDIR%%/quick/demos/stocqt/content/images/wheel.png @@ -3550,6 +3585,33 @@ %%QT_EXAMPLEDIR%%/quick/shadereffects/shadereffects.qml %%QT_EXAMPLEDIR%%/quick/shadereffects/shadereffects.qmlproject %%QT_EXAMPLEDIR%%/quick/shadereffects/shadereffects.qrc +%%QT_EXAMPLEDIR%%/quick/shapes/content/clippedtigers.qml +%%QT_EXAMPLEDIR%%/quick/shapes/content/interactive.qml +%%QT_EXAMPLEDIR%%/quick/shapes/content/item1.qml +%%QT_EXAMPLEDIR%%/quick/shapes/content/item10.qml +%%QT_EXAMPLEDIR%%/quick/shapes/content/item11.qml +%%QT_EXAMPLEDIR%%/quick/shapes/content/item12.qml +%%QT_EXAMPLEDIR%%/quick/shapes/content/item13.qml +%%QT_EXAMPLEDIR%%/quick/shapes/content/item14.qml +%%QT_EXAMPLEDIR%%/quick/shapes/content/item15.qml +%%QT_EXAMPLEDIR%%/quick/shapes/content/item17.qml +%%QT_EXAMPLEDIR%%/quick/shapes/content/item2.qml +%%QT_EXAMPLEDIR%%/quick/shapes/content/item3.qml +%%QT_EXAMPLEDIR%%/quick/shapes/content/item4.qml +%%QT_EXAMPLEDIR%%/quick/shapes/content/item5.qml +%%QT_EXAMPLEDIR%%/quick/shapes/content/item6.qml +%%QT_EXAMPLEDIR%%/quick/shapes/content/item7.qml +%%QT_EXAMPLEDIR%%/quick/shapes/content/item8.qml +%%QT_EXAMPLEDIR%%/quick/shapes/content/item9.qml +%%QT_EXAMPLEDIR%%/quick/shapes/content/main.qml +%%QT_EXAMPLEDIR%%/quick/shapes/content/sampling.qml +%%QT_EXAMPLEDIR%%/quick/shapes/content/shapegallery.qml +%%QT_EXAMPLEDIR%%/quick/shapes/content/tiger.qml +%%QT_EXAMPLEDIR%%/quick/shapes/doc/images/qml-shapes-example.png +%%QT_EXAMPLEDIR%%/quick/shapes/doc/src/shapes.qdoc +%%QT_EXAMPLEDIR%%/quick/shapes/main.cpp +%%QT_EXAMPLEDIR%%/quick/shapes/shapes.pro +%%QT_EXAMPLEDIR%%/quick/shapes/shapes.qrc %%QT_EXAMPLEDIR%%/quick/shared/Button.qml %%QT_EXAMPLEDIR%%/quick/shared/CheckBox.qml %%QT_EXAMPLEDIR%%/quick/shared/Label.qml @@ -4108,18 +4170,19 @@ %%QT_EXAMPLEDIR%%/quickcontrols2/gallery/gallery.cpp %%QT_EXAMPLEDIR%%/quickcontrols2/gallery/gallery.pro %%QT_EXAMPLEDIR%%/quickcontrols2/gallery/gallery.qml -%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/+material/back.png -%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/+material/back@2x.png -%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/+material/back@3x.png -%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/+material/back@4x.png -%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/+material/drawer.png -%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/+material/drawer@2x.png -%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/+material/drawer@3x.png -%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/+material/drawer@4x.png -%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/+material/menu.png -%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/+material/menu@2x.png -%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/+material/menu@3x.png -%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/+material/menu@4x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/icons/gallery/20x20/back.png +%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/icons/gallery/20x20/drawer.png +%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/icons/gallery/20x20/menu.png +%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/icons/gallery/20x20@2/back.png +%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/icons/gallery/20x20@2/drawer.png +%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/icons/gallery/20x20@2/menu.png +%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/icons/gallery/20x20@3/back.png +%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/icons/gallery/20x20@3/drawer.png +%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/icons/gallery/20x20@3/menu.png +%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/icons/gallery/20x20@4/back.png +%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/icons/gallery/20x20@4/drawer.png +%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/icons/gallery/20x20@4/menu.png +%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/icons/gallery/index.theme %%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/arrow.png %%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/arrow@2x.png %%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/arrow@3x.png @@ -4128,18 +4191,6 @@ %%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/arrows@2x.png %%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/arrows@3x.png %%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/arrows@4x.png -%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/back.png -%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/back@2x.png -%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/back@3x.png -%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/back@4x.png -%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/drawer.png -%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/drawer@2x.png -%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/drawer@3x.png -%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/drawer@4x.png -%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/menu.png -%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/menu@2x.png -%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/menu@3x.png -%%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/menu@4x.png %%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/qt-logo.png %%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/qt-logo@2x.png %%QT_EXAMPLEDIR%%/quickcontrols2/gallery/images/qt-logo@3x.png @@ -4172,6 +4223,274 @@ %%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/ToolTipPage.qml %%QT_EXAMPLEDIR%%/quickcontrols2/gallery/pages/TumblerPage.qml %%QT_EXAMPLEDIR%%/quickcontrols2/gallery/qtquickcontrols2.conf +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/automotive.cpp +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/automotive.pro +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/doc/images/qtquickcontrols2-automotive.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/doc/src/qtquickcontrols2-automotive.qdoc +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44/air-con.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44/command.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44/message.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44/music.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44/seats.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44/settings.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44/statistics.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44/windows.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/air-con.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/command.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/message.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/music.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/navigation.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/seats.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/settings.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/statistics.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/windows.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/icons.svg +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/automotive/index.theme +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/car.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/car@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/icons.qrc +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/warning.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/warning@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/weather.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/icons/weather@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/applicationwindow-background.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/applicationwindow-background@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/button-background-checked-hovered.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/button-background-checked-hovered@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/button-background-checked.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/button-background-checked@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/button-background-hovered.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/button-background-hovered@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/button-background-pressed.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/button-background-pressed@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/button-background.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/button-background@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/dial-background-hovered.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/dial-background-hovered@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/dial-background-pressed.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/dial-background-pressed@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/dial-background.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/dial-background@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/dial-handle-pressed.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/dial-handle-pressed@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/dial-handle.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/dial-handle@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/frame-background.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/frame-background@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/imagine-assets.qrc +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background-checked.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background-checked@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background-hovered.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background-hovered@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background-pressed.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background-pressed@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-checked-hovered.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-checked-hovered@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-checked-pressed.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-checked-pressed@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-checked.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-checked@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-hovered.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-hovered@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-pressed.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-pressed@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/scrollindicator-handle.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/scrollindicator-handle@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/slider-background-horizontal.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/slider-background-horizontal@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/slider-handle-hovered.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/slider-handle-hovered@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/slider-handle-pressed.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/slider-handle-pressed@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/slider-handle.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/slider-handle@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/slider-progress-horizontal-pressed.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/slider-progress-horizontal-pressed@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/slider-progress-horizontal.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/slider-progress-horizontal@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-background.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-background@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-checked-hovered.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-checked-hovered@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-checked.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-checked@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-hovered.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-hovered@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-pressed.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-pressed@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-indicator-pressed.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-indicator-pressed@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-indicator.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-indicator@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/toolseparator-separator-vertical.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/imagine-assets/toolseparator-separator-vertical@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/qml/CustomGlow.qml +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/qml/FeatureButton.qml +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/qml/GlowingLabel.qml +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/qml/automotive.qml +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/qml/qml.qrc +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/automotive/qtquickcontrols2.conf +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/doc/images/qtquickcontrols2-musicplayer.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/doc/src/qtquickcontrols2-musicplayer.qdoc +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/icons.qrc +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/bluetooth.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/cart.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/cloud.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/favorite.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/filter.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/folder.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/message.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/music.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/next.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/pause.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/power.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/previous.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/repeat.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/save.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/settings.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/shuffle.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/stop.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/bluetooth.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/cart.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/cloud.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/favorite.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/filter.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/folder.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/grid.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/message.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/music.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/next.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/pause.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/power.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/previous.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/repeat.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/save.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/settings.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/shuffle.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/stop.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/icons.svg +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/icons/musicplayer/index.theme +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/images/album-cover.jpg +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/applicationwindow-background.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-checked-hovered.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-checked-hovered@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-checked.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-checked@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-disabled.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-disabled@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-hovered.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-hovered@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-pressed.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-pressed@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/button-background.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/button-background@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background-hovered.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background-hovered@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background-open.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background-open@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background-pressed.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background-pressed@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator-hovered.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator-hovered@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator-open.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator-open@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator-pressed.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator-pressed@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-popup.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-popup@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/dial-background-hovered.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/dial-background-hovered@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/dial-background-pressed.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/dial-background-pressed@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/dial-background.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/dial-background@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/dial-handle-pressed.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/dial-handle-pressed@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/dial-handle.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/dial-handle@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/frame-background.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/frame-background@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/imagine-assets.qrc +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-checked.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-checked@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-disabled.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-disabled@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-hovered.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-hovered@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-pressed.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-pressed@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-checked-hovered.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-checked-hovered@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-checked.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-checked@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-disabled.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-disabled@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-hovered.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-hovered@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-pressed.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-pressed@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive-hovered.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive-hovered@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive-pressed.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive-pressed@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-horizontal-disabled.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-horizontal-disabled@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-horizontal.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-horizontal@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-vertical-disabled.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-vertical-disabled@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-vertical.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-vertical@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-handle-disabled.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-handle-disabled@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-handle-hovered.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-handle-hovered@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-handle.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-handle@2x.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-progress-horizontal.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-progress-horizontal@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-progress-vertical-disabled.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-progress-vertical-disabled@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-progress-vertical.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/slider-progress-vertical@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/textfield-background-disabled.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/textfield-background-disabled@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/textfield-background.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/textfield-background@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/toolbar-background.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/toolbar-background@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-checked-hovered.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-checked-hovered@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-checked.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-checked@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-hovered.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-hovered@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-pressed.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-pressed@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/tooltip-background.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/imagine-assets/tooltip-background@2x.9.png +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/musicplayer.cpp +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/musicplayer.pro +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/musicplayer.qml +%%QT_EXAMPLEDIR%%/quickcontrols2/imagine/musicplayer/qtquickcontrols2.conf %%QT_EXAMPLEDIR%%/quickcontrols2/quickcontrols2.pro %%QT_EXAMPLEDIR%%/quickcontrols2/sidepanel/doc/images/qtquickcontrols2-sidepanel-landscape.png %%QT_EXAMPLEDIR%%/quickcontrols2/sidepanel/doc/images/qtquickcontrols2-sidepanel-portrait.png @@ -4207,6 +4526,21 @@ %%QT_EXAMPLEDIR%%/quickcontrols2/texteditor/texteditor.qrc %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/doc/images/qtquickcontrols2-wearable.png %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/doc/src/qtquickcontrols2-wearable.qdoc +%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36/alarms.png +%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36/fitness.png +%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36/navigation.png +%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36/notifications.png +%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36/settings.png +%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36/weather.png +%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36/worldclock.png +%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36@2/alarms.png +%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36@2/fitness.png +%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36@2/navigation.png +%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36@2/notifications.png +%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36@2/settings.png +%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36@2/weather.png +%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/36x36@2/worldclock.png +%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/icons/wearable/index.theme %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/images/back.png %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/images/back@2x.png %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/images/back@3x.png @@ -4217,12 +4551,8 @@ %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/images/home@3x.png %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/images/home@4x.png %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Alarms/AlarmsPage.qml -%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Alarms/images/alarms.png -%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Alarms/images/alarms@2x.png %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Fitness/FitnessPage.qml %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Fitness/fitness.js -%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Fitness/images/fitness.png -%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Fitness/images/fitness@2x.png %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Fitness/images/man-running.png %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Fitness/images/man-running@2x.png %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Fitness/images/man-walking.png @@ -4255,8 +4585,6 @@ %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Notifications/images/avatarm@2x.png %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Notifications/images/missedcall.png %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Notifications/images/missedcall@2x.png -%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Notifications/images/notifications.png -%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Notifications/images/notifications@2x.png %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Notifications/notifications.js %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/SettingsPage.qml %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/bluetooth.png @@ -4265,8 +4593,6 @@ %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/brightness@2x.png %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/contrast.png %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/contrast@2x.png -%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/settings.png -%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/settings@2x.png %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/wifi.png %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Settings/images/wifi@2x.png %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Style/PageIndicator.qml @@ -4285,8 +4611,6 @@ %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/sunset@2x.png %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/temperature.png %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/temperature@2x.png -%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/weather.png -%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/weather@2x.png %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/wind.png %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/images/wind@2x.png %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/Weather/weather.js @@ -4313,8 +4637,6 @@ %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/WorldClock/images/swissnightminute.png %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/WorldClock/images/swissnightminute@2x.png %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/WorldClock/images/swissseconds.png -%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/WorldClock/images/worldclock.png -%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/qml/WorldClock/images/worldclock@2x.png %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/wearable.cpp %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/wearable.pro %%QT_EXAMPLEDIR%%/quickcontrols2/wearable/wearable.qml @@ -4679,6 +5001,9 @@ %%QT_EXAMPLEDIR%%/serialbus/can/mainwindow.cpp %%QT_EXAMPLEDIR%%/serialbus/can/mainwindow.h %%QT_EXAMPLEDIR%%/serialbus/can/mainwindow.ui +%%QT_EXAMPLEDIR%%/serialbus/can/sendframebox.cpp +%%QT_EXAMPLEDIR%%/serialbus/can/sendframebox.h +%%QT_EXAMPLEDIR%%/serialbus/can/sendframebox.ui %%QT_EXAMPLEDIR%%/serialbus/modbus/adueditor/adueditor.pro %%QT_EXAMPLEDIR%%/serialbus/modbus/adueditor/interface.ui %%QT_EXAMPLEDIR%%/serialbus/modbus/adueditor/main.cpp @@ -5092,6 +5417,73 @@ %%QT_EXAMPLEDIR%%/virtualkeyboard/basic/demo.qrc %%QT_EXAMPLEDIR%%/virtualkeyboard/basic/main.cpp %%QT_EXAMPLEDIR%%/virtualkeyboard/virtualkeyboard.pro +%%QT_EXAMPLEDIR%%/vulkan/doc/images/hellovulkancubes.png +%%QT_EXAMPLEDIR%%/vulkan/doc/images/hellovulkantexture.png +%%QT_EXAMPLEDIR%%/vulkan/doc/images/hellovulkantriangle.png +%%QT_EXAMPLEDIR%%/vulkan/doc/images/hellovulkanwidget.png +%%QT_EXAMPLEDIR%%/vulkan/doc/images/hellovulkanwindow.png +%%QT_EXAMPLEDIR%%/vulkan/doc/src/hellovulkancubes.qdoc +%%QT_EXAMPLEDIR%%/vulkan/doc/src/hellovulkantexture.qdoc +%%QT_EXAMPLEDIR%%/vulkan/doc/src/hellovulkantriangle.qdoc +%%QT_EXAMPLEDIR%%/vulkan/doc/src/hellovulkanwidget.qdoc +%%QT_EXAMPLEDIR%%/vulkan/doc/src/hellovulkanwindow.qdoc +%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/camera.cpp +%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/camera.h +%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/color.frag +%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/color.vert +%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/color_frag.spv +%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/color_phong.frag +%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/color_phong.vert +%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/color_phong_frag.spv +%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/color_phong_vert.spv +%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/color_vert.spv +%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/hellovulkancubes.pro +%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/hellovulkancubes.qrc +%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/main.cpp +%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/mainwindow.cpp +%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/mainwindow.h +%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/mesh.cpp +%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/mesh.h +%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/renderer.cpp +%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/renderer.h +%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/shader.cpp +%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/shader.h +%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/vulkanwindow.cpp +%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/vulkanwindow.h +%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/hellovulkantexture.cpp +%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/hellovulkantexture.h +%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/hellovulkantexture.pro +%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/hellovulkantexture.qrc +%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/main.cpp +%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/qt256.png +%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/texture.frag +%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/texture.vert +%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/texture_frag.spv +%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/texture_vert.spv +%%QT_EXAMPLEDIR%%/vulkan/hellovulkantriangle/hellovulkantriangle.pro +%%QT_EXAMPLEDIR%%/vulkan/hellovulkantriangle/hellovulkantriangle.qrc +%%QT_EXAMPLEDIR%%/vulkan/hellovulkantriangle/main.cpp +%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwidget/hellovulkanwidget.cpp +%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwidget/hellovulkanwidget.h +%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwidget/hellovulkanwidget.pro +%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwidget/hellovulkanwidget.qrc +%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwidget/main.cpp +%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwindow/hellovulkanwindow.cpp +%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwindow/hellovulkanwindow.h +%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwindow/hellovulkanwindow.pro +%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwindow/main.cpp +%%QT_EXAMPLEDIR%%/vulkan/shared/block.buf +%%QT_EXAMPLEDIR%%/vulkan/shared/block.txt +%%QT_EXAMPLEDIR%%/vulkan/shared/color.frag +%%QT_EXAMPLEDIR%%/vulkan/shared/color.vert +%%QT_EXAMPLEDIR%%/vulkan/shared/color_frag.spv +%%QT_EXAMPLEDIR%%/vulkan/shared/color_vert.spv +%%QT_EXAMPLEDIR%%/vulkan/shared/objconvert.js +%%QT_EXAMPLEDIR%%/vulkan/shared/qt_logo.buf +%%QT_EXAMPLEDIR%%/vulkan/shared/qt_logo.txt +%%QT_EXAMPLEDIR%%/vulkan/shared/trianglerenderer.cpp +%%QT_EXAMPLEDIR%%/vulkan/shared/trianglerenderer.h +%%QT_EXAMPLEDIR%%/vulkan/vulkan.pro %%QT_EXAMPLEDIR%%/webchannel/chatclient-html/chatclient-html.pro %%QT_EXAMPLEDIR%%/webchannel/chatclient-html/chatclient.html %%QT_EXAMPLEDIR%%/webchannel/chatclient-html/doc/images/chatclient-html.png @@ -5188,13 +5580,6 @@ %%QT_EXAMPLEDIR%%/widgets/animation/animatedtiles/images/tile.png %%QT_EXAMPLEDIR%%/widgets/animation/animatedtiles/main.cpp %%QT_EXAMPLEDIR%%/widgets/animation/animation.pro -%%QT_EXAMPLEDIR%%/widgets/animation/appchooser/accessories-dictionary.png -%%QT_EXAMPLEDIR%%/widgets/animation/appchooser/akregator.png -%%QT_EXAMPLEDIR%%/widgets/animation/appchooser/appchooser.pro -%%QT_EXAMPLEDIR%%/widgets/animation/appchooser/appchooser.qrc -%%QT_EXAMPLEDIR%%/widgets/animation/appchooser/digikam.png -%%QT_EXAMPLEDIR%%/widgets/animation/appchooser/k3b.png -%%QT_EXAMPLEDIR%%/widgets/animation/appchooser/main.cpp %%QT_EXAMPLEDIR%%/widgets/animation/easing/animation.h %%QT_EXAMPLEDIR%%/widgets/animation/easing/easing.pro %%QT_EXAMPLEDIR%%/widgets/animation/easing/easing.qrc @@ -5334,16 +5719,6 @@ %%QT_EXAMPLEDIR%%/widgets/dialogs/classwizard/images/watermark1.png %%QT_EXAMPLEDIR%%/widgets/dialogs/classwizard/images/watermark2.png %%QT_EXAMPLEDIR%%/widgets/dialogs/classwizard/main.cpp -%%QT_EXAMPLEDIR%%/widgets/dialogs/configdialog/configdialog.cpp -%%QT_EXAMPLEDIR%%/widgets/dialogs/configdialog/configdialog.h -%%QT_EXAMPLEDIR%%/widgets/dialogs/configdialog/configdialog.pro -%%QT_EXAMPLEDIR%%/widgets/dialogs/configdialog/configdialog.qrc -%%QT_EXAMPLEDIR%%/widgets/dialogs/configdialog/images/config.png -%%QT_EXAMPLEDIR%%/widgets/dialogs/configdialog/images/query.png -%%QT_EXAMPLEDIR%%/widgets/dialogs/configdialog/images/update.png -%%QT_EXAMPLEDIR%%/widgets/dialogs/configdialog/main.cpp -%%QT_EXAMPLEDIR%%/widgets/dialogs/configdialog/pages.cpp -%%QT_EXAMPLEDIR%%/widgets/dialogs/configdialog/pages.h %%QT_EXAMPLEDIR%%/widgets/dialogs/dialogs.pro %%QT_EXAMPLEDIR%%/widgets/dialogs/extension/extension.pro %%QT_EXAMPLEDIR%%/widgets/dialogs/extension/finddialog.cpp @@ -5425,6 +5800,12 @@ %%QT_EXAMPLEDIR%%/widgets/doc/images/layout2.png %%QT_EXAMPLEDIR%%/widgets/doc/images/mainwindow-demo.png %%QT_EXAMPLEDIR%%/widgets/doc/images/mousebutton-buttontester.png +%%QT_EXAMPLEDIR%%/widgets/doc/images/notepad.png +%%QT_EXAMPLEDIR%%/widgets/doc/images/notepad1.png +%%QT_EXAMPLEDIR%%/widgets/doc/images/notepad2.png +%%QT_EXAMPLEDIR%%/widgets/doc/images/notepad3.png +%%QT_EXAMPLEDIR%%/widgets/doc/images/notepad4.png +%%QT_EXAMPLEDIR%%/widgets/doc/images/notepad_menu.png %%QT_EXAMPLEDIR%%/widgets/doc/images/orderform-example.png %%QT_EXAMPLEDIR%%/widgets/doc/images/pingpong-example.png %%QT_EXAMPLEDIR%%/widgets/doc/images/plugandpaint-plugindialog.png @@ -5452,7 +5833,6 @@ %%QT_EXAMPLEDIR%%/widgets/doc/src/affine.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/analogclock.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/animatedtiles.qdoc -%%QT_EXAMPLEDIR%%/widgets/doc/src/appchooser.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/application.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/basicdrawing.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/basicgraphicslayouts.qdoc @@ -5475,7 +5855,6 @@ %%QT_EXAMPLEDIR%%/widgets/doc/src/completer.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/composition.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/concentriccircles.qdoc -%%QT_EXAMPLEDIR%%/widgets/doc/src/configdialog.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/customsortfiltermodel.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/deform.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/diagramscene.qdoc @@ -5516,7 +5895,6 @@ %%QT_EXAMPLEDIR%%/widgets/doc/src/interview.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/itemviewspuzzle.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/licensewizard.qdoc -%%QT_EXAMPLEDIR%%/widgets/doc/src/lighting.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/lineedits.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/mainwindow.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/mdi.qdoc @@ -5634,10 +6012,6 @@ %%QT_EXAMPLEDIR%%/widgets/effects/fademessage/fademessage.pro %%QT_EXAMPLEDIR%%/widgets/effects/fademessage/fademessage.qrc %%QT_EXAMPLEDIR%%/widgets/effects/fademessage/main.cpp -%%QT_EXAMPLEDIR%%/widgets/effects/lighting/lighting.cpp -%%QT_EXAMPLEDIR%%/widgets/effects/lighting/lighting.h -%%QT_EXAMPLEDIR%%/widgets/effects/lighting/lighting.pro -%%QT_EXAMPLEDIR%%/widgets/effects/lighting/main.cpp %%QT_EXAMPLEDIR%%/widgets/gestures/gestures.pro %%QT_EXAMPLEDIR%%/widgets/gestures/imagegestures/doc/src/imagegestures.qdoc %%QT_EXAMPLEDIR%%/widgets/gestures/imagegestures/imagegestures.pro @@ -6479,6 +6853,7 @@ %%QT_EXAMPLEDIR%%/widgets/tutorials/gettingStarted/gsQt/part4/part4.pro %%QT_EXAMPLEDIR%%/widgets/tutorials/gettingStarted/gsQt/part5/main.cpp %%QT_EXAMPLEDIR%%/widgets/tutorials/gettingStarted/gsQt/part5/part5.pro +%%QT_EXAMPLEDIR%%/widgets/tutorials/gettingstartedqt.qdoc %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/1_readonly/1_readonly.pro %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/1_readonly/main.cpp %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/1_readonly/mymodel.cpp @@ -6510,6 +6885,27 @@ %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/7_selections/mainwindow.cpp %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/7_selections/mainwindow.h %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/modelview.pro +%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/copy.png +%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/create.png +%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/cut.png +%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/edit_redo.png +%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/edit_undo.png +%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/exit.png +%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/font.png +%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/info.png +%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/new.png +%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/open.png +%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/paste.png +%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/pencil.png +%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/print.png +%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/save.png +%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/save_as.png +%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/main.cpp +%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/notepad.cpp +%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/notepad.h +%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/notepad.pro +%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/notepad.qrc +%%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/notepad.ui %%QT_EXAMPLEDIR%%/widgets/tutorials/tutorials.pro %%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/childwidget/childwidget.pro %%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/childwidget/main.cpp @@ -6800,7 +7196,6 @@ %%QT_EXAMPLEDIR%%/xmlpatterns/recipes/files/preparationLessThan30.xq %%QT_EXAMPLEDIR%%/xmlpatterns/recipes/files/preparationTimes.xq %%QT_EXAMPLEDIR%%/xmlpatterns/recipes/forms/querywidget.ui -%%QT_EXAMPLEDIR%%/xmlpatterns/recipes/forms/querywidget_mobiles.ui %%QT_EXAMPLEDIR%%/xmlpatterns/recipes/main.cpp %%QT_EXAMPLEDIR%%/xmlpatterns/recipes/querymainwindow.cpp %%QT_EXAMPLEDIR%%/xmlpatterns/recipes/querymainwindow.h @@ -6822,7 +7217,6 @@ %%QT_EXAMPLEDIR%%/xmlpatterns/schema/schema.pro %%QT_EXAMPLEDIR%%/xmlpatterns/schema/schema.qrc %%QT_EXAMPLEDIR%%/xmlpatterns/schema/schema.ui -%%QT_EXAMPLEDIR%%/xmlpatterns/schema/schema_mobiles.ui %%QT_EXAMPLEDIR%%/xmlpatterns/shared/xmlsyntaxhighlighter.cpp %%QT_EXAMPLEDIR%%/xmlpatterns/shared/xmlsyntaxhighlighter.h %%QT_EXAMPLEDIR%%/xmlpatterns/xmlpatterns.pro diff --git a/misc/qt5-l10n/Makefile b/misc/qt5-l10n/Makefile index b4bbe4fe1815..6793a2fe3d72 100644 --- a/misc/qt5-l10n/Makefile +++ b/misc/qt5-l10n/Makefile @@ -2,7 +2,6 @@ PORTNAME= l10n DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= misc PKGNAMEPREFIX= qt5- diff --git a/multimedia/qt5-multimedia/Makefile b/multimedia/qt5-multimedia/Makefile index 4bc96949e669..d15253ae3b24 100644 --- a/multimedia/qt5-multimedia/Makefile +++ b/multimedia/qt5-multimedia/Makefile @@ -2,7 +2,6 @@ PORTNAME= multimedia DISTVERSION= ${QT5_VERSION} -PORTREVISION= 4 CATEGORIES= multimedia PKGNAMEPREFIX= qt5- diff --git a/multimedia/qt5-multimedia/pkg-plist b/multimedia/qt5-multimedia/pkg-plist index 3bdc2b20e6b6..5384589afc9e 100644 --- a/multimedia/qt5-multimedia/pkg-plist +++ b/multimedia/qt5-multimedia/pkg-plist @@ -23,6 +23,7 @@ %%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstreamervideorendererinterface_p.h %%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstreamervideowidget_p.h %%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstreamervideowindow_p.h +%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgsttools_global_p.h %%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstutils_p.h %%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstvideobuffer_p.h %%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstvideorendererplugin_p.h @@ -245,15 +246,19 @@ %%QT_INCDIR%%/QtMultimedia/qvideorenderercontrol.h %%QT_INCDIR%%/QtMultimedia/qvideosurfaceformat.h %%QT_INCDIR%%/QtMultimedia/qvideowindowcontrol.h -%%QT_INCDIR%%/QtMultimediaQuick_p/%%FULLVER%%/QtMultimediaQuick_p/private/qdeclarativevideooutput_render_p.h -%%QT_INCDIR%%/QtMultimediaQuick_p/%%FULLVER%%/QtMultimediaQuick_p/private/qdeclarativevideooutput_window_p.h -%%QT_INCDIR%%/QtMultimediaQuick_p/%%FULLVER%%/QtMultimediaQuick_p/private/qsgvideonode_rgb_p.h -%%QT_INCDIR%%/QtMultimediaQuick_p/%%FULLVER%%/QtMultimediaQuick_p/private/qsgvideonode_texture_p.h -%%QT_INCDIR%%/QtMultimediaQuick_p/%%FULLVER%%/QtMultimediaQuick_p/private/qsgvideonode_yuv_p.h -%%QT_INCDIR%%/QtMultimediaQuick_p/QtMultimediaQuick_p -%%QT_INCDIR%%/QtMultimediaQuick_p/QtMultimediaQuick_pDepends -%%QT_INCDIR%%/QtMultimediaQuick_p/QtMultimediaQuick_pVersion -%%QT_INCDIR%%/QtMultimediaQuick_p/qtmultimediaquick_pversion.h +%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/QtMultimediaGstTools +%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/QtMultimediaGstToolsDepends +%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/QtMultimediaGstToolsVersion +%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/qtmultimediagsttoolsversion.h +%%QT_INCDIR%%/QtMultimediaQuick/%%FULLVER%%/QtMultimediaQuick/private/qdeclarativevideooutput_render_p.h +%%QT_INCDIR%%/QtMultimediaQuick/%%FULLVER%%/QtMultimediaQuick/private/qdeclarativevideooutput_window_p.h +%%QT_INCDIR%%/QtMultimediaQuick/%%FULLVER%%/QtMultimediaQuick/private/qsgvideonode_rgb_p.h +%%QT_INCDIR%%/QtMultimediaQuick/%%FULLVER%%/QtMultimediaQuick/private/qsgvideonode_texture_p.h +%%QT_INCDIR%%/QtMultimediaQuick/%%FULLVER%%/QtMultimediaQuick/private/qsgvideonode_yuv_p.h +%%QT_INCDIR%%/QtMultimediaQuick/QtMultimediaQuick +%%QT_INCDIR%%/QtMultimediaQuick/QtMultimediaQuickDepends +%%QT_INCDIR%%/QtMultimediaQuick/QtMultimediaQuickVersion +%%QT_INCDIR%%/QtMultimediaQuick/qtmultimediaquickversion.h %%QT_INCDIR%%/QtMultimediaWidgets/%%FULLVER%%/QtMultimediaWidgets/private/qpaintervideosurface_p.h %%QT_INCDIR%%/QtMultimediaWidgets/%%FULLVER%%/QtMultimediaWidgets/private/qvideowidget_p.h %%QT_INCDIR%%/QtMultimediaWidgets/QCameraViewfinder @@ -287,25 +292,27 @@ %%QT_LIBDIR%%/libQt5Multimedia.so.%%SHORTVER%% %%QT_LIBDIR%%/libQt5Multimedia.so.%%FULLVER%% %%DEBUG%%%%QT_LIBDIR%%/libQt5Multimedia.so.%%FULLVER%%.debug -%%QT_LIBDIR%%/libQt5MultimediaQuick_p.prl -%%QT_LIBDIR%%/libQt5MultimediaQuick_p.so -%%QT_LIBDIR%%/libQt5MultimediaQuick_p.so.5 -%%QT_LIBDIR%%/libQt5MultimediaQuick_p.so.%%SHORTVER%% -%%QT_LIBDIR%%/libQt5MultimediaQuick_p.so.%%FULLVER%% -%%DEBUG%%%%QT_LIBDIR%%/libQt5MultimediaQuick_p.so.%%FULLVER%%.debug +%%GSTREAMER%%%%QT_LIBDIR%%/libQt5MultimediaGstTools.prl +%%GSTREAMER%%%%QT_LIBDIR%%/libQt5MultimediaGstTools.so +%%GSTREAMER%%%%QT_LIBDIR%%/libQt5MultimediaGstTools.so.5 +%%GSTREAMER%%%%QT_LIBDIR%%/libQt5MultimediaGstTools.so.%%SHORTVER%% +%%GSTREAMER%%%%QT_LIBDIR%%/libQt5MultimediaGstTools.so.%%FULLVER%% +%%GSTREAMER%%%%DEBUG%%%%QT_LIBDIR%%/libQt5MultimediaGstTools.so.%%FULLVER%%.debug +%%QT_LIBDIR%%/libQt5MultimediaQuick.prl +%%QT_LIBDIR%%/libQt5MultimediaQuick.so +%%QT_LIBDIR%%/libQt5MultimediaQuick.so.5 +%%QT_LIBDIR%%/libQt5MultimediaQuick.so.%%SHORTVER%% +%%QT_LIBDIR%%/libQt5MultimediaQuick.so.%%FULLVER%% +%%DEBUG%%%%QT_LIBDIR%%/libQt5MultimediaQuick.so.%%FULLVER%%.debug %%QT_LIBDIR%%/libQt5MultimediaWidgets.prl %%QT_LIBDIR%%/libQt5MultimediaWidgets.so %%QT_LIBDIR%%/libQt5MultimediaWidgets.so.5 %%QT_LIBDIR%%/libQt5MultimediaWidgets.so.%%SHORTVER%% %%QT_LIBDIR%%/libQt5MultimediaWidgets.so.%%FULLVER%% %%DEBUG%%%%QT_LIBDIR%%/libQt5MultimediaWidgets.so.%%FULLVER%%.debug -%%GSTREAMER%%%%QT_LIBDIR%%/libqgsttools_p.prl -%%GSTREAMER%%%%QT_LIBDIR%%/libqgsttools_p.so -%%GSTREAMER%%%%QT_LIBDIR%%/libqgsttools_p.so.1 -%%GSTREAMER%%%%QT_LIBDIR%%/libqgsttools_p.so.1.0 -%%GSTREAMER%%%%QT_LIBDIR%%/libqgsttools_p.so.1.0.0 %%QT_MKSPECDIR%%/modules/qt_lib_multimedia.pri %%QT_MKSPECDIR%%/modules/qt_lib_multimedia_private.pri +%%GSTREAMER%%%%QT_MKSPECDIR%%/modules/qt_lib_multimediagsttools_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_multimediawidgets.pri %%QT_MKSPECDIR%%/modules/qt_lib_multimediawidgets_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_qtmultimediaquicktools_private.pri diff --git a/multimedia/qt5-phonon4-gstreamer/Makefile b/multimedia/qt5-phonon4-gstreamer/Makefile index 4bbbcca73793..0b81287fa25a 100644 --- a/multimedia/qt5-phonon4-gstreamer/Makefile +++ b/multimedia/qt5-phonon4-gstreamer/Makefile @@ -3,7 +3,6 @@ PORTNAME= phonon PORTVERSION= 4.9.0 -PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= KDE/stable/${PORTNAME}/${PORTNAME}-backend-gstreamer/${PORTVERSION} PKGNAMEPREFIX= qt5- diff --git a/multimedia/qt5-phonon4-vlc/Makefile b/multimedia/qt5-phonon4-vlc/Makefile index e9e3dc533524..bc0bdc56927e 100644 --- a/multimedia/qt5-phonon4-vlc/Makefile +++ b/multimedia/qt5-phonon4-vlc/Makefile @@ -2,7 +2,6 @@ PORTNAME= phonon PORTVERSION= 0.9.1 -PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= KDE/stable/${PORTNAME}/${PORTNAME}-backend${PKGNAMESUFFIX}/${PORTVERSION} PKGNAMEPREFIX= qt5- diff --git a/multimedia/qt5-phonon4/Makefile b/multimedia/qt5-phonon4/Makefile index ea409fab4ea5..a509c603c109 100644 --- a/multimedia/qt5-phonon4/Makefile +++ b/multimedia/qt5-phonon4/Makefile @@ -2,7 +2,6 @@ PORTNAME= phonon PORTVERSION= 4.9.1 -PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= qt5- diff --git a/net/qt5-network/Makefile b/net/qt5-network/Makefile index b0425a593ea4..4ddf24cf6b5a 100644 --- a/net/qt5-network/Makefile +++ b/net/qt5-network/Makefile @@ -2,7 +2,6 @@ PORTNAME= network DISTVERSION= ${QT5_VERSION} -PORTREVISION= 4 CATEGORIES= net ipv6 PKGNAMEPREFIX= qt5- diff --git a/net/qt5-network/files/patch-src_network_ssl_qsslcontext__openssl.cpp b/net/qt5-network/files/patch-src_network_ssl_qsslcontext__opensslpre11.cpp similarity index 88% rename from net/qt5-network/files/patch-src_network_ssl_qsslcontext__openssl.cpp rename to net/qt5-network/files/patch-src_network_ssl_qsslcontext__opensslpre11.cpp index a2ff4a92ca30..ca29c5e06f60 100644 --- a/net/qt5-network/files/patch-src_network_ssl_qsslcontext__openssl.cpp +++ b/net/qt5-network/files/patch-src_network_ssl_qsslcontext__opensslpre11.cpp @@ -2,9 +2,9 @@ * call the SSL_CTX_set1_groups function, which exists in LibreSSL as well as in * OpenSSL and is what would be called through the macro * ---- src/network/ssl/qsslcontext_openssl.cpp.orig 2018-01-16 06:53:43 UTC -+++ src/network/ssl/qsslcontext_openssl.cpp -@@ -354,12 +354,18 @@ init_context: +--- src/network/ssl/qsslcontext_opensslpre11.cpp.orig 2017-11-30 13:49:46 UTC ++++ src/network/ssl/qsslcontext_opensslpre11.cpp +@@ -332,12 +332,18 @@ init_context: #if OPENSSL_VERSION_NUMBER >= 0x10002000L && !defined(OPENSSL_NO_EC) // Set the curves to be used if (q_SSLeay() >= 0x10002000L) { diff --git a/net/qt5-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols.cpp b/net/qt5-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols.cpp index d5e670f28183..e5608eded910 100644 --- a/net/qt5-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols.cpp +++ b/net/qt5-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols.cpp @@ -3,18 +3,9 @@ * Prepend the path of the SSL libraries used for building so the same libraries are * found and loaded at runtime. Normal search finds base SSL libraries before ports. * ---- src/network/ssl/qsslsocket_openssl_symbols.cpp.orig 2018-01-16 06:53:43 UTC +--- src/network/ssl/qsslsocket_openssl_symbols.cpp.orig 2017-11-30 13:49:46 UTC +++ src/network/ssl/qsslsocket_openssl_symbols.cpp -@@ -151,7 +151,7 @@ DEFINEFUNC3(int, BIO_read, BIO *a, a, void *b, b, int - DEFINEFUNC(BIO_METHOD *, BIO_s_mem, void, DUMMYARG, return 0, return) - DEFINEFUNC3(int, BIO_write, BIO *a, a, const void *b, b, int c, c, return -1, return) - DEFINEFUNC(int, BN_num_bits, const BIGNUM *a, a, return 0, return) --#if OPENSSL_VERSION_NUMBER >= 0x10100000L -+#if !defined(BN_is_word) - DEFINEFUNC2(int, BN_is_word, BIGNUM *a, a, BN_ULONG w, w, return 0, return) - #endif - DEFINEFUNC2(BN_ULONG, BN_mod_word, const BIGNUM *a, a, BN_ULONG w, w, return static_cast(-1), return) -@@ -453,6 +453,9 @@ DEFINEFUNC(void, EC_KEY_free, EC_KEY *ecdh, ecdh, retu +@@ -524,6 +524,9 @@ DEFINEFUNC(void, EC_KEY_free, EC_KEY *ecdh, ecdh, retu DEFINEFUNC2(size_t, EC_get_builtin_curves, EC_builtin_curve * r, r, size_t nitems, nitems, return 0, return) #if OPENSSL_VERSION_NUMBER >= 0x10002000L DEFINEFUNC(int, EC_curve_nist2nid, const char *name, name, return 0, return) @@ -24,7 +15,7 @@ #endif // OPENSSL_VERSION_NUMBER >= 0x10002000L #endif // OPENSSL_NO_EC -@@ -680,8 +683,8 @@ static QPair loadO +@@ -769,8 +772,8 @@ static QPair loadOpenSsl() #endif #if defined(SHLIB_VERSION_NUMBER) && !defined(Q_OS_QNX) // on QNX, the libs are always libssl.so and libcrypto.so // first attempt: the canonical name is libssl.so. @@ -35,8 +26,8 @@ if (libcrypto->load() && libssl->load()) { // libssl.so. and libcrypto.so. found return pair; -@@ -698,8 +701,8 @@ static QPair loadO - // OS X's /usr/lib/libssl.dylib, /usr/lib/libcrypto.dylib will be picked up in the third +@@ -787,8 +790,8 @@ static QPair loadOpenSsl() + // macOS's /usr/lib/libssl.dylib, /usr/lib/libcrypto.dylib will be picked up in the third // attempt, _after_ /Contents/Frameworks has been searched. // iOS does not ship a system libssl.dylib, libcrypto.dylib in the first place. - libssl->setFileNameAndVersion(QLatin1String("ssl"), -1); @@ -46,18 +37,21 @@ if (libcrypto->load() && libssl->load()) { // libssl.so.0 and libcrypto.so.0 found return pair; -@@ -790,7 +793,7 @@ bool q_resolveOpenSslSymbols() - RESOLVEFUNC(EC_GROUP_get_degree) - #endif - RESOLVEFUNC(BN_num_bits) --#if OPENSSL_VERSION_NUMBER >= 0x10100000L -+#if !defined(BN_is_word) - RESOLVEFUNC(BN_is_word) - #endif - RESOLVEFUNC(BN_mod_word) -@@ -1020,8 +1023,12 @@ bool q_resolveOpenSslSymbols() - RESOLVEFUNC(EC_KEY_free) - RESOLVEFUNC(EC_get_builtin_curves) +@@ -979,10 +982,9 @@ bool q_resolveOpenSslSymbols() + RESOLVEFUNC(OPENSSL_add_all_algorithms_conf) + RESOLVEFUNC(SSLeay) + +- if (!_q_SSLeay || q_SSLeay() >= 0x10100000L) { ++ if (!_q_SSLeay) { + // OpenSSL 1.1 has deprecated and removed SSLeay. We consider a failure to + // resolve this symbol as a failure to resolve symbols. +- // The right operand of '||' above is ... a bit of paranoia. + delete libs.first; + delete libs.second; + qCWarning(lcSsl, "Incompatible version of OpenSSL"); +@@ -994,8 +996,12 @@ bool q_resolveOpenSslSymbols() + + #ifndef OPENSSL_NO_EC #if OPENSSL_VERSION_NUMBER >= 0x10002000L - if (q_SSLeay() >= 0x10002000L) + if (q_SSLeay() >= 0x10002000L) { @@ -65,19 +59,16 @@ +#if defined(LIBRESSL_VERSION_NUMBER) + RESOLVEFUNC(SSL_CTX_set1_groups) +#endif // defined(LIBRESSL_VERSION_NUMBER) -+ } ++ } #endif // OPENSSL_VERSION_NUMBER >= 0x10002000L #endif // OPENSSL_NO_EC - RESOLVEFUNC(PKCS12_parse) -@@ -1030,10 +1037,9 @@ bool q_resolveOpenSslSymbols() - delete libs.first; - delete libs.second; -- if (!_q_SSLeay || q_SSLeay() >= 0x10100000L) { -+ if (!_q_SSLeay) { - // OpenSSL 1.1 deprecated and removed SSLeay. We consider a failure to - // resolve this symbol as a failure to resolve symbols. -- // The right operand of '||' above ... a bit of paranoia. - qCWarning(lcSsl, "Incompatible version of OpenSSL"); - return false; - } +@@ -1017,7 +1023,7 @@ bool q_resolveOpenSslSymbols() + RESOLVEFUNC(EC_GROUP_get_degree) + #endif + RESOLVEFUNC(BN_num_bits) +-#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if !defined(BN_is_word) + RESOLVEFUNC(BN_is_word) + #endif + RESOLVEFUNC(BN_mod_word) diff --git a/net/qt5-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols__p.h b/net/qt5-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols__p.h index 4d204c734efe..23dc38628ee4 100644 --- a/net/qt5-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols__p.h +++ b/net/qt5-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols__p.h @@ -1,8 +1,8 @@ Boilerplate for SSL_CTX_set1_groups() used in qsslcontext_openssl.cpp. ---- src/network/ssl/qsslsocket_openssl_symbols_p.h.orig 2018-01-16 06:53:43 UTC +--- src/network/ssl/qsslsocket_openssl_symbols_p.h.orig 2017-11-30 13:49:46 UTC +++ src/network/ssl/qsslsocket_openssl_symbols_p.h -@@ -228,7 +228,7 @@ int q_BIO_read(BIO *a, void *b, int c); - Q_AUTOTEST_EXPORT BIO_METHOD *q_BIO_s_mem(); +@@ -232,7 +232,7 @@ BIO *q_BIO_new_mem_buf(void *a, int b); + int q_BIO_read(BIO *a, void *b, int c); Q_AUTOTEST_EXPORT int q_BIO_write(BIO *a, const void *b, int c); int q_BN_num_bits(const BIGNUM *a); -#if OPENSSL_VERSION_NUMBER >= 0x10100000L @@ -10,7 +10,7 @@ Boilerplate for SSL_CTX_set1_groups() used in qsslcontext_openssl.cpp. int q_BN_is_word(BIGNUM *a, BN_ULONG w); #else // BN_is_word is implemented purely as a -@@ -511,6 +511,9 @@ void q_EC_KEY_free(EC_KEY *ecdh); +@@ -454,6 +454,9 @@ void q_EC_KEY_free(EC_KEY *ecdh); size_t q_EC_get_builtin_curves(EC_builtin_curve *r, size_t nitems); #if OPENSSL_VERSION_NUMBER >= 0x10002000L int q_EC_curve_nist2nid(const char *name); diff --git a/net/qt5-network/pkg-plist b/net/qt5-network/pkg-plist index a13a857479f4..17dc6ac15df2 100644 --- a/net/qt5-network/pkg-plist +++ b/net/qt5-network/pkg-plist @@ -18,6 +18,7 @@ %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qhostaddress_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qhostinfo_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qhsts_p.h +%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qhstsstore_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qhttp2protocolhandler_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qhttpmultipart_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qhttpnetworkconnection_p.h @@ -71,8 +72,10 @@ %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsslkey_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsslpresharedkeyauthenticator_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsslsocket_mac_p.h +%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsslsocket_openssl11_symbols_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsslsocket_openssl_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsslsocket_openssl_symbols_p.h +%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsslsocket_opensslpre11_symbols_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsslsocket_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsslsocket_winrt_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qtcpserver_p.h diff --git a/print/qt5-printsupport/Makefile b/print/qt5-printsupport/Makefile index 6a8471985500..924f001d2668 100644 --- a/print/qt5-printsupport/Makefile +++ b/print/qt5-printsupport/Makefile @@ -2,7 +2,6 @@ PORTNAME= printsupport DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= print PKGNAMEPREFIX= qt5- diff --git a/sysutils/qt5-qtdiag/Makefile b/sysutils/qt5-qtdiag/Makefile index 92e9bf6381e7..a43ed488648c 100644 --- a/sysutils/qt5-qtdiag/Makefile +++ b/sysutils/qt5-qtdiag/Makefile @@ -2,7 +2,6 @@ PORTNAME= qtdiag DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= sysutils PKGNAMEPREFIX= qt5- diff --git a/sysutils/qt5-qtpaths/Makefile b/sysutils/qt5-qtpaths/Makefile index 305c033b5246..8f2c3cac3f5e 100644 --- a/sysutils/qt5-qtpaths/Makefile +++ b/sysutils/qt5-qtpaths/Makefile @@ -2,7 +2,6 @@ PORTNAME= qtpaths DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= sysutils PKGNAMEPREFIX= qt5- diff --git a/sysutils/qt5-qtplugininfo/Makefile b/sysutils/qt5-qtplugininfo/Makefile index 93aa9dff3dfc..fc0dece6c193 100644 --- a/sysutils/qt5-qtplugininfo/Makefile +++ b/sysutils/qt5-qtplugininfo/Makefile @@ -2,7 +2,6 @@ PORTNAME= qtplugininfo DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= sysutils PKGNAMEPREFIX= qt5- diff --git a/textproc/qt5-xml/Makefile b/textproc/qt5-xml/Makefile index 5f2bf9931c04..d4c33bdcb21a 100644 --- a/textproc/qt5-xml/Makefile +++ b/textproc/qt5-xml/Makefile @@ -2,7 +2,6 @@ PORTNAME= xml DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= textproc PKGNAMEPREFIX= qt5- diff --git a/textproc/qt5-xmlpatterns/Makefile b/textproc/qt5-xmlpatterns/Makefile index e3a343eee5cd..a28f70b7e3fb 100644 --- a/textproc/qt5-xmlpatterns/Makefile +++ b/textproc/qt5-xmlpatterns/Makefile @@ -2,7 +2,6 @@ PORTNAME= xmlpatterns DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= textproc PKGNAMEPREFIX= qt5- diff --git a/www/qt5-webchannel/Makefile b/www/qt5-webchannel/Makefile index 3de1902bc592..3329f92f1f83 100644 --- a/www/qt5-webchannel/Makefile +++ b/www/qt5-webchannel/Makefile @@ -2,7 +2,6 @@ PORTNAME= webchannel DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= qt5- diff --git a/www/qt5-webengine/Makefile b/www/qt5-webengine/Makefile index a370f5b6bff9..8bcb49589312 100644 --- a/www/qt5-webengine/Makefile +++ b/www/qt5-webengine/Makefile @@ -13,10 +13,13 @@ # - We need to see if more "use_system_" flags can be passed. # - The process of porting QtWebEngine needs to be documented so we can move to # newer releases more easily. +# +# Also note that, due to the insane amount of patches this port needs, it tends +# to lag behind the rest of the official Qt5 ones, which is why we set +# QT5_VERSION and DISTINFO_FILE here. PORTNAME= webengine DISTVERSION= ${QT5_VERSION} -PORTREVISION= 3 CATEGORIES= www PKGNAMEPREFIX= qt5- @@ -44,6 +47,9 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libsrtp.so:net/libsrtp \ libwebp.so:graphics/webp +DISTINFO_FILE= ${.CURDIR}/distinfo +QT5_VERSION= 5.9.5 + OPTIONS_SINGLE= AUDIO OPTIONS_SINGLE_AUDIO= ALSA PULSEAUDIO OPTIONS_DEFAULT= ALSA diff --git a/www/qt5-webengine/distinfo b/www/qt5-webengine/distinfo new file mode 100644 index 000000000000..8a92c5d03538 --- /dev/null +++ b/www/qt5-webengine/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1526203565 +SHA256 (KDE/Qt/5.9.5/qtwebengine-opensource-src-5.9.5.tar.xz) = 70d26db4e7944291c5f843b875916fb95ceec0f0a8fea3daea8004990199fc07 +SIZE (KDE/Qt/5.9.5/qtwebengine-opensource-src-5.9.5.tar.xz) = 216767300 diff --git a/www/qt5-webengine/files/patch-src_buildtools_buildtools.pro b/www/qt5-webengine/files/patch-src_buildtools_buildtools.pro index 8eb9750fa888..532560daff57 100644 --- a/www/qt5-webengine/files/patch-src_buildtools_buildtools.pro +++ b/www/qt5-webengine/files/patch-src_buildtools_buildtools.pro @@ -1,11 +1,11 @@ --- src/buildtools/buildtools.pro +++ src/buildtools/buildtools.pro -@@ -7,7 +7,7 @@ gn.file = gn.pro - gn.depends = ninja - SUBDIRS += gn +@@ -1,6 +1,6 @@ + TEMPLATE = subdirs -linux { +unix { # configure_host.pro and configure_target.pro are phony pro files that # extract things like compiler and linker from qmake. # Only used on Linux as it is only important for cross-building and alternative compilers. + diff --git a/www/qt5-webengine/pkg-plist b/www/qt5-webengine/pkg-plist index 4a484def55cb..d188f34225bd 100644 --- a/www/qt5-webengine/pkg-plist +++ b/www/qt5-webengine/pkg-plist @@ -28,6 +28,7 @@ %%QT_INCDIR%%/QtWebEngine/qtwebengineglobal.h %%QT_INCDIR%%/QtWebEngine/qtwebengineversion.h %%QT_INCDIR%%/QtWebEngineCore/%%FULLVER%%/QtWebEngineCore/private/qtwebenginecoreglobal_p.h +%%QT_INCDIR%%/QtWebEngineCore/%%FULLVER%%/QtWebEngineCore/private/qwebenginebrowsercontext_p.h %%QT_INCDIR%%/QtWebEngineCore/%%FULLVER%%/QtWebEngineCore/private/qwebenginecallback_p.h %%QT_INCDIR%%/QtWebEngineCore/%%FULLVER%%/QtWebEngineCore/private/qwebenginecookiestore_p.h %%QT_INCDIR%%/QtWebEngineCore/%%FULLVER%%/QtWebEngineCore/private/qwebengineurlrequestinfo_p.h diff --git a/www/qt5-webkit/Makefile b/www/qt5-webkit/Makefile index 6332e27d63b0..0519d963450f 100644 --- a/www/qt5-webkit/Makefile +++ b/www/qt5-webkit/Makefile @@ -2,7 +2,7 @@ PORTNAME= webkit DISTVERSION= 5.212.0-alpha2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www MASTER_SITES= https://github.com/annulen/${PORTNAME}/releases/download/${DISTNAME}/ PKGNAMEPREFIX= qt5- diff --git a/www/qt5-websockets-qml/Makefile b/www/qt5-websockets-qml/Makefile index 6460b08afd36..3a75f8e41811 100644 --- a/www/qt5-websockets-qml/Makefile +++ b/www/qt5-websockets-qml/Makefile @@ -2,7 +2,6 @@ PORTNAME= websockets-qml DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= qt5- diff --git a/www/qt5-websockets/Makefile b/www/qt5-websockets/Makefile index 7642d164e989..fb1b34b696b8 100644 --- a/www/qt5-websockets/Makefile +++ b/www/qt5-websockets/Makefile @@ -2,7 +2,6 @@ PORTNAME= websockets DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= qt5- diff --git a/x11-toolkits/qt5-canvas3d/Makefile b/x11-toolkits/qt5-canvas3d/Makefile index 38274411900a..e2c39c316d2e 100644 --- a/x11-toolkits/qt5-canvas3d/Makefile +++ b/x11-toolkits/qt5-canvas3d/Makefile @@ -2,7 +2,6 @@ PORTNAME= canvas3d DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= x11-toolkits PKGNAMEPREFIX= qt5- diff --git a/x11-toolkits/qt5-charts/Makefile b/x11-toolkits/qt5-charts/Makefile index 33d9c4464826..be6437521842 100644 --- a/x11-toolkits/qt5-charts/Makefile +++ b/x11-toolkits/qt5-charts/Makefile @@ -2,7 +2,6 @@ PORTNAME= charts DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= x11-toolkits PKGNAMEPREFIX= qt5- diff --git a/x11-toolkits/qt5-charts/pkg-plist b/x11-toolkits/qt5-charts/pkg-plist index c77deea2cf33..93412c1ad3ec 100644 --- a/x11-toolkits/qt5-charts/pkg-plist +++ b/x11-toolkits/qt5-charts/pkg-plist @@ -103,6 +103,7 @@ %%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/qcandlestickset_p.h %%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/qcategoryaxis_p.h %%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/qchart_p.h +%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/qchartglobal_p.h %%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/qchartview_p.h %%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/qdatetimeaxis_p.h %%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/qhorizontalbarseries_p.h diff --git a/x11-toolkits/qt5-datavis3d/Makefile b/x11-toolkits/qt5-datavis3d/Makefile index 1eb40142b1de..02532c246b85 100644 --- a/x11-toolkits/qt5-datavis3d/Makefile +++ b/x11-toolkits/qt5-datavis3d/Makefile @@ -2,7 +2,6 @@ PORTNAME= datavis3d DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= x11-toolkits PKGNAMEPREFIX= qt5- diff --git a/x11-toolkits/qt5-gamepad/Makefile b/x11-toolkits/qt5-gamepad/Makefile index 11e8ad1ef328..dfcb112d058f 100644 --- a/x11-toolkits/qt5-gamepad/Makefile +++ b/x11-toolkits/qt5-gamepad/Makefile @@ -2,7 +2,6 @@ PORTNAME= gamepad DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= x11-toolkits PKGNAMEPREFIX= qt5- diff --git a/x11-toolkits/qt5-gui/Makefile b/x11-toolkits/qt5-gui/Makefile index 7d00383bf930..350c049de0e5 100644 --- a/x11-toolkits/qt5-gui/Makefile +++ b/x11-toolkits/qt5-gui/Makefile @@ -2,7 +2,6 @@ PORTNAME= gui DISTVERSION= ${QT5_VERSION} -PORTREVISION= 4 CATEGORIES= x11-toolkits graphics PKGNAMEPREFIX= qt5- @@ -72,11 +71,18 @@ RUN_DEPENDS+= ${LOCALBASE}/share/fonts/encodings/encodings.dir:x11-fonts/encodin CFLAGS_powerpc64= -mminimal-toc post-configure: -.for d in src/gui ${MORE_WRKSRCS} +.for d in src/tools/qvkgen src/gui ${MORE_WRKSRCS} ${MKDIR} ${WRKSRC}/${d} cd ${WRKSRC}/${d} && ${SETENV} ${QMAKE_ENV} ${_QMAKE} ${QMAKE_ARGS} ${WRKSRC}/${d} .endfor +pre-build: +.for d in src/tools/qvkgen + @cd ${WRKSRC}/${d} && \ + ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} \ + ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET} +.endfor + post-build: .for d in ${MORE_WRKSRCS} @cd ${WRKSRC}/${d} && \ @@ -85,7 +91,7 @@ post-build: .endfor post-install: -.for d in ${MORE_WRKSRCS} +.for d in src/tools/qvkgen ${MORE_WRKSRCS} @cd ${WRKSRC}/${d} && \ ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} \ ${MAKE_ARGS} ${INSTALL_TARGET} diff --git a/x11-toolkits/qt5-gui/pkg-plist b/x11-toolkits/qt5-gui/pkg-plist index 35200028053b..a1a49900cf57 100644 --- a/x11-toolkits/qt5-gui/pkg-plist +++ b/x11-toolkits/qt5-gui/pkg-plist @@ -1,3 +1,4 @@ +%%QT_BINDIR%%/qvkgen %%QT_INCDIR%%/QtAccessibilitySupport/%%FULLVER%%/QtAccessibilitySupport/private/qaccessiblebridgeutils_p.h %%QT_INCDIR%%/QtAccessibilitySupport/QtAccessibilitySupport %%QT_INCDIR%%/QtAccessibilitySupport/QtAccessibilitySupportDepends @@ -11,6 +12,12 @@ %%QT_INCDIR%%/QtDeviceDiscoverySupport/QtDeviceDiscoverySupportDepends %%QT_INCDIR%%/QtDeviceDiscoverySupport/QtDeviceDiscoverySupportVersion %%QT_INCDIR%%/QtDeviceDiscoverySupport/qtdevicediscoverysupportversion.h +%%QT_INCDIR%%/QtEdidSupport/%%FULLVER%%/QtEdidSupport/private/qedidparser_p.h +%%QT_INCDIR%%/QtEdidSupport/%%FULLVER%%/QtEdidSupport/private/qedidvendortable_p.h +%%QT_INCDIR%%/QtEdidSupport/QtEdidSupport +%%QT_INCDIR%%/QtEdidSupport/QtEdidSupportDepends +%%QT_INCDIR%%/QtEdidSupport/QtEdidSupportVersion +%%QT_INCDIR%%/QtEdidSupport/qtedidsupportversion.h %%QT_INCDIR%%/QtEglSupport/%%FULLVER%%/QtEglSupport/private/qeglconvenience_p.h %%QT_INCDIR%%/QtEglSupport/%%FULLVER%%/QtEglSupport/private/qeglpbuffer_p.h %%QT_INCDIR%%/QtEglSupport/%%FULLVER%%/QtEglSupport/private/qeglplatformcontext_p.h @@ -160,6 +167,14 @@ %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qrgba64_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qscreen_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qsessionmanager_p.h +%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qshaderformat_p.h +%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qshadergenerator_p.h +%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qshadergraph_p.h +%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qshadergraphloader_p.h +%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qshaderlanguage_p.h +%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qshadernode_p.h +%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qshadernodeport_p.h +%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qshadernodesloader_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qshapedpixmapdndwindow_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qshortcutmap_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qsimpledrag_p.h @@ -186,6 +201,7 @@ %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtriangulatingstroker_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtriangulator_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qvectorpath_p.h +%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qvulkanwindow_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qwindow_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qxbmhandler_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qxpmhandler_p.h @@ -223,6 +239,7 @@ %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformtheme_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformthemefactory_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformthemeplugin.h +%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformvulkaninstance.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformwindow.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformwindow_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qwindowsysteminterface.h @@ -464,6 +481,14 @@ %%QT_INCDIR%%/QtGui/QVector2D %%QT_INCDIR%%/QtGui/QVector3D %%QT_INCDIR%%/QtGui/QVector4D +%%QT_INCDIR%%/QtGui/QVulkanDeviceFunctions +%%QT_INCDIR%%/QtGui/QVulkanExtension +%%QT_INCDIR%%/QtGui/QVulkanFunctions +%%QT_INCDIR%%/QtGui/QVulkanInfoVector +%%QT_INCDIR%%/QtGui/QVulkanInstance +%%QT_INCDIR%%/QtGui/QVulkanLayer +%%QT_INCDIR%%/QtGui/QVulkanWindow +%%QT_INCDIR%%/QtGui/QVulkanWindowRenderer %%QT_INCDIR%%/QtGui/QWhatsThisClickedEvent %%QT_INCDIR%%/QtGui/QWheelEvent %%QT_INCDIR%%/QtGui/QWidgetList @@ -607,6 +632,9 @@ %%QT_INCDIR%%/QtGui/qvector2d.h %%QT_INCDIR%%/QtGui/qvector3d.h %%QT_INCDIR%%/QtGui/qvector4d.h +%%QT_INCDIR%%/QtGui/qvulkanfunctions.h +%%QT_INCDIR%%/QtGui/qvulkaninstance.h +%%QT_INCDIR%%/QtGui/qvulkanwindow.h %%QT_INCDIR%%/QtGui/qwindow.h %%QT_INCDIR%%/QtGui/qwindowdefs.h %%QT_INCDIR%%/QtGui/qwindowdefs_win.h @@ -711,6 +739,8 @@ %%QT_LIBDIR%%/libQt5AccessibilitySupport.prl %%QT_LIBDIR%%/libQt5DeviceDiscoverySupport.a %%QT_LIBDIR%%/libQt5DeviceDiscoverySupport.prl +%%QT_LIBDIR%%/libQt5EdidSupport.a +%%QT_LIBDIR%%/libQt5EdidSupport.prl %%QT_LIBDIR%%/libQt5EglSupport.a %%QT_LIBDIR%%/libQt5EglSupport.prl %%QT_LIBDIR%%/libQt5EventDispatcherSupport.a @@ -747,6 +777,7 @@ %%DEBUG%%%%QT_LIBDIR%%/libQt5XcbQpa.so.%%FULLVER%%.debug %%QT_MKSPECDIR%%/modules/qt_lib_accessibility_support_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_devicediscovery_support_private.pri +%%QT_MKSPECDIR%%/modules/qt_lib_edid_support_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_egl_support_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_eventdispatcher_support_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_fb_support_private.pri diff --git a/x11-toolkits/qt5-quick/Makefile b/x11-toolkits/qt5-quick/Makefile index 8b82b58a8c69..1f890a349867 100644 --- a/x11-toolkits/qt5-quick/Makefile +++ b/x11-toolkits/qt5-quick/Makefile @@ -2,7 +2,6 @@ PORTNAME= quick DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= x11-toolkits PKGNAMEPREFIX= qt5- diff --git a/x11-toolkits/qt5-quick/pkg-plist b/x11-toolkits/qt5-quick/pkg-plist index 12cbaec13a34..767dd64ec6e4 100644 --- a/x11-toolkits/qt5-quick/pkg-plist +++ b/x11-toolkits/qt5-quick/pkg-plist @@ -56,6 +56,7 @@ %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickdesignersupportstates_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickdesignerwindowmanager_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickdrag_p.h +%%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickdraghandler_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickdroparea_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickevents_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickflickable_p.h @@ -68,6 +69,7 @@ %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickgenericshadereffect_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickgraphicsinfo_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickgridview_p.h +%%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickhandlersmodule_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickimage_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickimage_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickimagebase_p.h @@ -87,6 +89,7 @@ %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickloader_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickmousearea_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickmousearea_p_p.h +%%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickmultipointhandler_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickmultipointtoucharea_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickopenglinfo_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickopenglshadereffect_p.h @@ -99,7 +102,11 @@ %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpathview_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpincharea_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpincharea_p_p.h +%%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpinchhandler_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpixmapcache_p.h +%%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpointerdevicehandler_p.h +%%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpointerhandler_p.h +%%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpointhandler_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpositioners_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpositioners_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickprofiler_p.h @@ -115,6 +122,7 @@ %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickshadereffectmesh_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickshadereffectsource_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickshortcut_p.h +%%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicksinglepointhandler_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicksmoothedanimation_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicksmoothedanimation_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickspringanimation_p.h @@ -130,6 +138,7 @@ %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickstyledtext_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicksvgparser_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicksystempalette_p.h +%%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicktaphandler_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicktext_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicktext_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicktextcontrol_p.h @@ -181,12 +190,12 @@ %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgdepthstencilbuffer_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgdistancefieldglyphnode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgdistancefieldglyphnode_p_p.h -%%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgdistancefieldutil_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgengine_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsggeometry_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgmaterialshader_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgnode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgnodeupdater_p.h +%%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgpkmhandler_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgrenderer_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgrenderloop_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgrendernode_p.h @@ -210,6 +219,7 @@ %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgsoftwarethreadedrenderloop_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgtexture_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgtexturematerial_p.h +%%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgtexturereader_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgthreadedrenderloop_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgwindowsrenderloop_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qtquick-config_p.h @@ -431,6 +441,10 @@ %%DEBUG%%%%QT_QMLDIR%%/Qt/labs/folderlistmodel/libqmlfolderlistmodelplugin.so.debug %%QT_QMLDIR%%/Qt/labs/folderlistmodel/plugins.qmltypes %%QT_QMLDIR%%/Qt/labs/folderlistmodel/qmldir +%%QT_QMLDIR%%/Qt/labs/handlers/libhandlersplugin.so +%%DEBUG%%%%QT_QMLDIR%%/Qt/labs/handlers/libhandlersplugin.so.debug +%%QT_QMLDIR%%/Qt/labs/handlers/plugins.qmltypes +%%QT_QMLDIR%%/Qt/labs/handlers/qmldir %%QT_QMLDIR%%/Qt/labs/settings/libqmlsettingsplugin.so %%DEBUG%%%%QT_QMLDIR%%/Qt/labs/settings/libqmlsettingsplugin.so.debug %%QT_QMLDIR%%/Qt/labs/settings/plugins.qmltypes @@ -464,6 +478,10 @@ %%DEBUG%%%%QT_QMLDIR%%/QtQuick/Particles.2/libparticlesplugin.so.debug %%QT_QMLDIR%%/QtQuick/Particles.2/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/Particles.2/qmldir +%%QT_QMLDIR%%/QtQuick/Shapes/libqmlshapesplugin.so +%%DEBUG%%%%QT_QMLDIR%%/QtQuick/Shapes/libqmlshapesplugin.so.debug +%%QT_QMLDIR%%/QtQuick/Shapes/plugins.qmltypes +%%QT_QMLDIR%%/QtQuick/Shapes/qmldir %%QT_QMLDIR%%/QtQuick/Window.2/libwindowplugin.so %%DEBUG%%%%QT_QMLDIR%%/QtQuick/Window.2/libwindowplugin.so.debug %%QT_QMLDIR%%/QtQuick/Window.2/plugins.qmltypes diff --git a/x11-toolkits/qt5-quickcontrols/Makefile b/x11-toolkits/qt5-quickcontrols/Makefile index 55cc4ff0cb2a..403080927af3 100644 --- a/x11-toolkits/qt5-quickcontrols/Makefile +++ b/x11-toolkits/qt5-quickcontrols/Makefile @@ -2,7 +2,6 @@ PORTNAME= quickcontrols DISTVERSION= ${QT5_VERSION} -PORTREVISION= 2 CATEGORIES= x11-toolkits PKGNAMEPREFIX= qt5- diff --git a/x11-toolkits/qt5-quickcontrols2/Makefile b/x11-toolkits/qt5-quickcontrols2/Makefile index 1c6c5a06672e..2d66cc5a4f91 100644 --- a/x11-toolkits/qt5-quickcontrols2/Makefile +++ b/x11-toolkits/qt5-quickcontrols2/Makefile @@ -2,7 +2,6 @@ PORTNAME= quickcontrols2 DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= x11-toolkits PKGNAMEPREFIX= qt5- diff --git a/x11-toolkits/qt5-quickcontrols2/pkg-plist b/x11-toolkits/qt5-quickcontrols2/pkg-plist index a1e89e94ce73..c312a3d9f0bf 100644 --- a/x11-toolkits/qt5-quickcontrols2/pkg-plist +++ b/x11-toolkits/qt5-quickcontrols2/pkg-plist @@ -1,15 +1,23 @@ %%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qquickanimatednode_p.h +%%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qquickattachedobject_p.h +%%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qquickchecklabel_p.h %%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qquickclippedtext_p.h -%%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qquickcolorimageprovider_p.h +%%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qquickcolor_p.h +%%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qquickcolorimage_p.h +%%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qquickiconimage_p.h +%%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qquickiconimage_p_p.h +%%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qquickiconlabel_p.h +%%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qquickiconlabel_p_p.h %%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qquickitemgroup_p.h +%%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qquickmnemoniclabel_p.h %%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qquickpaddedrectangle_p.h %%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qquickplaceholdertext_p.h %%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qquickproxytheme_p.h %%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qquickstyle_p.h -%%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qquickstyleattached_p.h %%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qquickstyleplugin_p.h %%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qquickstyleselector_p.h %%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qquickstyleselector_p_p.h +%%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qquicktheme_p.h %%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qquicktumblerview_p.h %%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qtquickcontrols2-config_p.h %%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qtquickcontrols2global_p.h @@ -23,6 +31,9 @@ %%QT_INCDIR%%/QtQuickControls2/qtquickcontrols2version.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickabstractbutton_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickabstractbutton_p_p.h +%%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickaction_p.h +%%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickaction_p_p.h +%%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickactiongroup_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickapplicationwindow_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickbusyindicator_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickbutton_p.h @@ -48,19 +59,27 @@ %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickframe_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickframe_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickgroupbox_p.h +%%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickicon_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickitemdelegate_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickitemdelegate_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicklabel_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicklabel_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickmenu_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickmenu_p_p.h +%%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickmenubar_p.h +%%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickmenubar_p_p.h +%%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickmenubaritem_p.h +%%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickmenubaritem_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickmenuitem_p.h +%%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickmenuitem_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickmenuseparator_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickoverlay_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickoverlay_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickpage_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickpageindicator_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickpagelayout_p_p.h +%%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickpalette_p.h +%%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickpaletteprovider_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickpane_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickpane_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickpopup_p.h @@ -139,6 +158,10 @@ %%QT_QMLDIR%%/Qt/labs/platform/qmldir %%QT_QMLDIR%%/QtQuick/Controls.2/AbstractButton.qml %%QT_QMLDIR%%/QtQuick/Controls.2/AbstractButton.qmlc +%%QT_QMLDIR%%/QtQuick/Controls.2/Action.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Action.qmlc +%%QT_QMLDIR%%/QtQuick/Controls.2/ActionGroup.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/ActionGroup.qmlc %%QT_QMLDIR%%/QtQuick/Controls.2/ApplicationWindow.qml %%QT_QMLDIR%%/QtQuick/Controls.2/ApplicationWindow.qmlc %%QT_QMLDIR%%/QtQuick/Controls.2/BusyIndicator.qml @@ -151,8 +174,6 @@ %%QT_QMLDIR%%/QtQuick/Controls.2/CheckBox.qmlc %%QT_QMLDIR%%/QtQuick/Controls.2/CheckDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls.2/CheckDelegate.qmlc -%%QT_QMLDIR%%/QtQuick/Controls.2/CheckIndicator.qml -%%QT_QMLDIR%%/QtQuick/Controls.2/CheckIndicator.qmlc %%QT_QMLDIR%%/QtQuick/Controls.2/ComboBox.qml %%QT_QMLDIR%%/QtQuick/Controls.2/ComboBox.qmlc %%QT_QMLDIR%%/QtQuick/Controls.2/Container.qml @@ -171,8 +192,110 @@ %%QT_QMLDIR%%/QtQuick/Controls.2/Drawer.qmlc %%QT_QMLDIR%%/QtQuick/Controls.2/Frame.qml %%QT_QMLDIR%%/QtQuick/Controls.2/Frame.qmlc +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/ApplicationWindow.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/BusyIndicator.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/Button.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/ButtonPanel.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/CheckBox.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/CheckDelegate.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/CheckIndicator.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/ComboBox.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/DelayButton.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/Dial.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/Dialog.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/DialogButtonBox.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/Drawer.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/Frame.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/GroupBox.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/ItemDelegate.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/Label.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/Menu.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/MenuBar.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/MenuBarItem.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/MenuItem.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/MenuSeparator.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/Page.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/PageIndicator.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/Pane.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/Popup.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/ProgressBar.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/RadioButton.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/RadioDelegate.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/RadioIndicator.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/RangeSlider.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/RoundButton.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/ScrollBar.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/ScrollIndicator.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/ScrollView.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/Slider.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/SliderGroove.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/SliderHandle.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/SpinBox.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/SwipeDelegate.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/Switch.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/SwitchDelegate.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/SwitchIndicator.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/TabBar.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/TabButton.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/TextArea.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/TextField.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/ToolBar.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/ToolButton.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/ToolSeparator.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/ToolTip.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/Tumbler.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/libqtquickcontrols2fusionstyleplugin.so +%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/qmldir %%QT_QMLDIR%%/QtQuick/Controls.2/GroupBox.qml %%QT_QMLDIR%%/QtQuick/Controls.2/GroupBox.qmlc +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/ApplicationWindow.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/BusyIndicator.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/Button.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/CheckBox.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/CheckDelegate.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/ComboBox.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/DelayButton.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/Dial.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/Dialog.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/DialogButtonBox.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/Drawer.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/Frame.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/GroupBox.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/ItemDelegate.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/Label.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/Menu.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/MenuItem.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/MenuSeparator.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/Page.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/PageIndicator.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/Pane.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/Popup.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/ProgressBar.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/RadioButton.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/RadioDelegate.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/RangeSlider.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/RoundButton.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/ScrollBar.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/ScrollIndicator.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/Slider.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/SpinBox.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/StackView.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/SwipeDelegate.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/SwipeView.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/Switch.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/SwitchDelegate.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/TabBar.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/TabButton.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/TextArea.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/TextField.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/ToolBar.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/ToolButton.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/ToolSeparator.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/ToolTip.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/Tumbler.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/libqtquickcontrols2imaginestyleplugin.so +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/plugins.qmltypes +%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/qmldir %%QT_QMLDIR%%/QtQuick/Controls.2/ItemDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls.2/ItemDelegate.qmlc %%QT_QMLDIR%%/QtQuick/Controls.2/Label.qml @@ -217,6 +340,10 @@ %%QT_QMLDIR%%/QtQuick/Controls.2/Material/Label.qmlc %%QT_QMLDIR%%/QtQuick/Controls.2/Material/Menu.qml %%QT_QMLDIR%%/QtQuick/Controls.2/Material/Menu.qmlc +%%QT_QMLDIR%%/QtQuick/Controls.2/Material/MenuBar.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Material/MenuBar.qmlc +%%QT_QMLDIR%%/QtQuick/Controls.2/Material/MenuBarItem.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Material/MenuBarItem.qmlc %%QT_QMLDIR%%/QtQuick/Controls.2/Material/MenuItem.qml %%QT_QMLDIR%%/QtQuick/Controls.2/Material/MenuItem.qmlc %%QT_QMLDIR%%/QtQuick/Controls.2/Material/MenuSeparator.qml @@ -288,6 +415,10 @@ %%QT_QMLDIR%%/QtQuick/Controls.2/Material/qmldir %%QT_QMLDIR%%/QtQuick/Controls.2/Menu.qml %%QT_QMLDIR%%/QtQuick/Controls.2/Menu.qmlc +%%QT_QMLDIR%%/QtQuick/Controls.2/MenuBar.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/MenuBar.qmlc +%%QT_QMLDIR%%/QtQuick/Controls.2/MenuBarItem.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/MenuBarItem.qmlc %%QT_QMLDIR%%/QtQuick/Controls.2/MenuItem.qml %%QT_QMLDIR%%/QtQuick/Controls.2/MenuItem.qmlc %%QT_QMLDIR%%/QtQuick/Controls.2/MenuSeparator.qml @@ -306,8 +437,6 @@ %%QT_QMLDIR%%/QtQuick/Controls.2/RadioButton.qmlc %%QT_QMLDIR%%/QtQuick/Controls.2/RadioDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls.2/RadioDelegate.qmlc -%%QT_QMLDIR%%/QtQuick/Controls.2/RadioIndicator.qml -%%QT_QMLDIR%%/QtQuick/Controls.2/RadioIndicator.qmlc %%QT_QMLDIR%%/QtQuick/Controls.2/RangeSlider.qml %%QT_QMLDIR%%/QtQuick/Controls.2/RangeSlider.qmlc %%QT_QMLDIR%%/QtQuick/Controls.2/RoundButton.qml @@ -332,8 +461,6 @@ %%QT_QMLDIR%%/QtQuick/Controls.2/Switch.qmlc %%QT_QMLDIR%%/QtQuick/Controls.2/SwitchDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls.2/SwitchDelegate.qmlc -%%QT_QMLDIR%%/QtQuick/Controls.2/SwitchIndicator.qml -%%QT_QMLDIR%%/QtQuick/Controls.2/SwitchIndicator.qmlc %%QT_QMLDIR%%/QtQuick/Controls.2/TabBar.qml %%QT_QMLDIR%%/QtQuick/Controls.2/TabBar.qmlc %%QT_QMLDIR%%/QtQuick/Controls.2/TabButton.qml @@ -386,6 +513,10 @@ %%QT_QMLDIR%%/QtQuick/Controls.2/Universal/Label.qmlc %%QT_QMLDIR%%/QtQuick/Controls.2/Universal/Menu.qml %%QT_QMLDIR%%/QtQuick/Controls.2/Universal/Menu.qmlc +%%QT_QMLDIR%%/QtQuick/Controls.2/Universal/MenuBar.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Universal/MenuBar.qmlc +%%QT_QMLDIR%%/QtQuick/Controls.2/Universal/MenuBarItem.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/Universal/MenuBarItem.qmlc %%QT_QMLDIR%%/QtQuick/Controls.2/Universal/MenuItem.qml %%QT_QMLDIR%%/QtQuick/Controls.2/Universal/MenuItem.qmlc %%QT_QMLDIR%%/QtQuick/Controls.2/Universal/MenuSeparator.qml diff --git a/x11-toolkits/qt5-uiplugin/Makefile b/x11-toolkits/qt5-uiplugin/Makefile index ab3da465411f..d49aa82e69c1 100644 --- a/x11-toolkits/qt5-uiplugin/Makefile +++ b/x11-toolkits/qt5-uiplugin/Makefile @@ -2,7 +2,6 @@ PORTNAME= uiplugin DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= x11-toolkits devel PKGNAMEPREFIX= qt5- diff --git a/x11-toolkits/qt5-uiplugin/files/patch-src_designer_src_src.pro b/x11-toolkits/qt5-uiplugin/files/patch-src_designer_src_src.pro index e1661f6cc105..e772fa1ba2ce 100644 --- a/x11-toolkits/qt5-uiplugin/files/patch-src_designer_src_src.pro +++ b/x11-toolkits/qt5-uiplugin/files/patch-src_designer_src_src.pro @@ -3,23 +3,28 @@ missing dependencies. --- src/designer/src/src.pro.orig 2016-01-21 10:39:28 UTC +++ src/designer/src/src.pro -@@ -1,23 +1,4 @@ +@@ -1,28 +1,4 @@ TEMPLATE = subdirs SUBDIRS = \ - uiplugin \ -- uitools \ -- lib \ -- components \ -- designer +- uitools +- +-qtConfig(process) { +- SUBDIRS += \ +- lib \ +- components \ +- designer +- +- lib.depends = uiplugin +- components.depends = lib +- designer.depends = components +- plugins.depends = lib - --contains(QT_CONFIG, shared): SUBDIRS += plugins +- contains(QT_CONFIG, shared): SUBDIRS += plugins +-} - -uitools.depends = uiplugin --lib.depends = uiplugin --components.depends = lib --designer.depends = components --plugins.depends = lib - -qtNomakeTools( \ - lib \ diff --git a/x11-toolkits/qt5-virtualkeyboard/Makefile b/x11-toolkits/qt5-virtualkeyboard/Makefile index 24435794d147..8dc4d55a1a8b 100644 --- a/x11-toolkits/qt5-virtualkeyboard/Makefile +++ b/x11-toolkits/qt5-virtualkeyboard/Makefile @@ -2,7 +2,6 @@ PORTNAME= virtualkeyboard DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= x11-toolkits PKGNAMEPREFIX= qt5- diff --git a/x11-toolkits/qt5-virtualkeyboard/pkg-plist b/x11-toolkits/qt5-virtualkeyboard/pkg-plist index 374ddcb8a611..a5a2c020d0ab 100644 --- a/x11-toolkits/qt5-virtualkeyboard/pkg-plist +++ b/x11-toolkits/qt5-virtualkeyboard/pkg-plist @@ -5,5 +5,7 @@ %%DEBUG%%%%QT_QMLDIR%%/QtQuick/VirtualKeyboard/Styles/libqtvirtualkeyboardstylesplugin.so.debug %%QT_QMLDIR%%/QtQuick/VirtualKeyboard/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/VirtualKeyboard/qmldir +%%QT_QMLDIR%%/QtQuick/VirtualKeyboard/Settings/plugins.qmltypes +%%QT_QMLDIR%%/QtQuick/VirtualKeyboard/Settings/qmldir %%QT_QMLDIR%%/QtQuick/VirtualKeyboard/Styles/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/VirtualKeyboard/Styles/qmldir diff --git a/x11-toolkits/qt5-widgets/Makefile b/x11-toolkits/qt5-widgets/Makefile index 354abadd4196..a1d8f5c2c6e0 100644 --- a/x11-toolkits/qt5-widgets/Makefile +++ b/x11-toolkits/qt5-widgets/Makefile @@ -2,7 +2,6 @@ PORTNAME= widgets DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= x11-toolkits PKGNAMEPREFIX= qt5- diff --git a/x11-toolkits/qt5-widgets/pkg-plist b/x11-toolkits/qt5-widgets/pkg-plist index 2c35273e0a0a..2363af91c281 100644 --- a/x11-toolkits/qt5-widgets/pkg-plist +++ b/x11-toolkits/qt5-widgets/pkg-plist @@ -10,7 +10,6 @@ %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qaccessiblewidgetfactory_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qaccessiblewidgets_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qaction_p.h -%%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qandroidstyle_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qapplication_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qbasickeyeventtransition_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qbasicmouseeventtransition_p.h @@ -67,8 +66,6 @@ %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qlistview_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qlistwidget_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qmacgesturerecognizer_p.h -%%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qmacstyle_mac_p.h -%%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qmacstyle_mac_p_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qmainwindowlayout_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qmdiarea_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qmdisubwindow_p.h @@ -122,10 +119,6 @@ %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qwindowcontainer_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qwindowsstyle_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qwindowsstyle_p_p.h -%%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qwindowsvistastyle_p.h -%%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qwindowsvistastyle_p_p.h -%%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qwindowsxpstyle_p.h -%%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qwindowsxpstyle_p_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qwizard_win_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/rangecontrols_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/simplewidgets_p.h diff --git a/x11/qt5-qev/Makefile b/x11/qt5-qev/Makefile index 73d36e63ea02..c769bf53e5a9 100644 --- a/x11/qt5-qev/Makefile +++ b/x11/qt5-qev/Makefile @@ -2,7 +2,6 @@ PORTNAME= qev DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= x11 PKGNAMEPREFIX= qt5- diff --git a/x11/qt5-x11extras/Makefile b/x11/qt5-x11extras/Makefile index 1ba3c64442b3..e8b29fadb3df 100644 --- a/x11/qt5-x11extras/Makefile +++ b/x11/qt5-x11extras/Makefile @@ -2,7 +2,6 @@ PORTNAME= x11extras DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= x11 PKGNAMEPREFIX= qt5-