1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Update the Qt5 ports to 5.10.1.

The work was done by tcberner and myself, with thanks to antoine for the
exp-run.

Not a lot to report compared to other Qt5 updates:
* net/qt5-network is still broken with LibreSSL. I said this in a commit
  message ages ago but it bears repeating: upstream is open to adding support
  for LibreSSL, but someone needs to step up to maintain it upstream, otherwise
  things will continue to be broken all the time.
* www/qt5-webengine is a huge monster that is terrible to update, just like
  www/chromium itself is. We (kde@) have decided to keep using the 5.9 series
  for the time being, as it should be compatible with the rest of Qt anyway. It
  was updated to 5.9.5, the latest 5.9 release at the time of writing.

PR:		228213
This commit is contained in:
Raphael Kubo da Costa 2018-05-18 12:27:43 +00:00
parent 5782487054
commit 70141f1a3a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470288
102 changed files with 2359 additions and 576 deletions

View File

@ -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

View File

@ -2,7 +2,6 @@
PORTNAME= speech
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= accessibility
PKGNAMEPREFIX= qt5-

View File

@ -25,4 +25,5 @@
%%QT_MKSPECDIR%%/modules/qt_lib_texttospeech.pri
%%QT_MKSPECDIR%%/modules/qt_lib_texttospeech_private.pri
%%QT_PLUGINDIR%%/texttospeech/libqtexttospeech_speechd.so
%%DEBUG%%%%QT_PLUGINDIR%%/texttospeech/libqtexttospeech_speechd.so.debug
libdata/pkgconfig/Qt5TextToSpeech.pc

View File

@ -2,7 +2,6 @@
PORTNAME= connectivity
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= comms
PKGNAMEPREFIX= qt5-

View File

@ -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

View File

@ -2,7 +2,6 @@
PORTNAME= sensors
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= comms
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= serialbus
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= comms
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= serialport
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= comms
PKGNAMEPREFIX= qt5-

View File

@ -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

View File

@ -2,7 +2,6 @@
PORTNAME= sql
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= databases
PKGNAMEPREFIX= qt5-

View File

@ -1,6 +1,5 @@
# $FreeBSD$
PORTREVISION= 1
DB= IBase
DB_DESC= InterBase/Firebird

View File

@ -1,5 +1,4 @@
# $FreeBSD$
PORTREVISION= 1
DB= MYSQL
DB_DESC= MySQL

View File

@ -2,7 +2,6 @@
PORTNAME= assistant
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= buildtools
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= concurrent
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= core
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 2
CATEGORIES= devel
PKGNAMEPREFIX= qt5-

View File

@ -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

View File

@ -2,7 +2,6 @@
PORTNAME= dbus
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= designer
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 4
CATEGORIES= devel
PKGNAMEPREFIX= qt5-

View File

@ -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

View File

@ -2,7 +2,6 @@
PORTNAME= help
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= linguist
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= linguisttools
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= location
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-

View File

@ -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

View File

@ -2,7 +2,6 @@
PORTNAME= qdbus
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= qdbusviewer
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-

View File

@ -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

View File

@ -2,7 +2,6 @@
PORTNAME= qdoc
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel textproc
PKGNAMEPREFIX= qt5-

View File

@ -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

View File

@ -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

View File

@ -2,7 +2,6 @@
PORTNAME= script
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= scripttools
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= scxml
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= testlib
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= uitools
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-

View File

@ -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
-
-contains(QT_CONFIG, shared): SUBDIRS += plugins
-qtConfig(process) {
- SUBDIRS += \
- lib \
- components \
- designer
-
- lib.depends = uiplugin
- components.depends = lib
- designer.depends = components
- plugins.depends = lib
-
- 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

View File

@ -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

View File

@ -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}

View File

@ -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

View File

@ -2,7 +2,6 @@
PORTNAME= graphicaleffects
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= graphics
PKGNAMEPREFIX= qt5-

View File

@ -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

View File

@ -2,7 +2,6 @@
PORTNAME= imageformats
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 2
CATEGORIES= graphics
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= opengl
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= graphics
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= pixeltool
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= graphics
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= svg
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= graphics
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= wayland
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= graphics
PKGNAMEPREFIX= qt5-

View File

@ -90,6 +90,7 @@
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwayland-server-text-input-unstable-v2.h
%%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-unstable-v6.h
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwayland-server-xdg-shell.h
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandcompositor_p.h
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandcompositorextension_p.h
@ -117,6 +118,8 @@
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandwlshellintegration_p.h
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandxdgshellv5_p.h
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandxdgshellv5integration_p.h
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandxdgshellv6_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,6 +147,7 @@
%%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
@ -183,8 +187,12 @@
%%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/QWaylandXdgToplevelV6
%%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
@ -261,20 +272,41 @@
%%QT_MKSPECDIR%%/modules/qt_lib_waylandcompositor.pri
%%QT_MKSPECDIR%%/modules/qt_lib_waylandcompositor_private.pri
%%QT_PLUGINDIR%%/platforms/libqwayland-egl.so
%%DEBUG%%%%QT_PLUGINDIR%%/platforms/libqwayland-egl.so.debug
%%QT_PLUGINDIR%%/platforms/libqwayland-generic.so
%%DEBUG%%%%QT_PLUGINDIR%%/platforms/libqwayland-generic.so.debug
%%QT_PLUGINDIR%%/platforms/libqwayland-xcomposite-egl.so
%%DEBUG%%%%QT_PLUGINDIR%%/platforms/libqwayland-xcomposite-egl.so.debug
%%QT_PLUGINDIR%%/platforms/libqwayland-xcomposite-glx.so
%%DEBUG%%%%QT_PLUGINDIR%%/platforms/libqwayland-xcomposite-glx.so.debug
%%QT_PLUGINDIR%%/wayland-decoration-client/libbradient.so
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-decoration-client/libbradient.so.debug
%%QT_PLUGINDIR%%/wayland-graphics-integration-client/libdrm-egl-server.so
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-client/libdrm-egl-server.so.debug
%%QT_PLUGINDIR%%/wayland-graphics-integration-client/libqt-plugin-wayland-egl.so
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-client/libqt-plugin-wayland-egl.so.debug
%%QT_PLUGINDIR%%/wayland-graphics-integration-client/libshm-emulation-server.so
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-client/libshm-emulation-server.so.debug
%%QT_PLUGINDIR%%/wayland-graphics-integration-client/libxcomposite-egl.so
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-client/libxcomposite-egl.so.debug
%%QT_PLUGINDIR%%/wayland-graphics-integration-client/libxcomposite-glx.so
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-client/libxcomposite-glx.so.debug
%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libdrm-egl-server.so
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libdrm-egl-server.so.debug
%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libshm-emulation-server.so
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libshm-emulation-server.so.debug
%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libwayland-egl.so
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libwayland-egl.so.debug
%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libxcomposite-egl.so
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libxcomposite-egl.so.debug
%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libxcomposite-glx.so
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libxcomposite-glx.so.debug
%%QT_PLUGINDIR%%/wayland-shell-integration/libivi-shell.so
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-shell-integration/libivi-shell.so.debug
%%QT_QMLDIR%%/QtWayland/Compositor/WaylandCursorItem.qml
%%QT_QMLDIR%%/QtWayland/Compositor/WaylandOutputWindow.qml
%%QT_QMLDIR%%/QtWayland/Compositor/libqwaylandcompositorplugin.so
%%DEBUG%%%%QT_QMLDIR%%/QtWayland/Compositor/libqwaylandcompositorplugin.so.debug
%%QT_QMLDIR%%/QtWayland/Compositor/plugins.qmltypes
%%QT_QMLDIR%%/QtWayland/Compositor/qmldir
libdata/pkgconfig/Qt5WaylandClient.pc

View File

@ -2,7 +2,6 @@
PORTNAME= qml
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= lang
PKGNAMEPREFIX= qt5-

View File

@ -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

View File

@ -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

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -2,7 +2,6 @@
PORTNAME= l10n
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= misc
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= multimedia
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 4
CATEGORIES= multimedia
PKGNAMEPREFIX= qt5-

View File

@ -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

View File

@ -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-

View File

@ -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-

View File

@ -2,7 +2,6 @@
PORTNAME= phonon
PORTVERSION= 4.9.1
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= network
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 4
CATEGORIES= net ipv6
PKGNAMEPREFIX= qt5-

View File

@ -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) {

View File

@ -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<BN_ULONG>(-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<QLibrary*, QLibrary*> loadO
@@ -769,8 +772,8 @@ static QPair<QLibrary*, QLibrary*> 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.<SHLIB_VERSION_NUMBER>
@ -35,8 +26,8 @@
if (libcrypto->load() && libssl->load()) {
// libssl.so.<SHLIB_VERSION_NUMBER> and libcrypto.so.<SHLIB_VERSION_NUMBER> found
return pair;
@@ -698,8 +701,8 @@ static QPair<QLibrary*, QLibrary*> 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<QLibrary*, QLibrary*> loadOpenSsl()
// macOS's /usr/lib/libssl.dylib, /usr/lib/libcrypto.dylib will be picked up in the third
// attempt, _after_ <bundle>/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,7 +37,33 @@
if (libcrypto->load() && libssl->load()) {
// libssl.so.0 and libcrypto.so.0 found
return pair;
@@ -790,7 +793,7 @@ bool q_resolveOpenSslSymbols()
@@ -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) {
RESOLVEFUNC(EC_curve_nist2nid)
+#if defined(LIBRESSL_VERSION_NUMBER)
+ RESOLVEFUNC(SSL_CTX_set1_groups)
+#endif // defined(LIBRESSL_VERSION_NUMBER)
+ }
#endif // OPENSSL_VERSION_NUMBER >= 0x10002000L
#endif // OPENSSL_NO_EC
@@ -1017,7 +1023,7 @@ bool q_resolveOpenSslSymbols()
RESOLVEFUNC(EC_GROUP_get_degree)
#endif
RESOLVEFUNC(BN_num_bits)
@ -55,29 +72,3 @@
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)
#if OPENSSL_VERSION_NUMBER >= 0x10002000L
- if (q_SSLeay() >= 0x10002000L)
+ if (q_SSLeay() >= 0x10002000L) {
RESOLVEFUNC(EC_curve_nist2nid)
+#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;
}

View File

@ -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);

View File

@ -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

View File

@ -2,7 +2,6 @@
PORTNAME= printsupport
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= print
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= qtdiag
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= sysutils
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= qtpaths
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= sysutils
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= qtplugininfo
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= sysutils
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= xml
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= textproc
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= xmlpatterns
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= textproc
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= webchannel
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= www
PKGNAMEPREFIX= qt5-

View File

@ -13,10 +13,13 @@
# - We need to see if more "use_system_<FOO>" 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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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-

View File

@ -2,7 +2,6 @@
PORTNAME= websockets-qml
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= www
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= websockets
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= www
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= canvas3d
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= charts
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-

View File

@ -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

View File

@ -2,7 +2,6 @@
PORTNAME= datavis3d
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-

View File

@ -2,7 +2,6 @@
PORTNAME= gamepad
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-

View File

@ -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}

View File

@ -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

View File

@ -2,7 +2,6 @@
PORTNAME= quick
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-

View File

@ -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

View File

@ -2,7 +2,6 @@
PORTNAME= quickcontrols
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 2
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-

View File

@ -264,6 +264,7 @@
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Desktop/TreeViewStyle.qmlc
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Desktop/qmldir
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Flat/libqtquickextrasflatplugin.so
%%DEBUG%%%%QT_QMLDIR%%/QtQuick/Controls/Styles/Flat/libqtquickextrasflatplugin.so.debug
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Flat/qmldir
%%QT_QMLDIR%%/QtQuick/Controls/Styles/qmldir
%%QT_QMLDIR%%/QtQuick/Controls/Switch.qml
@ -287,6 +288,7 @@
%%QT_QMLDIR%%/QtQuick/Controls/TreeView.qml
%%QT_QMLDIR%%/QtQuick/Controls/TreeView.qmlc
%%QT_QMLDIR%%/QtQuick/Controls/libqtquickcontrolsplugin.so
%%DEBUG%%%%QT_QMLDIR%%/QtQuick/Controls/libqtquickcontrolsplugin.so.debug
%%QT_QMLDIR%%/QtQuick/Controls/plugins.qmltypes
%%QT_QMLDIR%%/QtQuick/Controls/qmldir
%%QT_QMLDIR%%/QtQuick/Dialogs/DefaultColorDialog.qml
@ -300,6 +302,7 @@
%%QT_QMLDIR%%/QtQuick/Dialogs/DefaultMessageDialog.qml
%%QT_QMLDIR%%/QtQuick/Dialogs/DefaultMessageDialog.qmlc
%%QT_QMLDIR%%/QtQuick/Dialogs/Private/libdialogsprivateplugin.so
%%DEBUG%%%%QT_QMLDIR%%/QtQuick/Dialogs/Private/libdialogsprivateplugin.so.debug
%%QT_QMLDIR%%/QtQuick/Dialogs/Private/plugins.qmltypes
%%QT_QMLDIR%%/QtQuick/Dialogs/Private/qmldir
%%QT_QMLDIR%%/QtQuick/Dialogs/WidgetColorDialog.qml
@ -322,6 +325,7 @@
%%QT_QMLDIR%%/QtQuick/Dialogs/images/warning.png
%%QT_QMLDIR%%/QtQuick/Dialogs/images/window_border.png
%%QT_QMLDIR%%/QtQuick/Dialogs/libdialogplugin.so
%%DEBUG%%%%QT_QMLDIR%%/QtQuick/Dialogs/libdialogplugin.so.debug
%%QT_QMLDIR%%/QtQuick/Dialogs/plugins.qmltypes
%%QT_QMLDIR%%/QtQuick/Dialogs/qml/ColorSlider.qml
%%QT_QMLDIR%%/QtQuick/Dialogs/qml/ColorSlider.qmlc
@ -401,8 +405,10 @@
%%QT_QMLDIR%%/QtQuick/Extras/designer/images/tumbler-icon16.png
%%QT_QMLDIR%%/QtQuick/Extras/designer/qtquickextras.metainfo
%%QT_QMLDIR%%/QtQuick/Extras/libqtquickextrasplugin.so
%%DEBUG%%%%QT_QMLDIR%%/QtQuick/Extras/libqtquickextrasplugin.so.debug
%%QT_QMLDIR%%/QtQuick/Extras/plugins.qmltypes
%%QT_QMLDIR%%/QtQuick/Extras/qmldir
%%QT_QMLDIR%%/QtQuick/PrivateWidgets/libwidgetsplugin.so
%%DEBUG%%%%QT_QMLDIR%%/QtQuick/PrivateWidgets/libwidgetsplugin.so.debug
%%QT_QMLDIR%%/QtQuick/PrivateWidgets/plugins.qmltypes
%%QT_QMLDIR%%/QtQuick/PrivateWidgets/qmldir

View File

@ -2,7 +2,6 @@
PORTNAME= quickcontrols2
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-

View File

@ -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
@ -117,11 +136,13 @@
%%QT_LIBDIR%%/libQt5QuickControls2.so.5
%%QT_LIBDIR%%/libQt5QuickControls2.so.%%SHORTVER%%
%%QT_LIBDIR%%/libQt5QuickControls2.so.%%FULLVER%%
%%DEBUG%%%%QT_LIBDIR%%/libQt5QuickControls2.so.%%FULLVER%%.debug
%%QT_LIBDIR%%/libQt5QuickTemplates2.prl
%%QT_LIBDIR%%/libQt5QuickTemplates2.so
%%QT_LIBDIR%%/libQt5QuickTemplates2.so.5
%%QT_LIBDIR%%/libQt5QuickTemplates2.so.%%SHORTVER%%
%%QT_LIBDIR%%/libQt5QuickTemplates2.so.%%FULLVER%%
%%DEBUG%%%%QT_LIBDIR%%/libQt5QuickTemplates2.so.%%FULLVER%%.debug
%%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2.pri
%%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2_private.pri
%%QT_MKSPECDIR%%/modules/qt_lib_quicktemplates2_private.pri
@ -132,13 +153,19 @@
%%QT_QMLDIR%%/Qt/labs/calendar/WeekNumberColumn.qml
%%QT_QMLDIR%%/Qt/labs/calendar/WeekNumberColumn.qmlc
%%QT_QMLDIR%%/Qt/labs/calendar/libqtlabscalendarplugin.so
%%DEBUG%%%%QT_QMLDIR%%/Qt/labs/calendar/libqtlabscalendarplugin.so.debug
%%QT_QMLDIR%%/Qt/labs/calendar/plugins.qmltypes
%%QT_QMLDIR%%/Qt/labs/calendar/qmldir
%%QT_QMLDIR%%/Qt/labs/platform/libqtlabsplatformplugin.so
%%DEBUG%%%%QT_QMLDIR%%/Qt/labs/platform/libqtlabsplatformplugin.so.debug
%%QT_QMLDIR%%/Qt/labs/platform/plugins.qmltypes
%%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 +178,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 +196,112 @@
%%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
%%DEBUG%%%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/libqtquickcontrols2fusionstyleplugin.so.debug
%%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
%%DEBUG%%%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/libqtquickcontrols2imaginestyleplugin.so.debug
%%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 +346,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
@ -284,10 +417,15 @@
%%QT_QMLDIR%%/QtQuick/Controls.2/Material/Tumbler.qml
%%QT_QMLDIR%%/QtQuick/Controls.2/Material/Tumbler.qmlc
%%QT_QMLDIR%%/QtQuick/Controls.2/Material/libqtquickcontrols2materialstyleplugin.so
%%DEBUG%%%%QT_QMLDIR%%/QtQuick/Controls.2/Material/libqtquickcontrols2materialstyleplugin.so.debug
%%QT_QMLDIR%%/QtQuick/Controls.2/Material/plugins.qmltypes
%%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 +444,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 +468,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 +520,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
@ -447,6 +585,7 @@
%%QT_QMLDIR%%/QtQuick/Controls.2/Universal/Tumbler.qml
%%QT_QMLDIR%%/QtQuick/Controls.2/Universal/Tumbler.qmlc
%%QT_QMLDIR%%/QtQuick/Controls.2/Universal/libqtquickcontrols2universalstyleplugin.so
%%DEBUG%%%%QT_QMLDIR%%/QtQuick/Controls.2/Universal/libqtquickcontrols2universalstyleplugin.so.debug
%%QT_QMLDIR%%/QtQuick/Controls.2/Universal/plugins.qmltypes
%%QT_QMLDIR%%/QtQuick/Controls.2/Universal/qmldir
%%QT_QMLDIR%%/QtQuick/Controls.2/designer/AbstractButtonSection.qml
@ -653,9 +792,11 @@
%%QT_QMLDIR%%/QtQuick/Controls.2/designer/images/tumbler-icon@2x.png
%%QT_QMLDIR%%/QtQuick/Controls.2/designer/qtquickcontrols2.metainfo
%%QT_QMLDIR%%/QtQuick/Controls.2/libqtquickcontrols2plugin.so
%%DEBUG%%%%QT_QMLDIR%%/QtQuick/Controls.2/libqtquickcontrols2plugin.so.debug
%%QT_QMLDIR%%/QtQuick/Controls.2/plugins.qmltypes
%%QT_QMLDIR%%/QtQuick/Controls.2/qmldir
%%QT_QMLDIR%%/QtQuick/Templates.2/libqtquicktemplates2plugin.so
%%DEBUG%%%%QT_QMLDIR%%/QtQuick/Templates.2/libqtquicktemplates2plugin.so.debug
%%QT_QMLDIR%%/QtQuick/Templates.2/plugins.qmltypes
%%QT_QMLDIR%%/QtQuick/Templates.2/qmldir
libdata/pkgconfig/Qt5QuickControls2.pc

View File

@ -2,7 +2,6 @@
PORTNAME= uiplugin
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= x11-toolkits devel
PKGNAMEPREFIX= qt5-

View File

@ -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
-
-contains(QT_CONFIG, shared): SUBDIRS += plugins
-qtConfig(process) {
- SUBDIRS += \
- lib \
- components \
- designer
-
- lib.depends = uiplugin
- components.depends = lib
- designer.depends = components
- plugins.depends = lib
-
- contains(QT_CONFIG, shared): SUBDIRS += plugins
-}
-
-uitools.depends = uiplugin
-lib.depends = uiplugin
-components.depends = lib
-designer.depends = components
-plugins.depends = lib
-
-qtNomakeTools( \
- lib \

View File

@ -2,7 +2,6 @@
PORTNAME= virtualkeyboard
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-

View File

@ -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

View File

@ -2,7 +2,6 @@
PORTNAME= widgets
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-

View File

@ -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

Some files were not shown because too many files have changed in this diff Show More