View | Details | Raw Unified | Return to bug 238782 | Differences between
and this patch

Collapse All | Expand All

(-)b/Mk/Uses/qt-dist.mk (-7 / +18 lines)
Lines 21-33 qmake_ARGS?= # empty Link Here
21
.include "${USESDIR}/qmake.mk"
21
.include "${USESDIR}/qmake.mk"
22
22
23
# Supported distribution arguments
23
# Supported distribution arguments
24
_QT5_DISTS=		3d activeqt androidextras base canvas3d charts connectivity \
24
_QT5_DISTS=		3d activeqt androidextras base charts connectivity datavis3d \
25
			datavis3d declarative doc gamepad graphicaleffects imageformats \
25
			declarative doc gamepad graphicaleffects imageformats location \
26
			location macextras multimedia networkauth purchasing \
26
			lottie macextras multimedia networkauth purchasing quickcontrols \
27
			quickcontrols2 quickcontrols remoteobjects script scxml sensors \
27
			quickcontrols2 remoteobjects script scxml sensors serialbus \
28
			serialbus serialport speech svg tools translations \
28
			serialport speech svg tools translations virtualkeyboard wayland \
29
			virtualkeyboard wayland webchannel webengine websockets webview \
29
			webchannel webengine webglplugin websockets webview winextras \
30
			winextras x11extras xmlpatterns
30
			x11extras xmlpatterns
31
_QT_DISTS=		${_QT${_QT_VER}_DISTS}
31
_QT_DISTS=		${_QT${_QT_VER}_DISTS}
32
32
33
# We only accept one item as an argument. The fetch target further below works
33
# We only accept one item as an argument. The fetch target further below works
Lines 247-252 _QT_TOOLS+= ${UIC} Link Here
247
# The list of QtBase components that need to be linked into WRKSRC/lib for
247
# The list of QtBase components that need to be linked into WRKSRC/lib for
248
# other QtBase ports. See below.
248
# other QtBase ports. See below.
249
_QT5_BASE=		core dbus gui network sql widgets
249
_QT5_BASE=		core dbus gui network sql widgets
250
_QT5_ADDITIONAL_LINK?=	# Ensure definition
250
251
251
.if ${_QT_VER:M5}
252
.if ${_QT_VER:M5}
252
post-patch: gcc-post-patch
253
post-patch: gcc-post-patch
Lines 332-337 qt5-pre-configure: Link Here
332
	${ECHO_CMD} 'QMAKE_DEFAULT_LIBDIRS += ${LOCALBASE}/lib /usr/lib /lib' >> ${CONFIGURE_WRKSRC}/.qmake.cache
333
	${ECHO_CMD} 'QMAKE_DEFAULT_LIBDIRS += ${LOCALBASE}/lib /usr/lib /lib' >> ${CONFIGURE_WRKSRC}/.qmake.cache
333
	${ECHO_CMD} 'QMAKE_DEFAULT_INCDIRS += ${LOCALBASE}/include /usr/include' >> ${CONFIGURE_WRKSRC}/.qmake.cache
334
	${ECHO_CMD} 'QMAKE_DEFAULT_INCDIRS += ${LOCALBASE}/include /usr/include' >> ${CONFIGURE_WRKSRC}/.qmake.cache
334
335
336
# Allow linking of further libraries to the configure direcotry.
337
.    if !empty(_QT5_ADDITIONAL_LINK)
338
.      for dep in ${_QT5_ADDITIONAL_LINK}
339
	${MKDIR} ${CONFIGURE_WRKSRC}/lib
340
.        if ! empty(USE_QT:M${dep})
341
	${LN} -sf ${QT_LIBDIR}/${qt-${dep}_LIB} ${CONFIGURE_WRKSRC}/lib
342
.        endif
343
.      endfor
344
.    endif
345
335
post-install: qt-post-install
346
post-install: qt-post-install
336
qt-post-install:
347
qt-post-install:
337
.    if ${QT_DEFINES:N-*}
348
.    if ${QT_DEFINES:N-*}
(-)b/Mk/Uses/qt.mk (-6 / +6 lines)
Lines 22-28 _QT_MK_INCLUDED= qt.mk Link Here
22
22
23
# Qt versions currently supported by the framework.
23
# Qt versions currently supported by the framework.
24
_QT_SUPPORTED?=		5
24
_QT_SUPPORTED?=		5
25
QT5_VERSION?=		5.12.2
25
QT5_VERSION?=		5.13.0
26
26
27
# We accept the Qt version to be passed by either or all of the three mk files.
27
# We accept the Qt version to be passed by either or all of the three mk files.
28
.  if empty(qt_ARGS) && empty(qmake_ARGS) && empty(qt-dist_ARGS)
28
.  if empty(qt_ARGS) && empty(qmake_ARGS) && empty(qt-dist_ARGS)
Lines 134-145 _USE_QT_ALL= assistant dbus declarative designer doc gui help \ Link Here
134
_USE_QT_ALL+=	sql-ibase
134
_USE_QT_ALL+=	sql-ibase
135
.endif
135
.endif
136
136
137
_USE_QT5_ONLY=		3d buildtools canvas3d charts concurrent connectivity \
137
_USE_QT5_ONLY=		3d buildtools charts concurrent connectivity \
138
			core datavis3d diag examples gamepad \
138
			core datavis3d diag examples gamepad \
139
			graphicaleffects location networkauth paths phonon4 plugininfo printsupport \
139
			graphicaleffects location networkauth paths phonon4 plugininfo printsupport \
140
			qdbus qdoc qdoc-data qev quickcontrols \
140
			qdbus qdoc qdoc-data qev quickcontrols \
141
			quickcontrols2 remoteobjects scxml sensors serialbus serialport speech \
141
			quickcontrols2 remoteobjects scxml sensors serialbus serialport speech \
142
			sql-tds uiplugin uitools virtualkeyboard wayland webchannel \
142
			sql-tds uiplugin uitools virtualkeyboard wayland webchannel webplugin \
143
			webengine websockets websockets-qml webview widgets x11extras
143
			webengine websockets websockets-qml webview widgets x11extras
144
144
145
# Dependency tuples: _LIB should be preferred if possible.
145
# Dependency tuples: _LIB should be preferred if possible.
Lines 152-160 qt-assistant_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/assistant Link Here
152
qt-buildtools_PORT=	devel/${_QT_RELNAME}-buildtools
152
qt-buildtools_PORT=	devel/${_QT_RELNAME}-buildtools
153
qt-buildtools_PATH=	${LOCALBASE}/${QT_BINDIR_REL}/moc
153
qt-buildtools_PATH=	${LOCALBASE}/${QT_BINDIR_REL}/moc
154
154
155
qt-canvas3d_PORT=	x11-toolkits/${_QT_RELNAME}-canvas3d
156
qt-canvas3d_PATH=	${LOCALBASE}/${QT_QMLDIR_REL}/QtCanvas3D/qmldir
157
158
qt-charts_PORT=		x11-toolkits/${_QT_RELNAME}-charts
155
qt-charts_PORT=		x11-toolkits/${_QT_RELNAME}-charts
159
qt-charts_LIB=		libQt${_QT_LIBVER}Charts.so
156
qt-charts_LIB=		libQt${_QT_LIBVER}Charts.so
160
157
Lines 326-331 qt-webchannel_LIB= libQt${_QT_LIBVER}WebChannel.so Link Here
326
qt-webengine_PORT=	www/${_QT_RELNAME}-webengine
323
qt-webengine_PORT=	www/${_QT_RELNAME}-webengine
327
qt-webengine_LIB=	libQt${_QT_LIBVER}WebEngine.so
324
qt-webengine_LIB=	libQt${_QT_LIBVER}WebEngine.so
328
325
326
qt-webglplugin_PORT=     www/${_QT_RELNAME}-webglplugin
327
qt-webglplugin_PATH=     ${LOCALBASE}/${QT_PLUGINDIR_REL}/platforms/libqwebgl.so
328
329
qt-websockets_PORT=	www/${_QT_RELNAME}-websockets
329
qt-websockets_PORT=	www/${_QT_RELNAME}-websockets
330
qt-websockets_LIB=	libQt${_QT_LIBVER}WebSockets.so
330
qt-websockets_LIB=	libQt${_QT_LIBVER}WebSockets.so
331
331
(-)b/accessibility/qt5-speech/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	speech
3
PORTNAME=	speech
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	accessibility
5
CATEGORIES=	accessibility
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/comms/qt5-connectivity/pkg-plist (+2 lines)
Lines 69-80 Link Here
69
%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qbluetoothtransferreply_osx_p.h
69
%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qbluetoothtransferreply_osx_p.h
70
%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qbluetoothtransferreply_p.h
70
%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qbluetoothtransferreply_p.h
71
%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qbluetoothtransferrequest_p.h
71
%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qbluetoothtransferrequest_p.h
72
%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qbluetoothutils_winrt_p.h
72
%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qleadvertiser_p.h
73
%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qleadvertiser_p.h
73
%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qlowenergycontroller_android_p.h
74
%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qlowenergycontroller_android_p.h
74
%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qlowenergycontroller_bluez_p.h
75
%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qlowenergycontroller_bluez_p.h
75
%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qlowenergycontroller_bluezdbus_p.h
76
%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qlowenergycontroller_bluezdbus_p.h
76
%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qlowenergycontroller_osx_p.h
77
%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qlowenergycontroller_osx_p.h
77
%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qlowenergycontroller_p.h
78
%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qlowenergycontroller_p.h
79
%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qlowenergycontroller_winrt_new_p.h
78
%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qlowenergycontroller_winrt_p.h
80
%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qlowenergycontroller_winrt_p.h
79
%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qlowenergycontrollerbase_p.h
81
%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qlowenergycontrollerbase_p.h
80
%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qlowenergyserviceprivate_p.h
82
%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qlowenergyserviceprivate_p.h
(-)b/comms/qt5-serialbus/pkg-plist (+2 lines)
Lines 32-37 Link Here
32
%%QT_INCDIR%%/QtSerialBus/QModbusRtuSerialSlave
32
%%QT_INCDIR%%/QtSerialBus/QModbusRtuSerialSlave
33
%%QT_INCDIR%%/QtSerialBus/QModbusServer
33
%%QT_INCDIR%%/QtSerialBus/QModbusServer
34
%%QT_INCDIR%%/QtSerialBus/QModbusTcpClient
34
%%QT_INCDIR%%/QtSerialBus/QModbusTcpClient
35
%%QT_INCDIR%%/QtSerialBus/QModbusTcpConnectionObserver
35
%%QT_INCDIR%%/QtSerialBus/QModbusTcpServer
36
%%QT_INCDIR%%/QtSerialBus/QModbusTcpServer
36
%%QT_INCDIR%%/QtSerialBus/QtSerialBus
37
%%QT_INCDIR%%/QtSerialBus/QtSerialBus
37
%%QT_INCDIR%%/QtSerialBus/QtSerialBusDepends
38
%%QT_INCDIR%%/QtSerialBus/QtSerialBusDepends
Lines 54-59 Link Here
54
%%QT_INCDIR%%/QtSerialBus/qmodbustcpserver.h
55
%%QT_INCDIR%%/QtSerialBus/qmodbustcpserver.h
55
%%QT_INCDIR%%/QtSerialBus/qserialbusglobal.h
56
%%QT_INCDIR%%/QtSerialBus/qserialbusglobal.h
56
%%QT_INCDIR%%/QtSerialBus/qtserialbus-config.h
57
%%QT_INCDIR%%/QtSerialBus/qtserialbus-config.h
58
%%QT_INCDIR%%/QtSerialBus/qtserialbusglobal.h
57
%%QT_INCDIR%%/QtSerialBus/qtserialbusversion.h
59
%%QT_INCDIR%%/QtSerialBus/qtserialbusversion.h
58
%%QT_CMAKEDIR%%/Qt5SerialBus/Qt5SerialBusConfig.cmake
60
%%QT_CMAKEDIR%%/Qt5SerialBus/Qt5SerialBusConfig.cmake
59
%%QT_CMAKEDIR%%/Qt5SerialBus/Qt5SerialBusConfigVersion.cmake
61
%%QT_CMAKEDIR%%/Qt5SerialBus/Qt5SerialBusConfigVersion.cmake
(-)b/devel/qt5-assistant/Makefile (+3 lines)
Lines 20-25 DESKTOP_ENTRIES="Qt 5 Assistant" "" \ Link Here
20
BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}/${PORTNAME}
20
BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}/${PORTNAME}
21
INSTALL_WRKSRC=	${WRKSRC}/src/${PORTNAME}/${PORTNAME}
21
INSTALL_WRKSRC=	${WRKSRC}/src/${PORTNAME}/${PORTNAME}
22
22
23
# Link in QtHelp port
24
_QT5_ADDITIONAL_LINK=	help
25
23
post-install:
26
post-install:
24
	${INSTALL_DATA} ${INSTALL_WRKSRC}/images/assistant-128.png \
27
	${INSTALL_DATA} ${INSTALL_WRKSRC}/images/assistant-128.png \
25
		${STAGEDIR}${PREFIX}/share/pixmaps/assistant-qt5.png
28
		${STAGEDIR}${PREFIX}/share/pixmaps/assistant-qt5.png
(-)b/devel/qt5-assistant/files/patch-src__src.pro (-1 / +1 lines)
Lines 1-7 Link Here
1
Only enter the directories we want to build, otherwise we might fail due to
1
Only enter the directories we want to build, otherwise we might fail due to
2
missing dependencies.
2
missing dependencies.
3
3
4
--- src/src.pro.orig	2019-03-18 18:40:06 UTC
4
--- src/src.pro.orig	2019-02-14 20:24:23 UTC
5
+++ src/src.pro
5
+++ src/src.pro
6
@@ -1,54 +1,3 @@
6
@@ -1,54 +1,3 @@
7
 TEMPLATE = subdirs
7
 TEMPLATE = subdirs
(-)b/devel/qt5-core/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	core
3
PORTNAME=	core
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/devel/qt5-core/pkg-plist (+7 lines)
Lines 109-114 Link Here
109
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qnoncontiguousbytedevice_p.h
109
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qnoncontiguousbytedevice_p.h
110
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qnumeric_p.h
110
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qnumeric_p.h
111
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qobject_p.h
111
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qobject_p.h
112
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qoffsetstringarray_p.h
112
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qoperatingsystemversion_p.h
113
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qoperatingsystemversion_p.h
113
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qoperatingsystemversion_win_p.h
114
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qoperatingsystemversion_win_p.h
114
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qorderedmutexlocker_p.h
115
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qorderedmutexlocker_p.h
Lines 139-144 Link Here
139
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qsjiscodec_p.h
140
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qsjiscodec_p.h
140
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qstate_p.h
141
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qstate_p.h
141
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qstatemachine_p.h
142
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qstatemachine_p.h
143
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qstdweb_p.h
142
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qstorageinfo_p.h
144
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qstorageinfo_p.h
143
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qstringalgorithms_p.h
145
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qstringalgorithms_p.h
144
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qstringiterator_p.h
146
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qstringiterator_p.h
Lines 159-164 Link Here
159
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtools_p.h
161
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtools_p.h
160
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtrace_p.h
162
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtrace_p.h
161
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtranslator_p.h
163
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtranslator_p.h
164
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtransposeproxymodel_p.h
162
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtsciicodec_p.h
165
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtsciicodec_p.h
163
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qunicodetables_p.h
166
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qunicodetables_p.h
164
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qunicodetools_p.h
167
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qunicodetools_p.h
Lines 222-227 Link Here
222
%%QT_INCDIR%%/QtCore/QCollatorSortKey
225
%%QT_INCDIR%%/QtCore/QCollatorSortKey
223
%%QT_INCDIR%%/QtCore/QCommandLineOption
226
%%QT_INCDIR%%/QtCore/QCommandLineOption
224
%%QT_INCDIR%%/QtCore/QCommandLineParser
227
%%QT_INCDIR%%/QtCore/QCommandLineParser
228
%%QT_INCDIR%%/QtCore/QConcatenateTablesProxyModel
225
%%QT_INCDIR%%/QtCore/QConstOverload
229
%%QT_INCDIR%%/QtCore/QConstOverload
226
%%QT_INCDIR%%/QtCore/QContiguousCache
230
%%QT_INCDIR%%/QtCore/QContiguousCache
227
%%QT_INCDIR%%/QtCore/QContiguousCacheData
231
%%QT_INCDIR%%/QtCore/QContiguousCacheData
Lines 453-458 Link Here
453
%%QT_INCDIR%%/QtCore/QTimer
457
%%QT_INCDIR%%/QtCore/QTimer
454
%%QT_INCDIR%%/QtCore/QTimerEvent
458
%%QT_INCDIR%%/QtCore/QTimerEvent
455
%%QT_INCDIR%%/QtCore/QTranslator
459
%%QT_INCDIR%%/QtCore/QTranslator
460
%%QT_INCDIR%%/QtCore/QTransposeProxyModel
456
%%QT_INCDIR%%/QtCore/QTypeInfo
461
%%QT_INCDIR%%/QtCore/QTypeInfo
457
%%QT_INCDIR%%/QtCore/QTypeInfoMerger
462
%%QT_INCDIR%%/QtCore/QTypeInfoMerger
458
%%QT_INCDIR%%/QtCore/QTypeInfoQuery
463
%%QT_INCDIR%%/QtCore/QTypeInfoQuery
Lines 543-548 Link Here
543
%%QT_INCDIR%%/QtCore/qcommandlineoption.h
548
%%QT_INCDIR%%/QtCore/qcommandlineoption.h
544
%%QT_INCDIR%%/QtCore/qcommandlineparser.h
549
%%QT_INCDIR%%/QtCore/qcommandlineparser.h
545
%%QT_INCDIR%%/QtCore/qcompilerdetection.h
550
%%QT_INCDIR%%/QtCore/qcompilerdetection.h
551
%%QT_INCDIR%%/QtCore/qconcatenatetablesproxymodel.h
546
%%QT_INCDIR%%/QtCore/qconfig-bootstrapped.h
552
%%QT_INCDIR%%/QtCore/qconfig-bootstrapped.h
547
%%QT_INCDIR%%/QtCore/qconfig.h
553
%%QT_INCDIR%%/QtCore/qconfig.h
548
%%QT_INCDIR%%/QtCore/qcontainerfwd.h
554
%%QT_INCDIR%%/QtCore/qcontainerfwd.h
Lines 689-694 Link Here
689
%%QT_INCDIR%%/QtCore/qtimer.h
695
%%QT_INCDIR%%/QtCore/qtimer.h
690
%%QT_INCDIR%%/QtCore/qtimezone.h
696
%%QT_INCDIR%%/QtCore/qtimezone.h
691
%%QT_INCDIR%%/QtCore/qtranslator.h
697
%%QT_INCDIR%%/QtCore/qtranslator.h
698
%%QT_INCDIR%%/QtCore/qtransposeproxymodel.h
692
%%QT_INCDIR%%/QtCore/qtypeinfo.h
699
%%QT_INCDIR%%/QtCore/qtypeinfo.h
693
%%QT_INCDIR%%/QtCore/qtypetraits.h
700
%%QT_INCDIR%%/QtCore/qtypetraits.h
694
%%QT_INCDIR%%/QtCore/qurl.h
701
%%QT_INCDIR%%/QtCore/qurl.h
(-)b/devel/qt5-designer/files/patch-src__src.pro (-1 / +1 lines)
Lines 1-7 Link Here
1
Only enter the directories we want to build, otherwise we might fail due to
1
Only enter the directories we want to build, otherwise we might fail due to
2
missing dependencies.
2
missing dependencies.
3
3
4
--- src/src.pro.orig	2019-03-18 19:49:07 UTC
4
--- src/src.pro.orig	2019-02-14 20:38:18 UTC
5
+++ src/src.pro
5
+++ src/src.pro
6
@@ -1,54 +1,3 @@
6
@@ -1,54 +1,3 @@
7
 TEMPLATE = subdirs
7
 TEMPLATE = subdirs
(-)b/devel/qt5-help/files/patch-src__src.pro (-1 / +1 lines)
Lines 1-7 Link Here
1
Only enter the directories we want to build, otherwise we might fail due to
1
Only enter the directories we want to build, otherwise we might fail due to
2
missing dependencies.
2
missing dependencies.
3
3
4
--- src/src.pro.orig	2019-03-18 18:25:44 UTC
4
--- src/src.pro.orig	2019-02-14 19:59:04 UTC
5
+++ src/src.pro
5
+++ src/src.pro
6
@@ -1,54 +1,3 @@
6
@@ -1,54 +1,3 @@
7
 TEMPLATE = subdirs
7
 TEMPLATE = subdirs
(-)b/devel/qt5-help/pkg-plist (+6 lines)
Lines 4-15 Link Here
4
%%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qhelpsearchindexreader_default_p.h
4
%%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qhelpsearchindexreader_default_p.h
5
%%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qhelpsearchindexreader_p.h
5
%%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qhelpsearchindexreader_p.h
6
%%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qhelpsearchindexwriter_default_p.h
6
%%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qhelpsearchindexwriter_default_p.h
7
%%QT_INCDIR%%/QtHelp/QCompressedHelpInfo
7
%%QT_INCDIR%%/QtHelp/QHelpContentItem
8
%%QT_INCDIR%%/QtHelp/QHelpContentItem
8
%%QT_INCDIR%%/QtHelp/QHelpContentModel
9
%%QT_INCDIR%%/QtHelp/QHelpContentModel
9
%%QT_INCDIR%%/QtHelp/QHelpContentWidget
10
%%QT_INCDIR%%/QtHelp/QHelpContentWidget
10
%%QT_INCDIR%%/QtHelp/QHelpEngine
11
%%QT_INCDIR%%/QtHelp/QHelpEngine
11
%%QT_INCDIR%%/QtHelp/QHelpEngineCore
12
%%QT_INCDIR%%/QtHelp/QHelpEngineCore
12
%%QT_INCDIR%%/QtHelp/QHelpGlobal
13
%%QT_INCDIR%%/QtHelp/QHelpGlobal
14
%%QT_INCDIR%%/QtHelp/QHelpFilterData
15
%%QT_INCDIR%%/QtHelp/QHelpFilterEngine
13
%%QT_INCDIR%%/QtHelp/QHelpIndexModel
16
%%QT_INCDIR%%/QtHelp/QHelpIndexModel
14
%%QT_INCDIR%%/QtHelp/QHelpIndexWidget
17
%%QT_INCDIR%%/QtHelp/QHelpIndexWidget
15
%%QT_INCDIR%%/QtHelp/QHelpSearchEngine
18
%%QT_INCDIR%%/QtHelp/QHelpSearchEngine
Lines 20-29 Link Here
20
%%QT_INCDIR%%/QtHelp/QtHelp
23
%%QT_INCDIR%%/QtHelp/QtHelp
21
%%QT_INCDIR%%/QtHelp/QtHelpDepends
24
%%QT_INCDIR%%/QtHelp/QtHelpDepends
22
%%QT_INCDIR%%/QtHelp/QtHelpVersion
25
%%QT_INCDIR%%/QtHelp/QtHelpVersion
26
%%QT_INCDIR%%/QtHelp/qcompressedhelpinfo.h
23
%%QT_INCDIR%%/QtHelp/qhelp_global.h
27
%%QT_INCDIR%%/QtHelp/qhelp_global.h
24
%%QT_INCDIR%%/QtHelp/qhelpcontentwidget.h
28
%%QT_INCDIR%%/QtHelp/qhelpcontentwidget.h
25
%%QT_INCDIR%%/QtHelp/qhelpengine.h
29
%%QT_INCDIR%%/QtHelp/qhelpengine.h
26
%%QT_INCDIR%%/QtHelp/qhelpenginecore.h
30
%%QT_INCDIR%%/QtHelp/qhelpenginecore.h
31
%%QT_INCDIR%%/QtHelp/qhelpfilterdata.h
32
%%QT_INCDIR%%/QtHelp/qhelpfilterengine.h
27
%%QT_INCDIR%%/QtHelp/qhelpindexwidget.h
33
%%QT_INCDIR%%/QtHelp/qhelpindexwidget.h
28
%%QT_INCDIR%%/QtHelp/qhelpsearchengine.h
34
%%QT_INCDIR%%/QtHelp/qhelpsearchengine.h
29
%%QT_INCDIR%%/QtHelp/qhelpsearchquerywidget.h
35
%%QT_INCDIR%%/QtHelp/qhelpsearchquerywidget.h
(-)b/devel/qt5-linguist/files/patch-src__src.pro (-1 / +1 lines)
Lines 1-7 Link Here
1
Only enter the directories we want to build, otherwise we might fail due to
1
Only enter the directories we want to build, otherwise we might fail due to
2
missing dependencies.
2
missing dependencies.
3
3
4
--- src/src.pro.orig	2019-03-18 19:54:17 UTC
4
--- src/src.pro.orig	2019-02-14 20:52:15 UTC
5
+++ src/src.pro
5
+++ src/src.pro
6
@@ -1,54 +1,3 @@
6
@@ -1,54 +1,3 @@
7
 TEMPLATE = subdirs
7
 TEMPLATE = subdirs
(-)b/devel/qt5-linguisttools/files/patch-src__src.pro (-2 / +2 lines)
Lines 1-7 Link Here
1
Only enter the directories we want to build, otherwise we might fail due to
1
Only enter the directories we want to build, otherwise we might fail due to
2
missing dependencies.
2
missing dependencies.
3
3
4
--- src/src.pro.orig	2019-03-18 18:35:56 UTC
4
--- src/src.pro.orig	2019-02-14 20:23:20 UTC
5
+++ src/src.pro
5
+++ src/src.pro
6
@@ -1,54 +1,3 @@
6
@@ -1,54 +1,3 @@
7
 TEMPLATE = subdirs
7
 TEMPLATE = subdirs
Lines 58-61 missing dependencies. Link Here
58
-    winrtrunner.depends += qtattributionsscanner
58
-    winrtrunner.depends += qtattributionsscanner
59
-    linguist.depends += qtattributionsscanner
59
-    linguist.depends += qtattributionsscanner
60
-}
60
-}
61
+SUBDIRS += linguist
61
+SUBDIRS = linguist
(-)b/devel/qt5-linguisttools/files/patch-src_linguist_linguist.pro (-5 / +13 lines)
Lines 11-19 We chose the third option. To patch qmake's internal cmake generation function Link Here
11
to fix up the paths so that cmake files still land in the the "correct" location
11
to fix up the paths so that cmake files still land in the the "correct" location
12
in /usr/local/lib/cmake -- as this seemed to be the least intrusive method.
12
in /usr/local/lib/cmake -- as this seemed to be the least intrusive method.
13
13
14
--- src/linguist/linguist.pro.orig	2016-06-03 17:47:52 UTC
14
--- src/linguist/linguist.pro.orig	2019-02-06 13:19:48 UTC
15
+++ src/linguist/linguist.pro
15
+++ src/linguist/linguist.pro
16
@@ -17,7 +17,7 @@ CMAKE_INSTALL_LIBS_DIR = $$cmakeTargetPa
16
@@ -9,7 +9,6 @@ SUBDIRS  = \
17
 !no-png:qtHaveModule(widgets) {
18
     QT_FOR_CONFIG += widgets
19
     qtConfig(process):qtConfig(pushbutton):qtConfig(toolbutton) {
20
-        SUBDIRS += linguist
21
     }
22
 }
23
 
24
@@ -25,7 +24,7 @@ CMAKE_INSTALL_LIBS_DIR = $$cmakeTargetPath($$[QT_INSTA
17
 contains(CMAKE_INSTALL_LIBS_DIR, ^(/usr)?/lib(64)?.*): CMAKE_USR_MOVE_WORKAROUND = $$CMAKE_INSTALL_LIBS_DIR
25
 contains(CMAKE_INSTALL_LIBS_DIR, ^(/usr)?/lib(64)?.*): CMAKE_USR_MOVE_WORKAROUND = $$CMAKE_INSTALL_LIBS_DIR
18
 
26
 
19
 CMAKE_LIB_DIR = $$cmakeRelativePath($$[QT_INSTALL_LIBS], $$[QT_INSTALL_PREFIX])
27
 CMAKE_LIB_DIR = $$cmakeRelativePath($$[QT_INSTALL_LIBS], $$[QT_INSTALL_PREFIX])
Lines 22-28 in /usr/local/lib/cmake -- as this seemed to be the least intrusive method. Link Here
22
     CMAKE_RELATIVE_INSTALL_LIBS_DIR = $$cmakeRelativePath($$[QT_INSTALL_PREFIX], $$[QT_INSTALL_LIBS])
30
     CMAKE_RELATIVE_INSTALL_LIBS_DIR = $$cmakeRelativePath($$[QT_INSTALL_PREFIX], $$[QT_INSTALL_LIBS])
23
     # We need to go up another two levels because the CMake files are
31
     # We need to go up another two levels because the CMake files are
24
     # installed in $${CMAKE_LIB_DIR}/cmake/Qt5$${CMAKE_MODULE_NAME}
32
     # installed in $${CMAKE_LIB_DIR}/cmake/Qt5$${CMAKE_MODULE_NAME}
25
@@ -27,7 +27,7 @@ CMAKE_LIB_DIR = $$cmakeRelativePath($$[Q
33
@@ -35,7 +34,7 @@ CMAKE_LIB_DIR = $$cmakeRelativePath($$[QT_INSTALL_LIBS
26
 }
34
 }
27
 
35
 
28
 CMAKE_BIN_DIR = $$cmakeRelativePath($$[QT_HOST_BINS], $$[QT_INSTALL_PREFIX])
36
 CMAKE_BIN_DIR = $$cmakeRelativePath($$[QT_HOST_BINS], $$[QT_INSTALL_PREFIX])
Lines 31-41 in /usr/local/lib/cmake -- as this seemed to be the least intrusive method. Link Here
31
     CMAKE_BIN_DIR = $$[QT_HOST_BINS]/
39
     CMAKE_BIN_DIR = $$[QT_HOST_BINS]/
32
     CMAKE_BIN_DIR_IS_ABSOLUTE = True
40
     CMAKE_BIN_DIR_IS_ABSOLUTE = True
33
 }
41
 }
34
@@ -45,6 +45,6 @@ cmake_linguist_macros_file.CONFIG = verb
42
@@ -53,6 +52,6 @@ cmake_linguist_macros_file.CONFIG = verbatim
35
 QMAKE_SUBSTITUTES += cmake_linguist_config_file cmake_linguist_config_version_file cmake_linguist_macros_file
43
 QMAKE_SUBSTITUTES += cmake_linguist_config_file cmake_linguist_config_version_file cmake_linguist_macros_file
36
 
44
 
37
 cmake_linguist_tools_files.files += $$cmake_linguist_config_file.output $$cmake_linguist_config_version_file.output $$cmake_linguist_macros_file.output
45
 cmake_linguist_tools_files.files += $$cmake_linguist_config_file.output $$cmake_linguist_config_version_file.output $$cmake_linguist_macros_file.output
38
-cmake_linguist_tools_files.path = $$[QT_INSTALL_LIBS]/cmake/Qt5LinguistTools
46
-cmake_linguist_tools_files.path = $$[QT_INSTALL_LIBS]/cmake/Qt5LinguistTools
39
+cmake_linguist_tools_files.path = $$[QT_INSTALL_PREFIX]/lib/cmake/Qt5LinguistTools
47
+cmake_linguist_tools_files.path = $$[QT_INSTALL_PREFIX]/lib/cmake/Qt5LinguistTools
40
 cmake_linguist_tools_files.CONFIG = no_check_exists
48
 cmake_linguist_tools_files.CONFIG = no_check_exist
41
 INSTALLS += cmake_linguist_tools_files
49
 INSTALLS += cmake_linguist_tools_files
(-)b/devel/qt5-linguisttools/files/patch-src_linguist_shared_runqttool.cpp (+10 lines)
Added Link Here
1
--- src/linguist/shared/runqttool.cpp.orig	2019-02-14 20:37:05 UTC
2
+++ src/linguist/shared/runqttool.cpp
3
@@ -36,6 +36,7 @@
4
 
5
 #include <cstdlib>
6
 #include <iostream>
7
+#include <sys/wait.h>
8
 
9
 class FMT {
10
     Q_DECLARE_TR_FUNCTIONS(Linguist)
(-)b/devel/qt5-linguisttools/pkg-plist (+3 lines)
Lines 2-8 Link Here
2
%%QT_CMAKEDIR%%/Qt5LinguistTools/Qt5LinguistToolsConfigVersion.cmake
2
%%QT_CMAKEDIR%%/Qt5LinguistTools/Qt5LinguistToolsConfigVersion.cmake
3
%%QT_CMAKEDIR%%/Qt5LinguistTools/Qt5LinguistToolsMacros.cmake
3
%%QT_CMAKEDIR%%/Qt5LinguistTools/Qt5LinguistToolsMacros.cmake
4
%%QT_BINDIR%%/lconvert
4
%%QT_BINDIR%%/lconvert
5
%%QT_BINDIR%%/lprodump
5
%%QT_BINDIR%%/lrelease
6
%%QT_BINDIR%%/lrelease
7
%%QT_BINDIR%%/lrelease-pro
6
%%QT_BINDIR%%/lupdate
8
%%QT_BINDIR%%/lupdate
9
%%QT_BINDIR%%/lupdate-pro
7
man/man1/lrelease.1.gz
10
man/man1/lrelease.1.gz
8
man/man1/lupdate.1.gz
11
man/man1/lupdate.1.gz
(-)b/devel/qt5-location/pkg-plist (-3 / +4 lines)
Lines 49-54 Link Here
49
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeocodingmanager_p.h
49
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeocodingmanager_p.h
50
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeocodingmanagerengine_p.h
50
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeocodingmanagerengine_p.h
51
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeofiletilecache_p.h
51
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeofiletilecache_p.h
52
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeojson_p.h
52
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeomaneuver_p.h
53
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeomaneuver_p.h
53
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeomap_p.h
54
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeomap_p.h
54
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeomap_p_p.h
55
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeomap_p_p.h
Lines 222-229 Link Here
222
%%QT_INCDIR%%/QtLocation/qtlocation-config.h
223
%%QT_INCDIR%%/QtLocation/qtlocation-config.h
223
%%QT_INCDIR%%/QtLocation/qtlocationversion.h
224
%%QT_INCDIR%%/QtLocation/qtlocationversion.h
224
%%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qclipperutils_p.h
225
%%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qclipperutils_p.h
225
%%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qdeclarativegeoaddress_p.h
226
%%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qdeclarativegeolocation_p.h
227
%%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qdoublematrix4x4_p.h
226
%%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qdoublematrix4x4_p.h
228
%%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qdoublevector2d_p.h
227
%%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qdoublevector2d_p.h
229
%%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qdoublevector3d_p.h
228
%%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qdoublevector3d_p.h
Lines 233-238 Link Here
233
%%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qgeocoordinateobject_p.h
232
%%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qgeocoordinateobject_p.h
234
%%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qgeolocation_p.h
233
%%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qgeolocation_p.h
235
%%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qgeopath_p.h
234
%%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qgeopath_p.h
235
%%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qgeopolygon_p.h
236
%%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qgeopositioninfo_p.h
236
%%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qgeopositioninfo_p.h
237
%%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qgeopositioninfosource_p.h
237
%%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qgeopositioninfosource_p.h
238
%%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qgeorectangle_p.h
238
%%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qgeorectangle_p.h
Lines 251-257 Link Here
251
%%QT_INCDIR%%/QtPositioning/QGeoLocation
251
%%QT_INCDIR%%/QtPositioning/QGeoLocation
252
%%QT_INCDIR%%/QtPositioning/QGeoPath
252
%%QT_INCDIR%%/QtPositioning/QGeoPath
253
%%QT_INCDIR%%/QtPositioning/QGeoPolygon
253
%%QT_INCDIR%%/QtPositioning/QGeoPolygon
254
%%QT_INCDIR%%/QtPositioning/QGeoPolygonPrivate
255
%%QT_INCDIR%%/QtPositioning/QGeoPositionInfo
254
%%QT_INCDIR%%/QtPositioning/QGeoPositionInfo
256
%%QT_INCDIR%%/QtPositioning/QGeoPositionInfoSource
255
%%QT_INCDIR%%/QtPositioning/QGeoPositionInfoSource
257
%%QT_INCDIR%%/QtPositioning/QGeoPositionInfoSourceFactory
256
%%QT_INCDIR%%/QtPositioning/QGeoPositionInfoSourceFactory
Lines 282-287 Link Here
282
%%QT_INCDIR%%/QtPositioning/qpositioningglobal.h
281
%%QT_INCDIR%%/QtPositioning/qpositioningglobal.h
283
%%QT_INCDIR%%/QtPositioning/qtpositioning-config.h
282
%%QT_INCDIR%%/QtPositioning/qtpositioning-config.h
284
%%QT_INCDIR%%/QtPositioning/qtpositioningversion.h
283
%%QT_INCDIR%%/QtPositioning/qtpositioningversion.h
284
%%QT_INCDIR%%/QtPositioningQuick/%%FULLVER%%/QtPositioningQuick/private/qdeclarativegeoaddress_p.h
285
%%QT_INCDIR%%/QtPositioningQuick/%%FULLVER%%/QtPositioningQuick/private/qdeclarativegeolocation_p.h
285
%%QT_INCDIR%%/QtPositioningQuick/%%FULLVER%%/QtPositioningQuick/private/qdeclarativeposition_p.h
286
%%QT_INCDIR%%/QtPositioningQuick/%%FULLVER%%/QtPositioningQuick/private/qdeclarativeposition_p.h
286
%%QT_INCDIR%%/QtPositioningQuick/%%FULLVER%%/QtPositioningQuick/private/qdeclarativepositionsource_p.h
287
%%QT_INCDIR%%/QtPositioningQuick/%%FULLVER%%/QtPositioningQuick/private/qdeclarativepositionsource_p.h
287
%%QT_INCDIR%%/QtPositioningQuick/%%FULLVER%%/QtPositioningQuick/private/qpositioningquickglobal_p.h
288
%%QT_INCDIR%%/QtPositioningQuick/%%FULLVER%%/QtPositioningQuick/private/qpositioningquickglobal_p.h
(-)b/devel/qt5-qdbus/files/patch-src_src.pro (-1 / +1 lines)
Lines 1-7 Link Here
1
Only enter the directories we want to build, otherwise we might fail due to
1
Only enter the directories we want to build, otherwise we might fail due to
2
missing dependencies
2
missing dependencies
3
3
4
--- src/src.pro.orig	2019-03-18 18:07:43 UTC
4
--- src/src.pro.orig	2019-02-14 19:41:39 UTC
5
+++ src/src.pro
5
+++ src/src.pro
6
@@ -1,54 +1,3 @@
6
@@ -1,54 +1,3 @@
7
 TEMPLATE = subdirs
7
 TEMPLATE = subdirs
(-)b/devel/qt5-qdbusviewer/files/patch-src__src.pro (-1 / +1 lines)
Lines 1-7 Link Here
1
Only enter the directories we want to build, otherwise we might fail due to
1
Only enter the directories we want to build, otherwise we might fail due to
2
missing dependencies.
2
missing dependencies.
3
3
4
--- src/src.pro.orig	2019-03-18 18:27:32 UTC
4
--- src/src.pro.orig	2019-02-14 20:02:00 UTC
5
+++ src/src.pro
5
+++ src/src.pro
6
@@ -1,54 +1,3 @@
6
@@ -1,54 +1,3 @@
7
 TEMPLATE = subdirs
7
 TEMPLATE = subdirs
(-)b/devel/qt5-qdoc/files/patch-src_src.pro (-1 / +4 lines)
Lines 1-4 Link Here
1
--- src/src.pro.orig	2019-03-18 18:40:57 UTC
1
Only enter the directories we want to build, otherwise we might fail due to
2
missing dependencies.
3
4
--- src/src.pro.orig	2019-02-14 20:14:11 UTC
2
+++ src/src.pro
5
+++ src/src.pro
3
@@ -1,54 +1,5 @@
6
@@ -1,54 +1,5 @@
4
 TEMPLATE = subdirs
7
 TEMPLATE = subdirs
(-)b/devel/qt5-qmake/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	qmake
3
PORTNAME=	qmake
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)b/devel/qt5-qmake/pkg-plist (-2 / +17 lines)
Lines 64-69 Link Here
64
%%QT_MKSPECDIR%%/common/uikit/qmake.conf
64
%%QT_MKSPECDIR%%/common/uikit/qmake.conf
65
%%QT_MKSPECDIR%%/common/unix.conf
65
%%QT_MKSPECDIR%%/common/unix.conf
66
%%QT_MKSPECDIR%%/common/watchos.conf
66
%%QT_MKSPECDIR%%/common/watchos.conf
67
%%QT_MKSPECDIR%%/common/windows-desktop.conf
67
%%QT_MKSPECDIR%%/common/windows-vulkan.conf
68
%%QT_MKSPECDIR%%/common/windows-vulkan.conf
68
%%QT_MKSPECDIR%%/common/winrt_winphone/assets/logo_150x150.png
69
%%QT_MKSPECDIR%%/common/winrt_winphone/assets/logo_150x150.png
69
%%QT_MKSPECDIR%%/common/winrt_winphone/assets/logo_30x30.png
70
%%QT_MKSPECDIR%%/common/winrt_winphone/assets/logo_30x30.png
Lines 170-175 Link Here
170
%%QT_MKSPECDIR%%/features/cmdline.prf
171
%%QT_MKSPECDIR%%/features/cmdline.prf
171
%%QT_MKSPECDIR%%/features/configure.prf
172
%%QT_MKSPECDIR%%/features/configure.prf
172
%%QT_MKSPECDIR%%/features/configure_base.prf
173
%%QT_MKSPECDIR%%/features/configure_base.prf
174
%%QT_MKSPECDIR%%/features/coverage.prf
173
%%QT_MKSPECDIR%%/features/create_cmake.prf
175
%%QT_MKSPECDIR%%/features/create_cmake.prf
174
%%QT_MKSPECDIR%%/features/ctest_testcase.prf
176
%%QT_MKSPECDIR%%/features/ctest_testcase.prf
175
%%QT_MKSPECDIR%%/features/ctest_testcase_common.prf
177
%%QT_MKSPECDIR%%/features/ctest_testcase_common.prf
Lines 257-262 Link Here
257
%%QT_MKSPECDIR%%/features/resolve_config.prf
259
%%QT_MKSPECDIR%%/features/resolve_config.prf
258
%%QT_MKSPECDIR%%/features/resolve_target.prf
260
%%QT_MKSPECDIR%%/features/resolve_target.prf
259
%%QT_MKSPECDIR%%/features/resources.prf
261
%%QT_MKSPECDIR%%/features/resources.prf
262
%%QT_MKSPECDIR%%/features/rtti.prf
263
%%QT_MKSPECDIR%%/features/rtti_off.prf
260
%%QT_MKSPECDIR%%/features/sanitizer.prf
264
%%QT_MKSPECDIR%%/features/sanitizer.prf
261
%%QT_MKSPECDIR%%/features/silent.prf
265
%%QT_MKSPECDIR%%/features/silent.prf
262
%%QT_MKSPECDIR%%/features/simd.prf
266
%%QT_MKSPECDIR%%/features/simd.prf
Lines 309-321 Link Here
309
%%QT_MKSPECDIR%%/features/win32/msvc_mp.prf
313
%%QT_MKSPECDIR%%/features/win32/msvc_mp.prf
310
%%QT_MKSPECDIR%%/features/win32/opengl.prf
314
%%QT_MKSPECDIR%%/features/win32/opengl.prf
311
%%QT_MKSPECDIR%%/features/win32/qt_dll.prf
315
%%QT_MKSPECDIR%%/features/win32/qt_dll.prf
312
%%QT_MKSPECDIR%%/features/win32/rtti.prf
313
%%QT_MKSPECDIR%%/features/win32/rtti_off.prf
314
%%QT_MKSPECDIR%%/features/win32/separate_debug_info.prf
316
%%QT_MKSPECDIR%%/features/win32/separate_debug_info.prf
315
%%QT_MKSPECDIR%%/features/win32/stl.prf
317
%%QT_MKSPECDIR%%/features/win32/stl.prf
316
%%QT_MKSPECDIR%%/features/win32/stl_off.prf
318
%%QT_MKSPECDIR%%/features/win32/stl_off.prf
317
%%QT_MKSPECDIR%%/features/win32/windeployqt.prf
319
%%QT_MKSPECDIR%%/features/win32/windeployqt.prf
318
%%QT_MKSPECDIR%%/features/win32/windows.prf
320
%%QT_MKSPECDIR%%/features/win32/windows.prf
321
%%QT_MKSPECDIR%%/features/win32/windows_vulkan_sdk.prf
319
%%QT_MKSPECDIR%%/features/winrt/console.prf
322
%%QT_MKSPECDIR%%/features/winrt/console.prf
320
%%QT_MKSPECDIR%%/features/winrt/default_pre.prf
323
%%QT_MKSPECDIR%%/features/winrt/default_pre.prf
321
%%QT_MKSPECDIR%%/features/winrt/package_manifest.prf
324
%%QT_MKSPECDIR%%/features/winrt/package_manifest.prf
Lines 343-348 Link Here
343
%%QT_MKSPECDIR%%/linux-aarch64-gnu-g++/qplatformdefs.h
346
%%QT_MKSPECDIR%%/linux-aarch64-gnu-g++/qplatformdefs.h
344
%%QT_MKSPECDIR%%/linux-arm-gnueabi-g++/qmake.conf
347
%%QT_MKSPECDIR%%/linux-arm-gnueabi-g++/qmake.conf
345
%%QT_MKSPECDIR%%/linux-arm-gnueabi-g++/qplatformdefs.h
348
%%QT_MKSPECDIR%%/linux-arm-gnueabi-g++/qplatformdefs.h
349
%%QT_MKSPECDIR%%/linux-clang-32/qmake.conf
350
%%QT_MKSPECDIR%%/linux-clang-32/qplatformdefs.h
351
%%QT_MKSPECDIR%%/linux-clang-libc++-32/qmake.conf
352
%%QT_MKSPECDIR%%/linux-clang-libc++-32/qplatformdefs.h
346
%%QT_MKSPECDIR%%/linux-clang-libc++/qmake.conf
353
%%QT_MKSPECDIR%%/linux-clang-libc++/qmake.conf
347
%%QT_MKSPECDIR%%/linux-clang-libc++/qplatformdefs.h
354
%%QT_MKSPECDIR%%/linux-clang-libc++/qplatformdefs.h
348
%%QT_MKSPECDIR%%/linux-clang/qmake.conf
355
%%QT_MKSPECDIR%%/linux-clang/qmake.conf
Lines 469-481 Link Here
469
%%QT_MKSPECDIR%%/winrt-arm-msvc2015/qplatformdefs.h
476
%%QT_MKSPECDIR%%/winrt-arm-msvc2015/qplatformdefs.h
470
%%QT_MKSPECDIR%%/winrt-arm-msvc2017/qmake.conf
477
%%QT_MKSPECDIR%%/winrt-arm-msvc2017/qmake.conf
471
%%QT_MKSPECDIR%%/winrt-arm-msvc2017/qplatformdefs.h
478
%%QT_MKSPECDIR%%/winrt-arm-msvc2017/qplatformdefs.h
479
%%QT_MKSPECDIR%%/winrt-arm-msvc2019/qmake.conf
480
%%QT_MKSPECDIR%%/winrt-arm-msvc2019/qplatformdefs.h
472
%%QT_MKSPECDIR%%/winrt-arm64-msvc2017/qmake.conf
481
%%QT_MKSPECDIR%%/winrt-arm64-msvc2017/qmake.conf
473
%%QT_MKSPECDIR%%/winrt-arm64-msvc2017/qplatformdefs.h
482
%%QT_MKSPECDIR%%/winrt-arm64-msvc2017/qplatformdefs.h
483
%%QT_MKSPECDIR%%/winrt-arm64-msvc2019/qmake.conf
484
%%QT_MKSPECDIR%%/winrt-arm64-msvc2019/qplatformdefs.h
474
%%QT_MKSPECDIR%%/winrt-x64-msvc2015/qmake.conf
485
%%QT_MKSPECDIR%%/winrt-x64-msvc2015/qmake.conf
475
%%QT_MKSPECDIR%%/winrt-x64-msvc2015/qplatformdefs.h
486
%%QT_MKSPECDIR%%/winrt-x64-msvc2015/qplatformdefs.h
476
%%QT_MKSPECDIR%%/winrt-x64-msvc2017/qmake.conf
487
%%QT_MKSPECDIR%%/winrt-x64-msvc2017/qmake.conf
477
%%QT_MKSPECDIR%%/winrt-x64-msvc2017/qplatformdefs.h
488
%%QT_MKSPECDIR%%/winrt-x64-msvc2017/qplatformdefs.h
489
%%QT_MKSPECDIR%%/winrt-x64-msvc2019/qmake.conf
490
%%QT_MKSPECDIR%%/winrt-x64-msvc2019/qplatformdefs.h
478
%%QT_MKSPECDIR%%/winrt-x86-msvc2015/qmake.conf
491
%%QT_MKSPECDIR%%/winrt-x86-msvc2015/qmake.conf
479
%%QT_MKSPECDIR%%/winrt-x86-msvc2015/qplatformdefs.h
492
%%QT_MKSPECDIR%%/winrt-x86-msvc2015/qplatformdefs.h
480
%%QT_MKSPECDIR%%/winrt-x86-msvc2017/qmake.conf
493
%%QT_MKSPECDIR%%/winrt-x86-msvc2017/qmake.conf
481
%%QT_MKSPECDIR%%/winrt-x86-msvc2017/qplatformdefs.h
494
%%QT_MKSPECDIR%%/winrt-x86-msvc2017/qplatformdefs.h
495
%%QT_MKSPECDIR%%/winrt-x86-msvc2019/qmake.conf
496
%%QT_MKSPECDIR%%/winrt-x86-msvc2019/qplatformdefs.h
(-)b/devel/qt5-scripttools/Makefile (+3 lines)
Lines 15-18 USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} Link Here
15
BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}
15
BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}
16
INSTALL_WRKSRC=	${WRKSRC}/src/${PORTNAME}
16
INSTALL_WRKSRC=	${WRKSRC}/src/${PORTNAME}
17
17
18
# Link in QtScript port
19
_QT5_ADDITIONAL_LINK=	script
20
18
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/devel/qt5-testlib/pkg-plist (+1 lines)
Lines 45-50 Link Here
45
%%QT_INCDIR%%/QtTest/QTestKeyClicksEvent
45
%%QT_INCDIR%%/QtTest/QTestKeyClicksEvent
46
%%QT_INCDIR%%/QtTest/QTestKeyEvent
46
%%QT_INCDIR%%/QtTest/QTestKeyEvent
47
%%QT_INCDIR%%/QtTest/QTestMouseEvent
47
%%QT_INCDIR%%/QtTest/QTestMouseEvent
48
%%QT_INCDIR%%/QtTest/QtCoverageScanner
48
%%QT_INCDIR%%/QtTest/QtTest
49
%%QT_INCDIR%%/QtTest/QtTest
49
%%QT_INCDIR%%/QtTest/QtTestDepends
50
%%QT_INCDIR%%/QtTest/QtTestDepends
50
%%QT_INCDIR%%/QtTest/QtTestGui
51
%%QT_INCDIR%%/QtTest/QtTestGui
(-)b/devel/qt5-uitools/files/patch-src__src.pro (-1 / +1 lines)
Lines 1-7 Link Here
1
Only enter the directories we want to build, otherwise we might fail due to
1
Only enter the directories we want to build, otherwise we might fail due to
2
missing dependencies.
2
missing dependencies.
3
3
4
--- src/src.pro.orig	2019-03-18 18:39:04 UTC
4
--- src/src.pro.orig	2019-02-14 20:09:32 UTC
5
+++ src/src.pro
5
+++ src/src.pro
6
@@ -1,54 +1,3 @@
6
@@ -1,54 +1,3 @@
7
 TEMPLATE = subdirs
7
 TEMPLATE = subdirs
(-)b/devel/qt5/distinfo (-79 / +81 lines)
Lines 1-79 Link Here
1
TIMESTAMP = 1552888505
1
TIMESTAMP = 1561315565
2
SHA256 (KDE/Qt/5.12.2/qt3d-everywhere-src-5.12.2.tar.xz) = d4036e7ac146ba78784dde0dd99e8182372b7c38e832e33b61fed4187de0ad06
2
SHA256 (KDE/Qt/5.13.0/qt3d-everywhere-src-5.13.0.tar.xz) = 9f6b317acbcf483bf78465956669957eb19fdd8df610e9a580d42017e629ec4f
3
SIZE (KDE/Qt/5.12.2/qt3d-everywhere-src-5.12.2.tar.xz) = 84950848
3
SIZE (KDE/Qt/5.13.0/qt3d-everywhere-src-5.13.0.tar.xz) = 84982424
4
SHA256 (KDE/Qt/5.12.2/qtactiveqt-everywhere-src-5.12.2.tar.xz) = 281ec22e43c5e8385ed7da0ad7f317cf200bc6c2b72e6980e7c1c318635c636b
4
SHA256 (KDE/Qt/5.13.0/qtactiveqt-everywhere-src-5.13.0.tar.xz) = 7abccc4dfc8891dc96594ace38cfe006ff7fd0eaffcb49c856f4e60119357323
5
SIZE (KDE/Qt/5.12.2/qtactiveqt-everywhere-src-5.12.2.tar.xz) = 261972
5
SIZE (KDE/Qt/5.13.0/qtactiveqt-everywhere-src-5.13.0.tar.xz) = 263492
6
SHA256 (KDE/Qt/5.12.2/qtandroidextras-everywhere-src-5.12.2.tar.xz) = a48e524b0b4e43f3784083f956fda29eb388b7beb7b8bb4f786d9ed8cbc5ef92
6
SHA256 (KDE/Qt/5.13.0/qtandroidextras-everywhere-src-5.13.0.tar.xz) = d49a2e60348affb4cf367d29ed307d162ace27e41c5a947dd7c712d816dccea2
7
SIZE (KDE/Qt/5.12.2/qtandroidextras-everywhere-src-5.12.2.tar.xz) = 104672
7
SIZE (KDE/Qt/5.13.0/qtandroidextras-everywhere-src-5.13.0.tar.xz) = 105200
8
SHA256 (KDE/Qt/5.12.2/qtbase-everywhere-src-5.12.2.tar.xz) = 562c095a59c95f393762ec53bc05c0d80fad1758fd5ff7a5231967d1a98d56c1
8
SHA256 (KDE/Qt/5.13.0/qtbase-everywhere-src-5.13.0.tar.xz) = ff6964b3b528cd3b1d21bcf3470006e8e5cbe69591923f982871d886ea0488fe
9
SIZE (KDE/Qt/5.12.2/qtbase-everywhere-src-5.12.2.tar.xz) = 48364464
9
SIZE (KDE/Qt/5.13.0/qtbase-everywhere-src-5.13.0.tar.xz) = 48640652
10
SHA256 (KDE/Qt/5.12.2/qtcanvas3d-everywhere-src-5.12.2.tar.xz) = 5e74b083294956505945621f6f56a3d7a314502277a109d6fb6b25c74dea2dca
10
SHA256 (KDE/Qt/5.13.0/qtcharts-everywhere-src-5.13.0.tar.xz) = 04e381ec287edf230583eb32fbcde40bce62119d3eabbe2978f4ce8366e36b27
11
SIZE (KDE/Qt/5.12.2/qtcanvas3d-everywhere-src-5.12.2.tar.xz) = 10915092
11
SIZE (KDE/Qt/5.13.0/qtcharts-everywhere-src-5.13.0.tar.xz) = 4245840
12
SHA256 (KDE/Qt/5.12.2/qtcharts-everywhere-src-5.12.2.tar.xz) = 11d88d3e0ec86730219f7c2efa17f696ec8766415c488b208bfcb8f3c3a68a31
12
SHA256 (KDE/Qt/5.13.0/qtconnectivity-everywhere-src-5.13.0.tar.xz) = 64fad0692c639d25295cc85f12526f3fe2eaeb51bcf47d8561ad00dd57ad5053
13
SIZE (KDE/Qt/5.12.2/qtcharts-everywhere-src-5.12.2.tar.xz) = 4242568
13
SIZE (KDE/Qt/5.13.0/qtconnectivity-everywhere-src-5.13.0.tar.xz) = 2758792
14
SHA256 (KDE/Qt/5.12.2/qtconnectivity-everywhere-src-5.12.2.tar.xz) = 15eb21a1c102408e43c7204a82ad144e97ebe05dc4a15edb0900cd49762a226e
14
SHA256 (KDE/Qt/5.13.0/qtdatavis3d-everywhere-src-5.13.0.tar.xz) = 6f4e5dd8e7a94d117f374a9b66013e373f5c1ccf963ad6556bf1fc8baf783821
15
SIZE (KDE/Qt/5.12.2/qtconnectivity-everywhere-src-5.12.2.tar.xz) = 2750052
15
SIZE (KDE/Qt/5.13.0/qtdatavis3d-everywhere-src-5.13.0.tar.xz) = 5200160
16
SHA256 (KDE/Qt/5.12.2/qtdatavis3d-everywhere-src-5.12.2.tar.xz) = 4758a8126335e90f194c2a3aadd4db5eb2e3926e34faf908695945aa4f0d4690
16
SHA256 (KDE/Qt/5.13.0/qtdeclarative-everywhere-src-5.13.0.tar.xz) = b9e8780aef0af4a60e64dcc405bdf5c03a04b28e3b94d5c2e69d0006db566ba9
17
SIZE (KDE/Qt/5.12.2/qtdatavis3d-everywhere-src-5.12.2.tar.xz) = 5201424
17
SIZE (KDE/Qt/5.13.0/qtdeclarative-everywhere-src-5.13.0.tar.xz) = 20514784
18
SHA256 (KDE/Qt/5.12.2/qtdeclarative-everywhere-src-5.12.2.tar.xz) = 470568745602e7fa21cdca42b1641162e4257cfeb7a2dcf8af24538c9516cc5b
18
SHA256 (KDE/Qt/5.13.0/qtdoc-everywhere-src-5.13.0.tar.xz) = 7e5202b83e91555c7f0842918332b4d623828002b46fde93014a32c6beea8106
19
SIZE (KDE/Qt/5.12.2/qtdeclarative-everywhere-src-5.12.2.tar.xz) = 20496648
19
SIZE (KDE/Qt/5.13.0/qtdoc-everywhere-src-5.13.0.tar.xz) = 5726900
20
SHA256 (KDE/Qt/5.12.2/qtdoc-everywhere-src-5.12.2.tar.xz) = ced15d42f1be7057e928d612e548ae5a0560f000328c4db9fd343bbbb18f7fe1
20
SHA256 (KDE/Qt/5.13.0/qtgamepad-everywhere-src-5.13.0.tar.xz) = 6bc1086d8c6a36a80dfa939b5ecb372be8c913a81e2986d84302012eafdc4b63
21
SIZE (KDE/Qt/5.12.2/qtdoc-everywhere-src-5.12.2.tar.xz) = 5649800
21
SIZE (KDE/Qt/5.13.0/qtgamepad-everywhere-src-5.13.0.tar.xz) = 385944
22
SHA256 (KDE/Qt/5.12.2/qtgamepad-everywhere-src-5.12.2.tar.xz) = d289d8c983f4e88018c9ccb22bbde196c9f97efd20ecd48ae92994885f2334a7
22
SHA256 (KDE/Qt/5.13.0/qtgraphicaleffects-everywhere-src-5.13.0.tar.xz) = 33bf92d6560d4d7b87f3e99dfacbc9cafc7ea5ef3d40f00cc3777a005251d0ff
23
SIZE (KDE/Qt/5.12.2/qtgamepad-everywhere-src-5.12.2.tar.xz) = 385808
23
SIZE (KDE/Qt/5.13.0/qtgraphicaleffects-everywhere-src-5.13.0.tar.xz) = 14270956
24
SHA256 (KDE/Qt/5.12.2/qtgraphicaleffects-everywhere-src-5.12.2.tar.xz) = 429398b6c661897b3c7cd62fb3657a2de60ad9152578edeeca0abde6e7ae5a86
24
SHA256 (KDE/Qt/5.13.0/qtimageformats-everywhere-src-5.13.0.tar.xz) = 91cb638e5f856acc17ab5a2e1a052dc91bb1af2bdbd7d99ba6a8a48f4a15f499
25
SIZE (KDE/Qt/5.12.2/qtgraphicaleffects-everywhere-src-5.12.2.tar.xz) = 14271176
25
SIZE (KDE/Qt/5.13.0/qtimageformats-everywhere-src-5.13.0.tar.xz) = 1800908
26
SHA256 (KDE/Qt/5.12.2/qtimageformats-everywhere-src-5.12.2.tar.xz) = 1ea757728f205deb6b3f5873f5c7c3129cded5993077500a9fb249559bee7a9c
26
SHA256 (KDE/Qt/5.13.0/qtlocation-everywhere-src-5.13.0.tar.xz) = 205a47d259841b3879c59d3054d8b1098d3b0e7b45c64ad327daedefb4421414
27
SIZE (KDE/Qt/5.12.2/qtimageformats-everywhere-src-5.12.2.tar.xz) = 1788388
27
SIZE (KDE/Qt/5.13.0/qtlocation-everywhere-src-5.13.0.tar.xz) = 6112360
28
SHA256 (KDE/Qt/5.12.2/qtlocation-everywhere-src-5.12.2.tar.xz) = a31f27f457ac57e7203ae808b95ba0053d182e22425de03840af761e343d8bef
28
SHA256 (KDE/Qt/5.13.0/qtlottie-everywhere-src-5.13.0.tar.xz) = 5315e8a5d1ab76b61e1cf5f88f5ed43fe06b91ec732139902c9a242ac5ea714c
29
SIZE (KDE/Qt/5.12.2/qtlocation-everywhere-src-5.12.2.tar.xz) = 5907108
29
SIZE (KDE/Qt/5.13.0/qtlottie-everywhere-src-5.13.0.tar.xz) = 81940
30
SHA256 (KDE/Qt/5.12.2/qtmacextras-everywhere-src-5.12.2.tar.xz) = b793a8ba24282c7c695be0e17ad6120264593efd744b22f8dacba4c356044160
30
SHA256 (KDE/Qt/5.13.0/qtmacextras-everywhere-src-5.13.0.tar.xz) = 6a4effe1378e9ce27d3731ff5306929d252587e2c3a81c04979b9609702527e1
31
SIZE (KDE/Qt/5.12.2/qtmacextras-everywhere-src-5.12.2.tar.xz) = 68668
31
SIZE (KDE/Qt/5.13.0/qtmacextras-everywhere-src-5.13.0.tar.xz) = 68800
32
SHA256 (KDE/Qt/5.12.2/qtmultimedia-everywhere-src-5.12.2.tar.xz) = 5d3c90c546e64abf523432a3df5e7a3f1b5ad72e7d0b5ea6260729fbefeb30f5
32
SHA256 (KDE/Qt/5.13.0/qtmultimedia-everywhere-src-5.13.0.tar.xz) = 5076219d277083d2535e5f739d06783abe2e059e9d3fd9f924a1fa7970946d72
33
SIZE (KDE/Qt/5.12.2/qtmultimedia-everywhere-src-5.12.2.tar.xz) = 3745076
33
SIZE (KDE/Qt/5.13.0/qtmultimedia-everywhere-src-5.13.0.tar.xz) = 3743064
34
SHA256 (KDE/Qt/5.12.2/qtnetworkauth-everywhere-src-5.12.2.tar.xz) = 5876c1d8e37238eca8d5fbc945dfeb90bac013597bcac5c5beff23c12a8a4383
34
SHA256 (KDE/Qt/5.13.0/qtnetworkauth-everywhere-src-5.13.0.tar.xz) = 91ff879d0a9f7e8ff658fb569136f102ee9f25bd47852e97a1f39826c1932c0d
35
SIZE (KDE/Qt/5.12.2/qtnetworkauth-everywhere-src-5.12.2.tar.xz) = 139104
35
SIZE (KDE/Qt/5.13.0/qtnetworkauth-everywhere-src-5.13.0.tar.xz) = 140932
36
SHA256 (KDE/Qt/5.12.2/qtpurchasing-everywhere-src-5.12.2.tar.xz) = d3466f764d99918c07b9e68301af4572002a32cf3138393853fc0b83d3955caa
36
SHA256 (KDE/Qt/5.13.0/qtpurchasing-everywhere-src-5.13.0.tar.xz) = 8aba72cf543f3ef26d128824f844487beea319fbd155931a8771afcf48cdeb7e
37
SIZE (KDE/Qt/5.12.2/qtpurchasing-everywhere-src-5.12.2.tar.xz) = 207828
37
SIZE (KDE/Qt/5.13.0/qtpurchasing-everywhere-src-5.13.0.tar.xz) = 207784
38
SHA256 (KDE/Qt/5.12.2/qtquickcontrols2-everywhere-src-5.12.2.tar.xz) = 1fbd703612a2c0257861e07a2b709f6fbad00cb6df70a1c2c1fafa9de522e549
38
SHA256 (KDE/Qt/5.13.0/qtquickcontrols-everywhere-src-5.13.0.tar.xz) = a5c6d40e0432246129d3f350a9aa419901dd73f2e4f8af6efb7a3e86e57ae167
39
SIZE (KDE/Qt/5.12.2/qtquickcontrols2-everywhere-src-5.12.2.tar.xz) = 9291844
39
SIZE (KDE/Qt/5.13.0/qtquickcontrols-everywhere-src-5.13.0.tar.xz) = 6056676
40
SHA256 (KDE/Qt/5.12.2/qtquickcontrols-everywhere-src-5.12.2.tar.xz) = 9b5c87605d08849927dd09bf9b03a939511461372b7e20004abe1116cf9fc73e
40
SHA256 (KDE/Qt/5.13.0/qtquickcontrols2-everywhere-src-5.13.0.tar.xz) = a5cb7e6d68285203bfb1aee87551228879fa9d93d87be5c8bab38e5a79dc916d
41
SIZE (KDE/Qt/5.12.2/qtquickcontrols-everywhere-src-5.12.2.tar.xz) = 6054972
41
SIZE (KDE/Qt/5.13.0/qtquickcontrols2-everywhere-src-5.13.0.tar.xz) = 9227220
42
SHA256 (KDE/Qt/5.12.2/qtremoteobjects-everywhere-src-5.12.2.tar.xz) = 2ae04817cd67c8550ccc685e6db9ca78ed2d7ec0b90e1de28a9fd7cda88d9811
42
SHA256 (KDE/Qt/5.13.0/qtremoteobjects-everywhere-src-5.13.0.tar.xz) = 24b2fc953ab4db7f46d8b7da38fef2483b2e9a51ea6836007077947e246fdadc
43
SIZE (KDE/Qt/5.12.2/qtremoteobjects-everywhere-src-5.12.2.tar.xz) = 336052
43
SIZE (KDE/Qt/5.13.0/qtremoteobjects-everywhere-src-5.13.0.tar.xz) = 346092
44
SHA256 (KDE/Qt/5.12.2/qtscript-everywhere-src-5.12.2.tar.xz) = f8717d51072b4d4455755ae081e45f23f3d0ce25602f96231dd7703bd818a2e6
44
SHA256 (KDE/Qt/5.13.0/qtscript-everywhere-src-5.13.0.tar.xz) = 2323eb93a215b837d8d276f7f35e7dfb6a28b952d8b51fb92c60619813a37a80
45
SIZE (KDE/Qt/5.12.2/qtscript-everywhere-src-5.12.2.tar.xz) = 2673104
45
SIZE (KDE/Qt/5.13.0/qtscript-everywhere-src-5.13.0.tar.xz) = 2674484
46
SHA256 (KDE/Qt/5.12.2/qtscxml-everywhere-src-5.12.2.tar.xz) = 69592542fdf4b2efe6a6378ecb1bfdda9e7f48007e191d7f77a0009e213a8623
46
SHA256 (KDE/Qt/5.13.0/qtscxml-everywhere-src-5.13.0.tar.xz) = fcd5b347a51d47b70b8192a20934951bb80cafa18fa55413ffc9e1fcb1bb2766
47
SIZE (KDE/Qt/5.12.2/qtscxml-everywhere-src-5.12.2.tar.xz) = 434184
47
SIZE (KDE/Qt/5.13.0/qtscxml-everywhere-src-5.13.0.tar.xz) = 434276
48
SHA256 (KDE/Qt/5.12.2/qtsensors-everywhere-src-5.12.2.tar.xz) = 758a131ad86c4b8b8364e48d659a680ed12d03c091c5ab2958d06b7b0aa2e50c
48
SHA256 (KDE/Qt/5.13.0/qtsensors-everywhere-src-5.13.0.tar.xz) = 1fae52836c786a9fd50e9e1d590384b9aea479f4569e33fc2d69536bbe2cde48
49
SIZE (KDE/Qt/5.12.2/qtsensors-everywhere-src-5.12.2.tar.xz) = 2036148
49
SIZE (KDE/Qt/5.13.0/qtsensors-everywhere-src-5.13.0.tar.xz) = 2036004
50
SHA256 (KDE/Qt/5.12.2/qtserialbus-everywhere-src-5.12.2.tar.xz) = 16bfee0be81805d82d4f9c04425b5bc2678ca01fa1617fc72613a893438aaa48
50
SHA256 (KDE/Qt/5.13.0/qtserialbus-everywhere-src-5.13.0.tar.xz) = 5ef8ce8d7dbdd4065e1a1e842d7effb7134ce262790fcd59076937f3b40b78f3
51
SIZE (KDE/Qt/5.12.2/qtserialbus-everywhere-src-5.12.2.tar.xz) = 328700
51
SIZE (KDE/Qt/5.13.0/qtserialbus-everywhere-src-5.13.0.tar.xz) = 330256
52
SHA256 (KDE/Qt/5.12.2/qtserialport-everywhere-src-5.12.2.tar.xz) = 72163cedda4c6fa787db8666bec6b5057272dc87bf8de6addba3440dd472bd7f
52
SHA256 (KDE/Qt/5.13.0/qtserialport-everywhere-src-5.13.0.tar.xz) = 2f58309789e1d6b3a2653922f932703cfffddaea06bff63a552900bd63beb985
53
SIZE (KDE/Qt/5.12.2/qtserialport-everywhere-src-5.12.2.tar.xz) = 302792
53
SIZE (KDE/Qt/5.13.0/qtserialport-everywhere-src-5.13.0.tar.xz) = 302836
54
SHA256 (KDE/Qt/5.12.2/qtspeech-everywhere-src-5.12.2.tar.xz) = 5ad4b5931d6a677d8c4569a2a9147b992653962b339bd2f233400ffb43955911
54
SHA256 (KDE/Qt/5.13.0/qtspeech-everywhere-src-5.13.0.tar.xz) = 1bfeea13cc23a9d9a02081f4e3378bc8ef51af5dfd684b261cf0a0e93be5b644
55
SIZE (KDE/Qt/5.12.2/qtspeech-everywhere-src-5.12.2.tar.xz) = 99828
55
SIZE (KDE/Qt/5.13.0/qtspeech-everywhere-src-5.13.0.tar.xz) = 99952
56
SHA256 (KDE/Qt/5.12.2/qtsvg-everywhere-src-5.12.2.tar.xz) = ed9f2118a6d33f53e5d9ed18dcd36f252a4fbaf68382a1c4a663ba75b25ae7bd
56
SHA256 (KDE/Qt/5.13.0/qtsvg-everywhere-src-5.13.0.tar.xz) = 0f568e20d13418c6d8e395db2ce4d2d706d3fb470cd665853e3637a29fde0eaf
57
SIZE (KDE/Qt/5.12.2/qtsvg-everywhere-src-5.12.2.tar.xz) = 1859108
57
SIZE (KDE/Qt/5.13.0/qtsvg-everywhere-src-5.13.0.tar.xz) = 1859144
58
SHA256 (KDE/Qt/5.12.2/qttools-everywhere-src-5.12.2.tar.xz) = 4aa3a089794ab1c629b666fffb5da4371351a9e85ea691d5d988c2ff63586005
58
SHA256 (KDE/Qt/5.13.0/qttools-everywhere-src-5.13.0.tar.xz) = a7887a618dc6434c2567521990c2a7ca72ca6a8379c1d93c5aa6c1798d7a0819
59
SIZE (KDE/Qt/5.12.2/qttools-everywhere-src-5.12.2.tar.xz) = 9808600
59
SIZE (KDE/Qt/5.13.0/qttools-everywhere-src-5.13.0.tar.xz) = 9083492
60
SHA256 (KDE/Qt/5.12.2/qttranslations-everywhere-src-5.12.2.tar.xz) = bbe47b3995be8528ee5e78eae263a5ec224cd18e588219191716a17802e60c7b
60
SHA256 (KDE/Qt/5.13.0/qttranslations-everywhere-src-5.13.0.tar.xz) = 2f8fb3b2c62fcf1aacd0b32432b960a83546384688c0ea78514e4cf4f2f94c28
61
SIZE (KDE/Qt/5.12.2/qttranslations-everywhere-src-5.12.2.tar.xz) = 1372756
61
SIZE (KDE/Qt/5.13.0/qttranslations-everywhere-src-5.13.0.tar.xz) = 1379324
62
SHA256 (KDE/Qt/5.12.2/qtvirtualkeyboard-everywhere-src-5.12.2.tar.xz) = 7111de5c78f8a0d29394409727647b90ae5906fd5105c843af98c3ae3804248d
62
SHA256 (KDE/Qt/5.13.0/qtvirtualkeyboard-everywhere-src-5.13.0.tar.xz) = 91483feb79c648ec8820a238ee2a12cf1aa117e8f3a5b06d069450e0c9ad42e9
63
SIZE (KDE/Qt/5.12.2/qtvirtualkeyboard-everywhere-src-5.12.2.tar.xz) = 10919524
63
SIZE (KDE/Qt/5.13.0/qtvirtualkeyboard-everywhere-src-5.13.0.tar.xz) = 10918808
64
SHA256 (KDE/Qt/5.12.2/qtwayland-everywhere-src-5.12.2.tar.xz) = b7840692420d106871433eb1b678277f09927d48ec6eb31a1851ee9c60d9df84
64
SHA256 (KDE/Qt/5.13.0/qtwayland-everywhere-src-5.13.0.tar.xz) = b67a6d8119628bca3301bd03992880db07d61d405534067c9cd2a598695a7cf3
65
SIZE (KDE/Qt/5.12.2/qtwayland-everywhere-src-5.12.2.tar.xz) = 431976
65
SIZE (KDE/Qt/5.13.0/qtwayland-everywhere-src-5.13.0.tar.xz) = 478076
66
SHA256 (KDE/Qt/5.12.2/qtwebchannel-everywhere-src-5.12.2.tar.xz) = 8eb9cff9492937daa1bf5d001e39afec68c310ce5596807345e2a555dcc80b8e
66
SHA256 (KDE/Qt/5.13.0/qtwebchannel-everywhere-src-5.13.0.tar.xz) = 7f6260c73bca968511ab2facfbb14b4d8cc7a9c5b2d0f9211e7390ed8fb52b9a
67
SIZE (KDE/Qt/5.12.2/qtwebchannel-everywhere-src-5.12.2.tar.xz) = 182736
67
SIZE (KDE/Qt/5.13.0/qtwebchannel-everywhere-src-5.13.0.tar.xz) = 183296
68
SHA256 (KDE/Qt/5.12.2/qtwebengine-everywhere-src-5.12.2.tar.xz) = 082b1d6e60c1be61881bc8533acc67d9688620d6b3a538417f62b27b34ead493
68
SHA256 (KDE/Qt/5.13.0/qtwebengine-everywhere-src-5.13.0.tar.xz) = e0af82ecee1ab41b6732697f667b98b7b0c53164bebcfaad8070e88b2e064efe
69
SIZE (KDE/Qt/5.12.2/qtwebengine-everywhere-src-5.12.2.tar.xz) = 249240772
69
SIZE (KDE/Qt/5.13.0/qtwebengine-everywhere-src-5.13.0.tar.xz) = 256899724
70
SHA256 (KDE/Qt/5.12.2/qtwebsockets-everywhere-src-5.12.2.tar.xz) = ab9ce815b1466abe52910c9b50c0f61df8af74f9521574bb534f7f562d0e8c04
70
SHA256 (KDE/Qt/5.13.0/qtwebglplugin-everywhere-src-5.13.0.tar.xz) = b8f05ee429f3fb7d6cef789333ddb56aafdc30a83e05b04f5f9e05650146c06e
71
SIZE (KDE/Qt/5.12.2/qtwebsockets-everywhere-src-5.12.2.tar.xz) = 235208
71
SIZE (KDE/Qt/5.13.0/qtwebglplugin-everywhere-src-5.13.0.tar.xz) = 73464
72
SHA256 (KDE/Qt/5.12.2/qtwebview-everywhere-src-5.12.2.tar.xz) = 44c131e2f21aded85424e355f433ac51d81925065d21b113568c6d62cf73ee90
72
SHA256 (KDE/Qt/5.13.0/qtwebsockets-everywhere-src-5.13.0.tar.xz) = f941dd44f6e16041a25723c1b70ce9e28910c630509da0044ecb9fdda28a6e34
73
SIZE (KDE/Qt/5.12.2/qtwebview-everywhere-src-5.12.2.tar.xz) = 130972
73
SIZE (KDE/Qt/5.13.0/qtwebsockets-everywhere-src-5.13.0.tar.xz) = 235516
74
SHA256 (KDE/Qt/5.12.2/qtwinextras-everywhere-src-5.12.2.tar.xz) = 3141027c4f7dbb2bcef8a35fd60d673adfff0e4fb20c36f73930570252136787
74
SHA256 (KDE/Qt/5.13.0/qtwebview-everywhere-src-5.13.0.tar.xz) = 090da2f41b3ea40e73d3a7d7d873492bb911a3492376bb44daee917b459535a9
75
SIZE (KDE/Qt/5.12.2/qtwinextras-everywhere-src-5.12.2.tar.xz) = 759968
75
SIZE (KDE/Qt/5.13.0/qtwebview-everywhere-src-5.13.0.tar.xz) = 131236
76
SHA256 (KDE/Qt/5.12.2/qtx11extras-everywhere-src-5.12.2.tar.xz) = 711f39ddc6237787a5522278be235fe3af547a4674bb265e6dff5c2892fe6084
76
SHA256 (KDE/Qt/5.13.0/qtwinextras-everywhere-src-5.13.0.tar.xz) = 096387a674f7fa1faeda856b87e965bd2937e3dcce334f10df694468003887d4
77
SIZE (KDE/Qt/5.12.2/qtx11extras-everywhere-src-5.12.2.tar.xz) = 115860
77
SIZE (KDE/Qt/5.13.0/qtwinextras-everywhere-src-5.13.0.tar.xz) = 759460
78
SHA256 (KDE/Qt/5.12.2/qtxmlpatterns-everywhere-src-5.12.2.tar.xz) = 2e535ec17b542f2a0b87a9db93284666015cc07b6188894ace7e75104c6d860d
78
SHA256 (KDE/Qt/5.13.0/qtx11extras-everywhere-src-5.13.0.tar.xz) = f33fe1cf2258bc972171f723c6f37208da47f578b09876fea47c7ba558a8f1d6
79
SIZE (KDE/Qt/5.12.2/qtxmlpatterns-everywhere-src-5.12.2.tar.xz) = 1389320
79
SIZE (KDE/Qt/5.13.0/qtx11extras-everywhere-src-5.13.0.tar.xz) = 115876
80
SHA256 (KDE/Qt/5.13.0/qtxmlpatterns-everywhere-src-5.13.0.tar.xz) = 75186ff075d9a3bd30cee145bad6bc69d491b5e555b048d11136727f050d7319
81
SIZE (KDE/Qt/5.13.0/qtxmlpatterns-everywhere-src-5.13.0.tar.xz) = 1389724
(-)b/graphics/qt5-3d/pkg-plist (+11 lines)
Lines 725-730 Link Here
725
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/geometryrenderermanager_p.h
725
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/geometryrenderermanager_p.h
726
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/glbuffer_p.h
726
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/glbuffer_p.h
727
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/glcommands_p.h
727
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/glcommands_p.h
728
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/glfence_p.h
728
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/gltexture_p.h
729
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/gltexture_p.h
729
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/gltexturemanager_p.h
730
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/gltexturemanager_p.h
730
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/gltfskeletonloader_p.h
731
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/gltfskeletonloader_p.h
Lines 850-855 Link Here
850
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsceneimportplugin_p.h
851
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsceneimportplugin_p.h
851
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsceneloader_p.h
852
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsceneloader_p.h
852
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qscissortest_p.h
853
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qscissortest_p.h
854
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsetfence_p.h
853
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qshaderdata_p.h
855
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qshaderdata_p.h
854
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qshaderprogram_p.h
856
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qshaderprogram_p.h
855
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qshaderprogrambuilder_p.h
857
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qshaderprogrambuilder_p.h
Lines 869-874 Link Here
869
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qtextureimagedata_p.h
871
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qtextureimagedata_p.h
870
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qurlhelper_p.h
872
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qurlhelper_p.h
871
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qviewport_p.h
873
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qviewport_p.h
874
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qwaitfence_p.h
872
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/raycaster_p.h
875
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/raycaster_p.h
873
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/raycastingjob_p.h
876
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/raycastingjob_p.h
874
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/renderbuffer_p.h
877
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/renderbuffer_p.h
Lines 900-905 Link Here
900
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/segmentsvisitor_p.h
903
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/segmentsvisitor_p.h
901
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/sendbuffercapturejob_p.h
904
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/sendbuffercapturejob_p.h
902
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/sendrendercapturejob_p.h
905
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/sendrendercapturejob_p.h
906
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/setfence_p.h
903
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/shader_p.h
907
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/shader_p.h
904
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/shaderbuilder_p.h
908
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/shaderbuilder_p.h
905
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/shadercache_p.h
909
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/shadercache_p.h
Lines 921-931 Link Here
921
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/texture_p.h
925
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/texture_p.h
922
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/texturedatamanager_p.h
926
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/texturedatamanager_p.h
923
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/textureimage_p.h
927
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/textureimage_p.h
928
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/texturesubmissioncontext_p.h
924
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/transform_p.h
929
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/transform_p.h
925
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/triangleboundingvolume_p.h
930
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/triangleboundingvolume_p.h
926
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/trianglesextractor_p.h
931
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/trianglesextractor_p.h
927
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/trianglesvisitor_p.h
932
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/trianglesvisitor_p.h
928
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/uniform_p.h
933
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/uniform_p.h
934
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updateentityhierarchyjob_p.h
929
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updateentitylayersjob_p.h
935
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updateentitylayersjob_p.h
930
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updatelevelofdetailjob_p.h
936
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updatelevelofdetailjob_p.h
931
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updatemeshtrianglelistjob_p.h
937
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updatemeshtrianglelistjob_p.h
Lines 937-942 Link Here
937
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/viewportnode_p.h
943
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/viewportnode_p.h
938
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/visitorutils_p.h
944
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/visitorutils_p.h
939
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/vsyncframeadvanceservice_p.h
945
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/vsyncframeadvanceservice_p.h
946
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/waitfence_p.h
940
%%QT_INCDIR%%/Qt3DRender/FunctorType
947
%%QT_INCDIR%%/Qt3DRender/FunctorType
941
%%QT_INCDIR%%/Qt3DRender/ParameterList
948
%%QT_INCDIR%%/Qt3DRender/ParameterList
942
%%QT_INCDIR%%/Qt3DRender/PropertyReaderInterface
949
%%QT_INCDIR%%/Qt3DRender/PropertyReaderInterface
Lines 1029-1034 Link Here
1029
%%QT_INCDIR%%/Qt3DRender/QScissorTest
1036
%%QT_INCDIR%%/Qt3DRender/QScissorTest
1030
%%QT_INCDIR%%/Qt3DRender/QScreenRayCaster
1037
%%QT_INCDIR%%/Qt3DRender/QScreenRayCaster
1031
%%QT_INCDIR%%/Qt3DRender/QSeamlessCubemap
1038
%%QT_INCDIR%%/Qt3DRender/QSeamlessCubemap
1039
%%QT_INCDIR%%/Qt3DRender/QSetFence
1032
%%QT_INCDIR%%/Qt3DRender/QShaderData
1040
%%QT_INCDIR%%/Qt3DRender/QShaderData
1033
%%QT_INCDIR%%/Qt3DRender/QShaderProgram
1041
%%QT_INCDIR%%/Qt3DRender/QShaderProgram
1034
%%QT_INCDIR%%/Qt3DRender/QShaderProgramBuilder
1042
%%QT_INCDIR%%/Qt3DRender/QShaderProgramBuilder
Lines 1053-1058 Link Here
1053
%%QT_INCDIR%%/Qt3DRender/QTextureImageDataPtr
1061
%%QT_INCDIR%%/Qt3DRender/QTextureImageDataPtr
1054
%%QT_INCDIR%%/Qt3DRender/QTextureWrapMode
1062
%%QT_INCDIR%%/Qt3DRender/QTextureWrapMode
1055
%%QT_INCDIR%%/Qt3DRender/QViewport
1063
%%QT_INCDIR%%/Qt3DRender/QViewport
1064
%%QT_INCDIR%%/Qt3DRender/QWaitFence
1056
%%QT_INCDIR%%/Qt3DRender/Qt3DRender
1065
%%QT_INCDIR%%/Qt3DRender/Qt3DRender
1057
%%QT_INCDIR%%/Qt3DRender/Qt3DRenderDepends
1066
%%QT_INCDIR%%/Qt3DRender/Qt3DRenderDepends
1058
%%QT_INCDIR%%/Qt3DRender/Qt3DRenderVersion
1067
%%QT_INCDIR%%/Qt3DRender/Qt3DRenderVersion
Lines 1134-1139 Link Here
1134
%%QT_INCDIR%%/Qt3DRender/qscissortest.h
1143
%%QT_INCDIR%%/Qt3DRender/qscissortest.h
1135
%%QT_INCDIR%%/Qt3DRender/qscreenraycaster.h
1144
%%QT_INCDIR%%/Qt3DRender/qscreenraycaster.h
1136
%%QT_INCDIR%%/Qt3DRender/qseamlesscubemap.h
1145
%%QT_INCDIR%%/Qt3DRender/qseamlesscubemap.h
1146
%%QT_INCDIR%%/Qt3DRender/qsetfence.h
1137
%%QT_INCDIR%%/Qt3DRender/qshaderdata.h
1147
%%QT_INCDIR%%/Qt3DRender/qshaderdata.h
1138
%%QT_INCDIR%%/Qt3DRender/qshaderprogram.h
1148
%%QT_INCDIR%%/Qt3DRender/qshaderprogram.h
1139
%%QT_INCDIR%%/Qt3DRender/qshaderprogrambuilder.h
1149
%%QT_INCDIR%%/Qt3DRender/qshaderprogrambuilder.h
Lines 1157-1162 Link Here
1157
%%QT_INCDIR%%/Qt3DRender/qtextureimagedatagenerator.h
1167
%%QT_INCDIR%%/Qt3DRender/qtextureimagedatagenerator.h
1158
%%QT_INCDIR%%/Qt3DRender/qtexturewrapmode.h
1168
%%QT_INCDIR%%/Qt3DRender/qtexturewrapmode.h
1159
%%QT_INCDIR%%/Qt3DRender/qviewport.h
1169
%%QT_INCDIR%%/Qt3DRender/qviewport.h
1170
%%QT_INCDIR%%/Qt3DRender/qwaitfence.h
1160
%%QT_CMAKEDIR%%/Qt53DAnimation/Qt53DAnimationConfig.cmake
1171
%%QT_CMAKEDIR%%/Qt53DAnimation/Qt53DAnimationConfig.cmake
1161
%%QT_CMAKEDIR%%/Qt53DAnimation/Qt53DAnimationConfigVersion.cmake
1172
%%QT_CMAKEDIR%%/Qt53DAnimation/Qt53DAnimationConfigVersion.cmake
1162
%%QT_CMAKEDIR%%/Qt53DCore/Qt53DCoreConfig.cmake
1173
%%QT_CMAKEDIR%%/Qt53DCore/Qt53DCoreConfig.cmake
(-)b/graphics/qt5-pixeltool/files/patch-src__src.pro (-1 / +1 lines)
Lines 1-7 Link Here
1
Only enter the directories we want to build, otherwise we might fail due to
1
Only enter the directories we want to build, otherwise we might fail due to
2
missing dependencies.
2
missing dependencies.
3
3
4
--- src/src.pro.orig	2019-03-18 18:28:15 UTC
4
--- src/src.pro.orig	2019-02-14 20:02:42 UTC
5
+++ src/src.pro
5
+++ src/src.pro
6
@@ -1,54 +1,3 @@
6
@@ -1,54 +1,3 @@
7
 TEMPLATE = subdirs
7
 TEMPLATE = subdirs
(-)b/graphics/qt5-wayland/pkg-plist (+17 lines)
Lines 75-83 Link Here
75
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwayland-server-ivi-application.h
75
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwayland-server-ivi-application.h
76
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwayland-server-qt-key-unstable-v1.h
76
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwayland-server-qt-key-unstable-v1.h
77
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwayland-server-qt-windowmanager.h
77
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwayland-server-qt-windowmanager.h
78
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwayland-server-scaler.h
78
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwayland-server-server-buffer-extension.h
79
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwayland-server-server-buffer-extension.h
79
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwayland-server-text-input-unstable-v2.h
80
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwayland-server-text-input-unstable-v2.h
80
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwayland-server-touch-extension.h
81
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwayland-server-touch-extension.h
82
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwayland-server-viewporter.h
81
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwayland-server-wayland.h
83
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwayland-server-wayland.h
82
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwayland-server-xdg-decoration-unstable-v1.h
84
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwayland-server-xdg-decoration-unstable-v1.h
83
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwayland-server-xdg-shell-unstable-v5_p.h
85
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwayland-server-xdg-shell-unstable-v5_p.h
Lines 105-111 Link Here
105
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandtextinput_p.h
107
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandtextinput_p.h
106
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandtextinputmanager_p.h
108
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandtextinputmanager_p.h
107
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandtouch_p.h
109
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandtouch_p.h
110
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandutils_p.h
108
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandview_p.h
111
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandview_p.h
112
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandviewporter_p.h
113
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandwlscaler_p.h
109
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandwlshell_p.h
114
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandwlshell_p.h
110
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandwlshellintegration_p.h
115
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandwlshellintegration_p.h
111
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandxdgdecorationv1_p.h
116
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandxdgdecorationv1_p.h
Lines 138-146 Link Here
138
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-ivi-application-server-protocol.h
143
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-ivi-application-server-protocol.h
139
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-qt-key-unstable-v1-server-protocol.h
144
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-qt-key-unstable-v1-server-protocol.h
140
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-qt-windowmanager-server-protocol.h
145
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-qt-windowmanager-server-protocol.h
146
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-scaler-server-protocol.h
141
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-server-buffer-extension-server-protocol.h
147
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-server-buffer-extension-server-protocol.h
142
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-text-input-unstable-v2-server-protocol.h
148
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-text-input-unstable-v2-server-protocol.h
143
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-touch-extension-server-protocol.h
149
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-touch-extension-server-protocol.h
150
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-viewporter-server-protocol.h
144
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-wayland-server-protocol.h
151
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-wayland-server-protocol.h
145
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-xdg-decoration-unstable-v1-server-protocol.h
152
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-xdg-decoration-unstable-v1-server-protocol.h
146
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-xdg-shell-server-protocol.h
153
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/wayland-xdg-shell-server-protocol.h
Lines 182-187 Link Here
182
%%QT_INCDIR%%/QtWaylandCompositor/QWaylandTextInputManager
189
%%QT_INCDIR%%/QtWaylandCompositor/QWaylandTextInputManager
183
%%QT_INCDIR%%/QtWaylandCompositor/QWaylandTouch
190
%%QT_INCDIR%%/QtWaylandCompositor/QWaylandTouch
184
%%QT_INCDIR%%/QtWaylandCompositor/QWaylandView
191
%%QT_INCDIR%%/QtWaylandCompositor/QWaylandView
192
%%QT_INCDIR%%/QtWaylandCompositor/QWaylandViewporter
193
%%QT_INCDIR%%/QtWaylandCompositor/QWaylandWlScaler
185
%%QT_INCDIR%%/QtWaylandCompositor/QWaylandWlShell
194
%%QT_INCDIR%%/QtWaylandCompositor/QWaylandWlShell
186
%%QT_INCDIR%%/QtWaylandCompositor/QWaylandWlShellSurface
195
%%QT_INCDIR%%/QtWaylandCompositor/QWaylandWlShellSurface
187
%%QT_INCDIR%%/QtWaylandCompositor/QWaylandXdgDecorationManagerV1
196
%%QT_INCDIR%%/QtWaylandCompositor/QWaylandXdgDecorationManagerV1
Lines 235-240 Link Here
235
%%QT_INCDIR%%/QtWaylandCompositor/qwaylandtextinputmanager.h
244
%%QT_INCDIR%%/QtWaylandCompositor/qwaylandtextinputmanager.h
236
%%QT_INCDIR%%/QtWaylandCompositor/qwaylandtouch.h
245
%%QT_INCDIR%%/QtWaylandCompositor/qwaylandtouch.h
237
%%QT_INCDIR%%/QtWaylandCompositor/qwaylandview.h
246
%%QT_INCDIR%%/QtWaylandCompositor/qwaylandview.h
247
%%QT_INCDIR%%/QtWaylandCompositor/qwaylandviewporter.h
248
%%QT_INCDIR%%/QtWaylandCompositor/qwaylandwlscaler.h
238
%%QT_INCDIR%%/QtWaylandCompositor/qwaylandwlshell.h
249
%%QT_INCDIR%%/QtWaylandCompositor/qwaylandwlshell.h
239
%%QT_INCDIR%%/QtWaylandCompositor/qwaylandxdgdecorationv1.h
250
%%QT_INCDIR%%/QtWaylandCompositor/qwaylandxdgdecorationv1.h
240
%%QT_INCDIR%%/QtWaylandCompositor/qwaylandxdgshell.h
251
%%QT_INCDIR%%/QtWaylandCompositor/qwaylandxdgshell.h
Lines 250-255 Link Here
250
%%QT_CMAKEDIR%%/Qt5WaylandClient/Qt5WaylandClient_DrmEglServerBufferPlugin.cmake
261
%%QT_CMAKEDIR%%/Qt5WaylandClient/Qt5WaylandClient_DrmEglServerBufferPlugin.cmake
251
%%QT_CMAKEDIR%%/Qt5WaylandClient/Qt5WaylandClient_QWaylandBradientDecorationPlugin.cmake
262
%%QT_CMAKEDIR%%/Qt5WaylandClient/Qt5WaylandClient_QWaylandBradientDecorationPlugin.cmake
252
%%QT_CMAKEDIR%%/Qt5WaylandClient/Qt5WaylandClient_QWaylandEglClientBufferPlugin.cmake
263
%%QT_CMAKEDIR%%/Qt5WaylandClient/Qt5WaylandClient_QWaylandEglClientBufferPlugin.cmake
264
%%QT_CMAKEDIR%%/Qt5WaylandClient/Qt5WaylandClient_QWaylandFullScreenShellV1IntegrationPlugin.cmake
253
%%QT_CMAKEDIR%%/Qt5WaylandClient/Qt5WaylandClient_QWaylandIviShellIntegrationPlugin.cmake
265
%%QT_CMAKEDIR%%/Qt5WaylandClient/Qt5WaylandClient_QWaylandIviShellIntegrationPlugin.cmake
254
%%QT_CMAKEDIR%%/Qt5WaylandClient/Qt5WaylandClient_QWaylandWlShellIntegrationPlugin.cmake
266
%%QT_CMAKEDIR%%/Qt5WaylandClient/Qt5WaylandClient_QWaylandWlShellIntegrationPlugin.cmake
255
%%QT_CMAKEDIR%%/Qt5WaylandClient/Qt5WaylandClient_QWaylandXCompositeEglClientBufferPlugin.cmake
267
%%QT_CMAKEDIR%%/Qt5WaylandClient/Qt5WaylandClient_QWaylandXCompositeEglClientBufferPlugin.cmake
Lines 262-267 Link Here
262
%%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositorConfigVersion.cmake
274
%%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositorConfigVersion.cmake
263
%%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_DmaBufServerBufferIntegrationPlugin.cmake
275
%%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_DmaBufServerBufferIntegrationPlugin.cmake
264
%%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_DrmEglServerBufferIntegrationPlugin.cmake
276
%%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_DrmEglServerBufferIntegrationPlugin.cmake
277
%%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandDmabufClientBufferIntegrationPlugin.cmake
265
%%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandEglClientBufferIntegrationPlugin.cmake
278
%%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandEglClientBufferIntegrationPlugin.cmake
266
%%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandEglStreamBufferIntegrationPlugin.cmake
279
%%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandEglStreamBufferIntegrationPlugin.cmake
267
%%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandXCompositeEglClientBufferIntegrationPlugin.cmake
280
%%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandXCompositeEglClientBufferIntegrationPlugin.cmake
Lines 310-315 Link Here
310
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libdmabuf-server.so.debug
323
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libdmabuf-server.so.debug
311
%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libdrm-egl-server.so
324
%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libdrm-egl-server.so
312
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libdrm-egl-server.so.debug
325
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libdrm-egl-server.so.debug
326
%%QT_PLUGINDIR%%/wayland-graphics-integration-server/liblinux-dmabuf-unstable-v1.so
327
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/liblinux-dmabuf-unstable-v1.so.debug
313
%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libqt-plugin-wayland-egl.so
328
%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libqt-plugin-wayland-egl.so
314
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libqt-plugin-wayland-egl.so.debug
329
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libqt-plugin-wayland-egl.so.debug
315
%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libshm-emulation-server.so
330
%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libshm-emulation-server.so
Lines 320-325 Link Here
320
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libxcomposite-egl.so.debug
335
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libxcomposite-egl.so.debug
321
%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libxcomposite-glx.so
336
%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libxcomposite-glx.so
322
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libxcomposite-glx.so.debug
337
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libxcomposite-glx.so.debug
338
%%QT_PLUGINDIR%%/wayland-shell-integration/libfullscreen-shell-v1.so
339
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-shell-integration/libfullscreen-shell-v1.so.debug
323
%%QT_PLUGINDIR%%/wayland-shell-integration/libivi-shell.so
340
%%QT_PLUGINDIR%%/wayland-shell-integration/libivi-shell.so
324
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-shell-integration/libivi-shell.so.debug
341
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-shell-integration/libivi-shell.so.debug
325
%%QT_PLUGINDIR%%/wayland-shell-integration/libwl-shell.so
342
%%QT_PLUGINDIR%%/wayland-shell-integration/libwl-shell.so
(-)b/misc/qt5-doc/Makefile (-1 / +8 lines)
Lines 1-5 Link Here
1
# Created by: Marie Loise Nolden <loise@kde.org>
1
# Created by: Marie Loise Nolden <loise@kde.org>
2
# $FreeBSD$
2
# $FreeBSD: head/misc/qt5-doc/Makefile 497990 2019-04-05 20:50:59Z tcberner $
3
4
# Lock the port at 5.12.2 due to distfile changes: At the moment it seems like
5
# the documentation is no longer availble as a single tarball. So while we try
6
# to figure out whether to create a per-module -doc port or some other nastiness
7
# hold this port back at the last single-file version available.
8
# If you need up-to-date Qt Documentation, for now, use the the online one :)
9
QT5_VERSION=	5.12.2
3
10
4
PORTNAME=	doc
11
PORTNAME=	doc
5
DISTVERSION=	${QT5_VERSION}
12
DISTVERSION=	${QT5_VERSION}
(-)b/misc/qt5-examples/Makefile (-5 / +8 lines)
Lines 27-37 EXAMPLESDIR= ${PREFIX}/share/examples/qt5 Link Here
27
# qtscript and qtserialbus where the examples are looked up in $EXAMPLESDIR/.
27
# qtscript and qtserialbus where the examples are looked up in $EXAMPLESDIR/.
28
# This way, the examples show up in qtcreator on the examples front page.
28
# This way, the examples show up in qtcreator on the examples front page.
29
29
30
EXAMPLES=	qt3d qtbase qtcanvas3d qtcharts qtconnectivity qtdeclarative \
30
_QT_DISTS=		3d activeqt androidextras base charts connectivity datavis3d \
31
		qtgamepad qtlocation qtmultimedia qtpurchasing qtquickcontrols \
31
			declarative doc gamepad location \
32
		qtquickcontrols2 qtscript qtscxml qtsensors qtserialbus \
32
			macextras multimedia networkauth purchasing quickcontrols \
33
		qtserialport qtsvg qttools qtvirtualkeyboard qtwebchannel \
33
			quickcontrols2 remoteobjects script scxml sensors serialbus \
34
		qtwebsockets qtxmlpatterns
34
			serialport speech svg tools virtualkeyboard wayland \
35
			webchannel webengine websockets webview winextras \
36
			xmlpatterns
37
EXAMPLES=		${_QT_DISTS:C/^/qt/}
35
38
36
.for example in ${EXAMPLES}
39
.for example in ${EXAMPLES}
37
EXTRACT_AFTER_ARGS+=	${DISTNAME}/${example}/examples
40
EXTRACT_AFTER_ARGS+=	${DISTNAME}/${example}/examples
(-)b/misc/qt5-examples/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1552888933
1
TIMESTAMP = 1561317057
2
SHA256 (KDE/Qt/5.12.2/qt-everywhere-src-5.12.2.tar.xz) = 59b8cb4e728450b21224dcaaa40eb25bafc5196b6988f2225c394c6b7f881ff5
2
SHA256 (KDE/Qt/5.13.0/qt-everywhere-src-5.13.0.tar.xz) = 2cba31e410e169bd5cdae159f839640e672532a4687ea0f265f686421e0e86d6
3
SIZE (KDE/Qt/5.12.2/qt-everywhere-src-5.12.2.tar.xz) = 507757480
3
SIZE (KDE/Qt/5.13.0/qt-everywhere-src-5.13.0.tar.xz) = 504491324
(-)b/misc/qt5-examples/pkg-plist (-185 / +1231 lines)
Lines 1-6 Link Here
1
%%QT_EXAMPLEDIR%%/HACKING
1
%%QT_EXAMPLEDIR%%/HACKING
2
%%QT_EXAMPLEDIR%%/README
2
%%QT_EXAMPLEDIR%%/README
3
%%QT_EXAMPLEDIR%%/activeqt/README
4
%%QT_EXAMPLEDIR%%/activeqt/activeqt.pro
5
%%QT_EXAMPLEDIR%%/activeqt/comapp/comapp.pro
6
%%QT_EXAMPLEDIR%%/activeqt/comapp/comapp.rc
7
%%QT_EXAMPLEDIR%%/activeqt/comapp/doc/snippets/doc_src_examples_activeqt_comapp.qdoc
8
%%QT_EXAMPLEDIR%%/activeqt/comapp/doc/src/comapp.qdoc
9
%%QT_EXAMPLEDIR%%/activeqt/comapp/main.cpp
10
%%QT_EXAMPLEDIR%%/activeqt/dotnet/walkthrough/Form1.cs
11
%%QT_EXAMPLEDIR%%/activeqt/dotnet/walkthrough/Form1.resx
12
%%QT_EXAMPLEDIR%%/activeqt/dotnet/walkthrough/Form1.vb
13
%%QT_EXAMPLEDIR%%/activeqt/dotnet/walkthrough/csharp.csproj
14
%%QT_EXAMPLEDIR%%/activeqt/dotnet/walkthrough/vb.vbproj
15
%%QT_EXAMPLEDIR%%/activeqt/dotnet/wrapper/app.csproj
16
%%QT_EXAMPLEDIR%%/activeqt/dotnet/wrapper/lib/lib.vcproj
17
%%QT_EXAMPLEDIR%%/activeqt/dotnet/wrapper/lib/networker.cpp
18
%%QT_EXAMPLEDIR%%/activeqt/dotnet/wrapper/lib/networker.h
19
%%QT_EXAMPLEDIR%%/activeqt/dotnet/wrapper/lib/tools.cpp
20
%%QT_EXAMPLEDIR%%/activeqt/dotnet/wrapper/lib/tools.h
21
%%QT_EXAMPLEDIR%%/activeqt/dotnet/wrapper/lib/worker.cpp
22
%%QT_EXAMPLEDIR%%/activeqt/dotnet/wrapper/lib/worker.h
23
%%QT_EXAMPLEDIR%%/activeqt/dotnet/wrapper/main.cs
24
%%QT_EXAMPLEDIR%%/activeqt/dotnet/wrapper/wrapper.sln
25
%%QT_EXAMPLEDIR%%/activeqt/hierarchy/doc/snippets/hierarchy-demo-snippet.qdoc
26
%%QT_EXAMPLEDIR%%/activeqt/hierarchy/doc/src/hierarchy.qdoc
27
%%QT_EXAMPLEDIR%%/activeqt/hierarchy/hierarchy.def
28
%%QT_EXAMPLEDIR%%/activeqt/hierarchy/hierarchy.ico
29
%%QT_EXAMPLEDIR%%/activeqt/hierarchy/hierarchy.inf
30
%%QT_EXAMPLEDIR%%/activeqt/hierarchy/hierarchy.pro
31
%%QT_EXAMPLEDIR%%/activeqt/hierarchy/hierarchy.rc
32
%%QT_EXAMPLEDIR%%/activeqt/hierarchy/main.cpp
33
%%QT_EXAMPLEDIR%%/activeqt/hierarchy/objects.cpp
34
%%QT_EXAMPLEDIR%%/activeqt/hierarchy/objects.h
35
%%QT_EXAMPLEDIR%%/activeqt/mediaplayer/doc/images/activeqt-mediaplayer-example.jpg
36
%%QT_EXAMPLEDIR%%/activeqt/mediaplayer/doc/src/mediaplayer.qdoc
37
%%QT_EXAMPLEDIR%%/activeqt/mediaplayer/main.cpp
38
%%QT_EXAMPLEDIR%%/activeqt/mediaplayer/mainwindow.ui
39
%%QT_EXAMPLEDIR%%/activeqt/mediaplayer/mediaaxwidget.h
40
%%QT_EXAMPLEDIR%%/activeqt/mediaplayer/mediaplayer.pro
41
%%QT_EXAMPLEDIR%%/activeqt/menus/doc/snippets/doc_src_examples_activeqt_menus.qdoc
42
%%QT_EXAMPLEDIR%%/activeqt/menus/doc/src/menus.qdoc
43
%%QT_EXAMPLEDIR%%/activeqt/menus/fileopen.xpm
44
%%QT_EXAMPLEDIR%%/activeqt/menus/filesave.xpm
45
%%QT_EXAMPLEDIR%%/activeqt/menus/main.cpp
46
%%QT_EXAMPLEDIR%%/activeqt/menus/menus.cpp
47
%%QT_EXAMPLEDIR%%/activeqt/menus/menus.def
48
%%QT_EXAMPLEDIR%%/activeqt/menus/menus.h
49
%%QT_EXAMPLEDIR%%/activeqt/menus/menus.ico
50
%%QT_EXAMPLEDIR%%/activeqt/menus/menus.inf
51
%%QT_EXAMPLEDIR%%/activeqt/menus/menus.pro
52
%%QT_EXAMPLEDIR%%/activeqt/menus/menus.rc
53
%%QT_EXAMPLEDIR%%/activeqt/multiple/ax1.h
54
%%QT_EXAMPLEDIR%%/activeqt/multiple/ax2.h
55
%%QT_EXAMPLEDIR%%/activeqt/multiple/doc/src/multiple.qdoc
56
%%QT_EXAMPLEDIR%%/activeqt/multiple/main.cpp
57
%%QT_EXAMPLEDIR%%/activeqt/multiple/multiple.inf
58
%%QT_EXAMPLEDIR%%/activeqt/multiple/multiple.pro
59
%%QT_EXAMPLEDIR%%/activeqt/multiple/multipleax.def
60
%%QT_EXAMPLEDIR%%/activeqt/multiple/multipleax.ico
61
%%QT_EXAMPLEDIR%%/activeqt/multiple/multipleax.rc
62
%%QT_EXAMPLEDIR%%/activeqt/opengl/doc/src/opengl.qdoc
63
%%QT_EXAMPLEDIR%%/activeqt/opengl/glbox.cpp
64
%%QT_EXAMPLEDIR%%/activeqt/opengl/glbox.h
65
%%QT_EXAMPLEDIR%%/activeqt/opengl/globjwin.cpp
66
%%QT_EXAMPLEDIR%%/activeqt/opengl/globjwin.h
67
%%QT_EXAMPLEDIR%%/activeqt/opengl/main.cpp
68
%%QT_EXAMPLEDIR%%/activeqt/opengl/opengl.def
69
%%QT_EXAMPLEDIR%%/activeqt/opengl/opengl.ico
70
%%QT_EXAMPLEDIR%%/activeqt/opengl/opengl.inf
71
%%QT_EXAMPLEDIR%%/activeqt/opengl/opengl.pro
72
%%QT_EXAMPLEDIR%%/activeqt/opengl/opengl.rc
73
%%QT_EXAMPLEDIR%%/activeqt/qutlook/addressview.cpp
74
%%QT_EXAMPLEDIR%%/activeqt/qutlook/addressview.h
75
%%QT_EXAMPLEDIR%%/activeqt/qutlook/doc/src/qutlook.qdoc
76
%%QT_EXAMPLEDIR%%/activeqt/qutlook/fileopen.xpm
77
%%QT_EXAMPLEDIR%%/activeqt/qutlook/fileprint.xpm
78
%%QT_EXAMPLEDIR%%/activeqt/qutlook/filesave.xpm
79
%%QT_EXAMPLEDIR%%/activeqt/qutlook/main.cpp
80
%%QT_EXAMPLEDIR%%/activeqt/qutlook/qutlook.pro
81
%%QT_EXAMPLEDIR%%/activeqt/shared.pri
82
%%QT_EXAMPLEDIR%%/activeqt/simple/doc/src/simple.qdoc
83
%%QT_EXAMPLEDIR%%/activeqt/simple/main.cpp
84
%%QT_EXAMPLEDIR%%/activeqt/simple/simple.def
85
%%QT_EXAMPLEDIR%%/activeqt/simple/simple.ico
86
%%QT_EXAMPLEDIR%%/activeqt/simple/simple.inf
87
%%QT_EXAMPLEDIR%%/activeqt/simple/simple.pro
88
%%QT_EXAMPLEDIR%%/activeqt/simple/simple.rc
89
%%QT_EXAMPLEDIR%%/activeqt/simpleqml/main.cpp
90
%%QT_EXAMPLEDIR%%/activeqt/simpleqml/main.qml
91
%%QT_EXAMPLEDIR%%/activeqt/simpleqml/simpleqml.def
92
%%QT_EXAMPLEDIR%%/activeqt/simpleqml/simpleqml.ico
93
%%QT_EXAMPLEDIR%%/activeqt/simpleqml/simpleqml.pro
94
%%QT_EXAMPLEDIR%%/activeqt/simpleqml/simpleqml.qrc
95
%%QT_EXAMPLEDIR%%/activeqt/simpleqml/simpleqml.rc
96
%%QT_EXAMPLEDIR%%/activeqt/wrapper/doc/src/wrapper.qdoc
97
%%QT_EXAMPLEDIR%%/activeqt/wrapper/main.cpp
98
%%QT_EXAMPLEDIR%%/activeqt/wrapper/wrapper.inf
99
%%QT_EXAMPLEDIR%%/activeqt/wrapper/wrapper.pro
100
%%QT_EXAMPLEDIR%%/activeqt/wrapper/wrapperax.def
101
%%QT_EXAMPLEDIR%%/activeqt/wrapper/wrapperax.ico
102
%%QT_EXAMPLEDIR%%/activeqt/wrapper/wrapperax.rc
3
%%QT_EXAMPLEDIR%%/aggregate/examples.pro
103
%%QT_EXAMPLEDIR%%/aggregate/examples.pro
104
%%QT_EXAMPLEDIR%%/androidextras/androidextras.pro
105
%%QT_EXAMPLEDIR%%/androidextras/notification/android-sources/AndroidManifest.xml
106
%%QT_EXAMPLEDIR%%/androidextras/notification/android-sources/res/drawable/icon.png
107
%%QT_EXAMPLEDIR%%/androidextras/notification/android-sources/src/org/qtproject/example/notification/NotificationClient.java
108
%%QT_EXAMPLEDIR%%/androidextras/notification/doc/src/qtandroidextras-example-notification.qdoc
109
%%QT_EXAMPLEDIR%%/androidextras/notification/images/happy.png
110
%%QT_EXAMPLEDIR%%/androidextras/notification/images/sad.png
111
%%QT_EXAMPLEDIR%%/androidextras/notification/main.cpp
112
%%QT_EXAMPLEDIR%%/androidextras/notification/main.qrc
113
%%QT_EXAMPLEDIR%%/androidextras/notification/notification.pro
114
%%QT_EXAMPLEDIR%%/androidextras/notification/notificationclient.cpp
115
%%QT_EXAMPLEDIR%%/androidextras/notification/notificationclient.h
116
%%QT_EXAMPLEDIR%%/androidextras/notification/qml/main.qml
4
%%QT_EXAMPLEDIR%%/assistant/assistant.pro
117
%%QT_EXAMPLEDIR%%/assistant/assistant.pro
5
%%QT_EXAMPLEDIR%%/assistant/doc/images/simpletextviewer-example.png
118
%%QT_EXAMPLEDIR%%/assistant/doc/images/simpletextviewer-example.png
6
%%QT_EXAMPLEDIR%%/assistant/doc/images/simpletextviewer-findfiledialog.png
119
%%QT_EXAMPLEDIR%%/assistant/doc/images/simpletextviewer-findfiledialog.png
Lines 198-388 Link Here
198
%%QT_EXAMPLEDIR%%/bluetooth/scanner/scanner.pro
311
%%QT_EXAMPLEDIR%%/bluetooth/scanner/scanner.pro
199
%%QT_EXAMPLEDIR%%/bluetooth/scanner/scanner.qml
312
%%QT_EXAMPLEDIR%%/bluetooth/scanner/scanner.qml
200
%%QT_EXAMPLEDIR%%/bluetooth/scanner/scanner.qrc
313
%%QT_EXAMPLEDIR%%/bluetooth/scanner/scanner.qrc
201
%%QT_EXAMPLEDIR%%/canvas3d/3rdparty/ThreeJSLoader.js
202
%%QT_EXAMPLEDIR%%/canvas3d/3rdparty/gl-matrix.js
203
%%QT_EXAMPLEDIR%%/canvas3d/3rdparty/three.js
204
%%QT_EXAMPLEDIR%%/canvas3d/3rdparty/threex.planets.js
205
%%QT_EXAMPLEDIR%%/canvas3d/canvas3d.pro
206
%%QT_EXAMPLEDIR%%/canvas3d/framebuffer/doc/images/framebuffer-example.png
207
%%QT_EXAMPLEDIR%%/canvas3d/framebuffer/doc/src/framebuffer.qdoc
208
%%QT_EXAMPLEDIR%%/canvas3d/framebuffer/framebuffer.pro
209
%%QT_EXAMPLEDIR%%/canvas3d/framebuffer/framebuffer.qrc
210
%%QT_EXAMPLEDIR%%/canvas3d/framebuffer/main.cpp
211
%%QT_EXAMPLEDIR%%/canvas3d/framebuffer/qml/framebuffer/framebuffer.js
212
%%QT_EXAMPLEDIR%%/canvas3d/framebuffer/qml/framebuffer/main.qml
213
%%QT_EXAMPLEDIR%%/canvas3d/framebuffer/qml/framebuffer/qtlogo.png
214
%%QT_EXAMPLEDIR%%/canvas3d/interaction/3dmodels.txt
215
%%QT_EXAMPLEDIR%%/canvas3d/interaction/doc/images/interaction-example.png
216
%%QT_EXAMPLEDIR%%/canvas3d/interaction/doc/src/interaction.qdoc
217
%%QT_EXAMPLEDIR%%/canvas3d/interaction/interaction.pro
218
%%QT_EXAMPLEDIR%%/canvas3d/interaction/interaction.qrc
219
%%QT_EXAMPLEDIR%%/canvas3d/interaction/main.cpp
220
%%QT_EXAMPLEDIR%%/canvas3d/interaction/qml/interaction/barrel.jpg
221
%%QT_EXAMPLEDIR%%/canvas3d/interaction/qml/interaction/barrel.json
222
%%QT_EXAMPLEDIR%%/canvas3d/interaction/qml/interaction/interaction.js
223
%%QT_EXAMPLEDIR%%/canvas3d/interaction/qml/interaction/main.qml
224
%%QT_EXAMPLEDIR%%/canvas3d/interaction/readme.txt
225
%%QT_EXAMPLEDIR%%/canvas3d/jsonmodels/3dmodels.txt
226
%%QT_EXAMPLEDIR%%/canvas3d/jsonmodels/doc/images/jsonmodels-example.png
227
%%QT_EXAMPLEDIR%%/canvas3d/jsonmodels/doc/src/jsonmodels.qdoc
228
%%QT_EXAMPLEDIR%%/canvas3d/jsonmodels/jsonmodels.pro
229
%%QT_EXAMPLEDIR%%/canvas3d/jsonmodels/main.cpp
230
%%QT_EXAMPLEDIR%%/canvas3d/jsonmodels/qml.qrc
231
%%QT_EXAMPLEDIR%%/canvas3d/jsonmodels/qml/jsonmodels/bush.json
232
%%QT_EXAMPLEDIR%%/canvas3d/jsonmodels/qml/jsonmodels/bush.png
233
%%QT_EXAMPLEDIR%%/canvas3d/jsonmodels/qml/jsonmodels/gold.jpg
234
%%QT_EXAMPLEDIR%%/canvas3d/jsonmodels/qml/jsonmodels/gold.json
235
%%QT_EXAMPLEDIR%%/canvas3d/jsonmodels/qml/jsonmodels/jsonmodels.js
236
%%QT_EXAMPLEDIR%%/canvas3d/jsonmodels/qml/jsonmodels/jsonmodels.qml
237
%%QT_EXAMPLEDIR%%/canvas3d/jsonmodels/qml/jsonmodels/pallet.jpg
238
%%QT_EXAMPLEDIR%%/canvas3d/jsonmodels/qml/jsonmodels/pallet.json
239
%%QT_EXAMPLEDIR%%/canvas3d/jsonmodels/qml/jsonmodels/rock.jpg
240
%%QT_EXAMPLEDIR%%/canvas3d/jsonmodels/qml/jsonmodels/rock.json
241
%%QT_EXAMPLEDIR%%/canvas3d/jsonmodels/qml/jsonmodels/woodbox.jpg
242
%%QT_EXAMPLEDIR%%/canvas3d/jsonmodels/qml/jsonmodels/woodbox.json
243
%%QT_EXAMPLEDIR%%/canvas3d/jsonmodels/readme.txt
244
%%QT_EXAMPLEDIR%%/canvas3d/quickitemtexture/doc/images/quickitemtexture-example.png
245
%%QT_EXAMPLEDIR%%/canvas3d/quickitemtexture/doc/src/quickitemtexture.qdoc
246
%%QT_EXAMPLEDIR%%/canvas3d/quickitemtexture/main.cpp
247
%%QT_EXAMPLEDIR%%/canvas3d/quickitemtexture/qml/quickitemtexture/main.qml
248
%%QT_EXAMPLEDIR%%/canvas3d/quickitemtexture/qml/quickitemtexture/quickitemtexture.js
249
%%QT_EXAMPLEDIR%%/canvas3d/quickitemtexture/quickitemtexture.pro
250
%%QT_EXAMPLEDIR%%/canvas3d/quickitemtexture/quickitemtexture.qrc
251
%%QT_EXAMPLEDIR%%/canvas3d/textureandlight/doc/images/textureandlight-example.png
252
%%QT_EXAMPLEDIR%%/canvas3d/textureandlight/doc/src/textureandlight.qdoc
253
%%QT_EXAMPLEDIR%%/canvas3d/textureandlight/main.cpp
254
%%QT_EXAMPLEDIR%%/canvas3d/textureandlight/qml/textureandlight/main.qml
255
%%QT_EXAMPLEDIR%%/canvas3d/textureandlight/qml/textureandlight/qtlogo.png
256
%%QT_EXAMPLEDIR%%/canvas3d/textureandlight/qml/textureandlight/textureandlight.js
257
%%QT_EXAMPLEDIR%%/canvas3d/textureandlight/textureandlight.pro
258
%%QT_EXAMPLEDIR%%/canvas3d/textureandlight/textureandlight.qrc
259
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/cellphone.pro
260
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/cellphone.qrc
261
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/doc/images/cellphone-example.png
262
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/doc/src/cellphone.qdoc
263
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/images/calendar.png
264
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/images/camera.png
265
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/images/clock.png
266
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/images/contacts.png
267
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/images/gallery.png
268
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/images/games.png
269
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/images/lock.png
270
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/images/mail.png
271
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/images/maps.png
272
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/images/menu_background.jpg
273
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/images/music.png
274
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/images/plutomap1k.jpg
275
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/images/qtlogo_with_alpha.png
276
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/images/settings.png
277
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/images/todo.png
278
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/images/videos.png
279
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/main.cpp
280
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/qml/cellphone/cellphone.js
281
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/qml/cellphone/cellphone_case.json
282
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/qml/cellphone/cellphone_front.json
283
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/qml/cellphone/cellphone_icon.json
284
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/qml/cellphone/cellphoneapp.qml
285
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/qml/cellphone/cellphonecanvas.qml
286
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/qml/cellphone/colorselector.qml
287
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/qml/cellphone/fpsdisplay.qml
288
%%QT_EXAMPLEDIR%%/canvas3d/threejs/cellphone/qml/cellphone/main.qml
289
%%QT_EXAMPLEDIR%%/canvas3d/threejs/controls/ControlEventSource.qml
290
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/ImageCube.qml
291
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/InfoSheet.qml
292
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/Navibutton.qml
293
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/SwipeArea.qml
294
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/doc/images/oneqt-example.png
295
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/doc/src/oneqt.qdoc
296
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/imagecube.js
297
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/ios/Info.plist
298
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/ios/OneQtIcon29x29.png
299
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/ios/OneQtIcon29x29@2x.png
300
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/ios/OneQtIcon29x29@2x~ipad.png
301
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/ios/OneQtIcon29x29~ipad.png
302
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/ios/OneQtIcon40x40@2x.png
303
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/ios/OneQtIcon40x40@2x~ipad.png
304
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/ios/OneQtIcon40x40~ipad.png
305
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/ios/OneQtIcon50x50@2x~ipad.png
306
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/ios/OneQtIcon50x50~ipad.png
307
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/ios/OneQtIcon57x57.png
308
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/ios/OneQtIcon57x57@2x.png
309
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/ios/OneQtIcon60x60@2x.png
310
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/ios/OneQtIcon72x72@2x~ipad.png
311
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/ios/OneQtIcon72x72~ipad.png
312
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/ios/OneQtIcon76x76@2x~ipad.png
313
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/ios/OneQtIcon76x76~ipad.png
314
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/main.cpp
315
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/oneqt.pro
316
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/oneqt.qml
317
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/oneqt.qrc
318
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/textures/dataviz.jpg
319
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/textures/devices.png
320
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/textures/embedded.png
321
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/textures/iot.png
322
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/textures/multiscreen.png
323
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/textures/puzzle-pieces.png
324
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/textures/qtlogo.png
325
%%QT_EXAMPLEDIR%%/canvas3d/threejs/oneqt/textures/qtlogosmall.png
326
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/FpsDisplay.qml
327
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/InfoSheet.qml
328
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/PlanetButton.qml
329
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/StyledSlider.qml
330
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/doc/images/planets-example.jpg
331
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/doc/src/planets.qdoc
332
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/earth.png
333
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/earthbump1k.jpg
334
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/earthcloudmapcolortrans.png
335
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/earthmap1k.jpg
336
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/earthspec1k.jpg
337
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/galaxy_starfield.png
338
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/jupiter.png
339
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/jupitermap.jpg
340
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/mars.png
341
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/marsbump1k.jpg
342
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/marsmap1k.jpg
343
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/mercury.png
344
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/mercurybump.jpg
345
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/mercurymap.jpg
346
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/moonbump1k.jpg
347
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/moonmap1k.jpg
348
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/neptune.png
349
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/neptunemap.jpg
350
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/plutobump1k.jpg
351
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/plutomap1k.jpg
352
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/saturn.png
353
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/saturnmap.jpg
354
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/saturnringcolortrans.png
355
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/sun.png
356
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/sunmap.jpg
357
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/uranus.png
358
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/uranusmap.jpg
359
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/uranusringcolortrans.png
360
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/venus.png
361
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/venusbump.jpg
362
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/images/venusmap.jpg
363
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/ios/AppIcon29x29.png
364
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/ios/AppIcon29x29@2x.png
365
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/ios/AppIcon29x29@2x~ipad.png
366
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/ios/AppIcon29x29~ipad.png
367
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/ios/AppIcon40x40@2x.png
368
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/ios/AppIcon40x40@2x~ipad.png
369
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/ios/AppIcon40x40~ipad.png
370
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/ios/AppIcon50x50@2x~ipad.png
371
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/ios/AppIcon50x50~ipad.png
372
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/ios/AppIcon57x57.png
373
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/ios/AppIcon57x57@2x.png
374
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/ios/AppIcon60x60@2x.png
375
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/ios/AppIcon72x72@2x~ipad.png
376
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/ios/AppIcon72x72~ipad.png
377
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/ios/AppIcon76x76@2x~ipad.png
378
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/ios/AppIcon76x76~ipad.png
379
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/ios/Info.plist
380
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/main.cpp
381
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/planets.js
382
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/planets.pro
383
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/planets.qml
384
%%QT_EXAMPLEDIR%%/canvas3d/threejs/planets/planets.qrc
385
%%QT_EXAMPLEDIR%%/canvas3d/threejs/threejs.pro
386
%%QT_EXAMPLEDIR%%/charts/areachart/areachart.pro
314
%%QT_EXAMPLEDIR%%/charts/areachart/areachart.pro
387
%%QT_EXAMPLEDIR%%/charts/areachart/main.cpp
315
%%QT_EXAMPLEDIR%%/charts/areachart/main.cpp
388
%%QT_EXAMPLEDIR%%/charts/audio/audio.pro
316
%%QT_EXAMPLEDIR%%/charts/audio/audio.pro
Lines 721-726 Link Here
721
%%QT_EXAMPLEDIR%%/corelib/tools/doc/src/contiguouscache.qdoc
649
%%QT_EXAMPLEDIR%%/corelib/tools/doc/src/contiguouscache.qdoc
722
%%QT_EXAMPLEDIR%%/corelib/tools/doc/src/customtype.qdoc
650
%%QT_EXAMPLEDIR%%/corelib/tools/doc/src/customtype.qdoc
723
%%QT_EXAMPLEDIR%%/corelib/tools/tools.pro
651
%%QT_EXAMPLEDIR%%/corelib/tools/tools.pro
652
%%QT_EXAMPLEDIR%%/datavisualization/audiolevels/audiolevels.cpp
653
%%QT_EXAMPLEDIR%%/datavisualization/audiolevels/audiolevels.h
654
%%QT_EXAMPLEDIR%%/datavisualization/audiolevels/audiolevels.pro
655
%%QT_EXAMPLEDIR%%/datavisualization/audiolevels/audiolevelsiodevice.cpp
656
%%QT_EXAMPLEDIR%%/datavisualization/audiolevels/audiolevelsiodevice.h
657
%%QT_EXAMPLEDIR%%/datavisualization/audiolevels/doc/images/audiolevels-example.png
658
%%QT_EXAMPLEDIR%%/datavisualization/audiolevels/doc/src/audiolevels.qdoc
659
%%QT_EXAMPLEDIR%%/datavisualization/audiolevels/main.cpp
660
%%QT_EXAMPLEDIR%%/datavisualization/bars/bars.pro
661
%%QT_EXAMPLEDIR%%/datavisualization/bars/doc/images/bars-example.png
662
%%QT_EXAMPLEDIR%%/datavisualization/bars/doc/src/bars.qdoc
663
%%QT_EXAMPLEDIR%%/datavisualization/bars/graphmodifier.cpp
664
%%QT_EXAMPLEDIR%%/datavisualization/bars/graphmodifier.h
665
%%QT_EXAMPLEDIR%%/datavisualization/bars/main.cpp
666
%%QT_EXAMPLEDIR%%/datavisualization/custominput/custominput.pro
667
%%QT_EXAMPLEDIR%%/datavisualization/custominput/custominput.qrc
668
%%QT_EXAMPLEDIR%%/datavisualization/custominput/custominputhandler.cpp
669
%%QT_EXAMPLEDIR%%/datavisualization/custominput/custominputhandler.h
670
%%QT_EXAMPLEDIR%%/datavisualization/custominput/data/data.txt
671
%%QT_EXAMPLEDIR%%/datavisualization/custominput/doc/images/custominput-example.png
672
%%QT_EXAMPLEDIR%%/datavisualization/custominput/doc/src/custominput.qdoc
673
%%QT_EXAMPLEDIR%%/datavisualization/custominput/main.cpp
674
%%QT_EXAMPLEDIR%%/datavisualization/custominput/scatterdatamodifier.cpp
675
%%QT_EXAMPLEDIR%%/datavisualization/custominput/scatterdatamodifier.h
676
%%QT_EXAMPLEDIR%%/datavisualization/customitems/customitemgraph.cpp
677
%%QT_EXAMPLEDIR%%/datavisualization/customitems/customitemgraph.h
678
%%QT_EXAMPLEDIR%%/datavisualization/customitems/customitems.pro
679
%%QT_EXAMPLEDIR%%/datavisualization/customitems/customitems.qrc
680
%%QT_EXAMPLEDIR%%/datavisualization/customitems/doc/images/customitems-example.png
681
%%QT_EXAMPLEDIR%%/datavisualization/customitems/doc/src/customitems.qdoc
682
%%QT_EXAMPLEDIR%%/datavisualization/customitems/layer_1.png
683
%%QT_EXAMPLEDIR%%/datavisualization/customitems/layer_2.png
684
%%QT_EXAMPLEDIR%%/datavisualization/customitems/layer_3.png
685
%%QT_EXAMPLEDIR%%/datavisualization/customitems/main.cpp
686
%%QT_EXAMPLEDIR%%/datavisualization/customitems/oilrig.obj
687
%%QT_EXAMPLEDIR%%/datavisualization/customitems/pipe.obj
688
%%QT_EXAMPLEDIR%%/datavisualization/customitems/refinery.obj
689
%%QT_EXAMPLEDIR%%/datavisualization/customproxy/customproxy.pro
690
%%QT_EXAMPLEDIR%%/datavisualization/customproxy/customproxy.qrc
691
%%QT_EXAMPLEDIR%%/datavisualization/customproxy/data/raindata.txt
692
%%QT_EXAMPLEDIR%%/datavisualization/customproxy/doc/images/customproxy-example.png
693
%%QT_EXAMPLEDIR%%/datavisualization/customproxy/doc/src/customproxy.qdoc
694
%%QT_EXAMPLEDIR%%/datavisualization/customproxy/main.cpp
695
%%QT_EXAMPLEDIR%%/datavisualization/customproxy/rainfallgraph.cpp
696
%%QT_EXAMPLEDIR%%/datavisualization/customproxy/rainfallgraph.h
697
%%QT_EXAMPLEDIR%%/datavisualization/customproxy/variantbardatamapping.cpp
698
%%QT_EXAMPLEDIR%%/datavisualization/customproxy/variantbardatamapping.h
699
%%QT_EXAMPLEDIR%%/datavisualization/customproxy/variantbardataproxy.cpp
700
%%QT_EXAMPLEDIR%%/datavisualization/customproxy/variantbardataproxy.h
701
%%QT_EXAMPLEDIR%%/datavisualization/customproxy/variantdataset.cpp
702
%%QT_EXAMPLEDIR%%/datavisualization/customproxy/variantdataset.h
703
%%QT_EXAMPLEDIR%%/datavisualization/datavisualization.pro
704
%%QT_EXAMPLEDIR%%/datavisualization/draggableaxes/axesinputhandler.cpp
705
%%QT_EXAMPLEDIR%%/datavisualization/draggableaxes/axesinputhandler.h
706
%%QT_EXAMPLEDIR%%/datavisualization/draggableaxes/data.cpp
707
%%QT_EXAMPLEDIR%%/datavisualization/draggableaxes/data.h
708
%%QT_EXAMPLEDIR%%/datavisualization/draggableaxes/doc/images/draggableaxes-example.png
709
%%QT_EXAMPLEDIR%%/datavisualization/draggableaxes/doc/src/draggableaxes.qdoc
710
%%QT_EXAMPLEDIR%%/datavisualization/draggableaxes/draggableaxes.pro
711
%%QT_EXAMPLEDIR%%/datavisualization/draggableaxes/main.cpp
712
%%QT_EXAMPLEDIR%%/datavisualization/examples.pri
713
%%QT_EXAMPLEDIR%%/datavisualization/itemmodel/doc/images/itemmodel-example-2.png
714
%%QT_EXAMPLEDIR%%/datavisualization/itemmodel/doc/images/itemmodel-example.png
715
%%QT_EXAMPLEDIR%%/datavisualization/itemmodel/doc/src/itemmodel.qdoc
716
%%QT_EXAMPLEDIR%%/datavisualization/itemmodel/itemmodel.pro
717
%%QT_EXAMPLEDIR%%/datavisualization/itemmodel/main.cpp
718
%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisdrag/doc/images/qmlaxisdrag-example.png
719
%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisdrag/doc/src/qmlaxisdrag.qdoc
720
%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisdrag/main.cpp
721
%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisdrag/qml/qmlaxisdrag/NewButton.qml
722
%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisdrag/qml/qmlaxisdrag/cube.obj
723
%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisdrag/qml/qmlaxisdrag/cubetexture.png
724
%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisdrag/qml/qmlaxisdrag/main.qml
725
%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisdrag/qmlaxisdrag.pro
726
%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisdrag/qmlaxisdrag.qrc
727
%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisformatter/customformatter.cpp
728
%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisformatter/customformatter.h
729
%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisformatter/doc/images/qmlaxisformatter-example.png
730
%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisformatter/doc/src/qmlaxisformatter.qdoc
731
%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisformatter/main.cpp
732
%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisformatter/qml/qmlaxisformatter/Data.qml
733
%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisformatter/qml/qmlaxisformatter/NewButton.qml
734
%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisformatter/qml/qmlaxisformatter/main.qml
735
%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisformatter/qmlaxisformatter.pro
736
%%QT_EXAMPLEDIR%%/datavisualization/qmlaxisformatter/qmlaxisformatter.qrc
737
%%QT_EXAMPLEDIR%%/datavisualization/qmlbars/doc/images/qmlbars-example.png
738
%%QT_EXAMPLEDIR%%/datavisualization/qmlbars/doc/src/qmlbars.qdoc
739
%%QT_EXAMPLEDIR%%/datavisualization/qmlbars/main.cpp
740
%%QT_EXAMPLEDIR%%/datavisualization/qmlbars/qml/qmlbars/Axes.qml
741
%%QT_EXAMPLEDIR%%/datavisualization/qmlbars/qml/qmlbars/Data.qml
742
%%QT_EXAMPLEDIR%%/datavisualization/qmlbars/qml/qmlbars/main.qml
743
%%QT_EXAMPLEDIR%%/datavisualization/qmlbars/qmlbars.pro
744
%%QT_EXAMPLEDIR%%/datavisualization/qmlbars/qmlbars.qrc
745
%%QT_EXAMPLEDIR%%/datavisualization/qmlcustominput/doc/images/qmlcustominput-example.png
746
%%QT_EXAMPLEDIR%%/datavisualization/qmlcustominput/doc/src/qmlcustominput.qdoc
747
%%QT_EXAMPLEDIR%%/datavisualization/qmlcustominput/main.cpp
748
%%QT_EXAMPLEDIR%%/datavisualization/qmlcustominput/qml/qmlcustominput/Data.qml
749
%%QT_EXAMPLEDIR%%/datavisualization/qmlcustominput/qml/qmlcustominput/NewButton.qml
750
%%QT_EXAMPLEDIR%%/datavisualization/qmlcustominput/qml/qmlcustominput/main.qml
751
%%QT_EXAMPLEDIR%%/datavisualization/qmlcustominput/qmlcustominput.pro
752
%%QT_EXAMPLEDIR%%/datavisualization/qmlcustominput/qmlcustominput.qrc
753
%%QT_EXAMPLEDIR%%/datavisualization/qmllegend/doc/images/qmllegend-example.png
754
%%QT_EXAMPLEDIR%%/datavisualization/qmllegend/doc/src/qmllegend.qdoc
755
%%QT_EXAMPLEDIR%%/datavisualization/qmllegend/main.cpp
756
%%QT_EXAMPLEDIR%%/datavisualization/qmllegend/qml/qmllegend/Data.qml
757
%%QT_EXAMPLEDIR%%/datavisualization/qmllegend/qml/qmllegend/LegendItem.qml
758
%%QT_EXAMPLEDIR%%/datavisualization/qmllegend/qml/qmllegend/NewButton.qml
759
%%QT_EXAMPLEDIR%%/datavisualization/qmllegend/qml/qmllegend/main.qml
760
%%QT_EXAMPLEDIR%%/datavisualization/qmllegend/qmllegend.pro
761
%%QT_EXAMPLEDIR%%/datavisualization/qmllegend/qmllegend.qrc
762
%%QT_EXAMPLEDIR%%/datavisualization/qmlmultigraph/doc/images/qmlmultigraph-example.png
763
%%QT_EXAMPLEDIR%%/datavisualization/qmlmultigraph/doc/src/qmlmultigraph.qdoc
764
%%QT_EXAMPLEDIR%%/datavisualization/qmlmultigraph/main.cpp
765
%%QT_EXAMPLEDIR%%/datavisualization/qmlmultigraph/qml/qmlmultigraph/Data.qml
766
%%QT_EXAMPLEDIR%%/datavisualization/qmlmultigraph/qml/qmlmultigraph/NewButton.qml
767
%%QT_EXAMPLEDIR%%/datavisualization/qmlmultigraph/qml/qmlmultigraph/main.qml
768
%%QT_EXAMPLEDIR%%/datavisualization/qmlmultigraph/qmlmultigraph.pro
769
%%QT_EXAMPLEDIR%%/datavisualization/qmlmultigraph/qmlmultigraph.qrc
770
%%QT_EXAMPLEDIR%%/datavisualization/qmloscilloscope/datasource.cpp
771
%%QT_EXAMPLEDIR%%/datavisualization/qmloscilloscope/datasource.h
772
%%QT_EXAMPLEDIR%%/datavisualization/qmloscilloscope/doc/images/qmloscilloscope-example.png
773
%%QT_EXAMPLEDIR%%/datavisualization/qmloscilloscope/doc/src/qmloscilloscope.qdoc
774
%%QT_EXAMPLEDIR%%/datavisualization/qmloscilloscope/main.cpp
775
%%QT_EXAMPLEDIR%%/datavisualization/qmloscilloscope/qml/qmloscilloscope/NewButton.qml
776
%%QT_EXAMPLEDIR%%/datavisualization/qmloscilloscope/qml/qmloscilloscope/main.qml
777
%%QT_EXAMPLEDIR%%/datavisualization/qmloscilloscope/qmloscilloscope.pro
778
%%QT_EXAMPLEDIR%%/datavisualization/qmloscilloscope/qmloscilloscope.qrc
779
%%QT_EXAMPLEDIR%%/datavisualization/qmlscatter/doc/images/qmlscatter-example.png
780
%%QT_EXAMPLEDIR%%/datavisualization/qmlscatter/doc/src/qmlscatter.qdoc
781
%%QT_EXAMPLEDIR%%/datavisualization/qmlscatter/main.cpp
782
%%QT_EXAMPLEDIR%%/datavisualization/qmlscatter/qml/qmlscatter/Data.qml
783
%%QT_EXAMPLEDIR%%/datavisualization/qmlscatter/qml/qmlscatter/NewButton.qml
784
%%QT_EXAMPLEDIR%%/datavisualization/qmlscatter/qml/qmlscatter/main.qml
785
%%QT_EXAMPLEDIR%%/datavisualization/qmlscatter/qmlscatter.pro
786
%%QT_EXAMPLEDIR%%/datavisualization/qmlscatter/qmlscatter.qrc
787
%%QT_EXAMPLEDIR%%/datavisualization/qmlspectrogram/doc/images/qmlspectrogram-example.png
788
%%QT_EXAMPLEDIR%%/datavisualization/qmlspectrogram/doc/src/qmlspectrogram.qdoc
789
%%QT_EXAMPLEDIR%%/datavisualization/qmlspectrogram/main.cpp
790
%%QT_EXAMPLEDIR%%/datavisualization/qmlspectrogram/qml/qmlspectrogram/Data.qml
791
%%QT_EXAMPLEDIR%%/datavisualization/qmlspectrogram/qml/qmlspectrogram/NewButton.qml
792
%%QT_EXAMPLEDIR%%/datavisualization/qmlspectrogram/qml/qmlspectrogram/main.qml
793
%%QT_EXAMPLEDIR%%/datavisualization/qmlspectrogram/qmlspectrogram.pro
794
%%QT_EXAMPLEDIR%%/datavisualization/qmlspectrogram/qmlspectrogram.qrc
795
%%QT_EXAMPLEDIR%%/datavisualization/qmlsurface/doc/images/qmlsurface-example.png
796
%%QT_EXAMPLEDIR%%/datavisualization/qmlsurface/doc/src/qmlsurface.qdoc
797
%%QT_EXAMPLEDIR%%/datavisualization/qmlsurface/heightmap.png
798
%%QT_EXAMPLEDIR%%/datavisualization/qmlsurface/main.cpp
799
%%QT_EXAMPLEDIR%%/datavisualization/qmlsurface/qml/qmlsurface/Data.qml
800
%%QT_EXAMPLEDIR%%/datavisualization/qmlsurface/qml/qmlsurface/NewButton.qml
801
%%QT_EXAMPLEDIR%%/datavisualization/qmlsurface/qml/qmlsurface/main.qml
802
%%QT_EXAMPLEDIR%%/datavisualization/qmlsurface/qmlsurface.pro
803
%%QT_EXAMPLEDIR%%/datavisualization/qmlsurface/qmlsurface.qrc
804
%%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacelayers/doc/images/qmlsurfacelayers-example.png
805
%%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacelayers/doc/src/qmlsurfacelayers.qdoc
806
%%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacelayers/layer_1.png
807
%%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacelayers/layer_2.png
808
%%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacelayers/layer_3.png
809
%%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacelayers/main.cpp
810
%%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacelayers/qml/qmlsurfacelayers/NewButton.qml
811
%%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacelayers/qml/qmlsurfacelayers/main.qml
812
%%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacelayers/qmlsurfacelayers.pro
813
%%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacelayers/qmlsurfacelayers.qrc
814
%%QT_EXAMPLEDIR%%/datavisualization/rotations/doc/images/rotations-example.png
815
%%QT_EXAMPLEDIR%%/datavisualization/rotations/doc/src/rotations.qdoc
816
%%QT_EXAMPLEDIR%%/datavisualization/rotations/main.cpp
817
%%QT_EXAMPLEDIR%%/datavisualization/rotations/mesh/largesphere.obj
818
%%QT_EXAMPLEDIR%%/datavisualization/rotations/mesh/narrowarrow.obj
819
%%QT_EXAMPLEDIR%%/datavisualization/rotations/rotations.pro
820
%%QT_EXAMPLEDIR%%/datavisualization/rotations/rotations.qrc
821
%%QT_EXAMPLEDIR%%/datavisualization/rotations/scatterdatamodifier.cpp
822
%%QT_EXAMPLEDIR%%/datavisualization/rotations/scatterdatamodifier.h
823
%%QT_EXAMPLEDIR%%/datavisualization/scatter/doc/images/scatter-example.png
824
%%QT_EXAMPLEDIR%%/datavisualization/scatter/doc/src/scatter.qdoc
825
%%QT_EXAMPLEDIR%%/datavisualization/scatter/main.cpp
826
%%QT_EXAMPLEDIR%%/datavisualization/scatter/scatter.pro
827
%%QT_EXAMPLEDIR%%/datavisualization/scatter/scatterdatamodifier.cpp
828
%%QT_EXAMPLEDIR%%/datavisualization/scatter/scatterdatamodifier.h
829
%%QT_EXAMPLEDIR%%/datavisualization/surface/doc/images/surface-example.png
830
%%QT_EXAMPLEDIR%%/datavisualization/surface/doc/src/surface.qdoc
831
%%QT_EXAMPLEDIR%%/datavisualization/surface/main.cpp
832
%%QT_EXAMPLEDIR%%/datavisualization/surface/mountain.png
833
%%QT_EXAMPLEDIR%%/datavisualization/surface/surface.pro
834
%%QT_EXAMPLEDIR%%/datavisualization/surface/surface.qrc
835
%%QT_EXAMPLEDIR%%/datavisualization/surface/surfacegraph.cpp
836
%%QT_EXAMPLEDIR%%/datavisualization/surface/surfacegraph.h
837
%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/custominputhandler.cpp
838
%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/custominputhandler.h
839
%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/doc/images/texturesurface-example.png
840
%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/doc/src/texturesurface.qdoc
841
%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/highlightseries.cpp
842
%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/highlightseries.h
843
%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/license.txt
844
%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/main.cpp
845
%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/maptexture.jpg
846
%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/surfacegraph.cpp
847
%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/surfacegraph.h
848
%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/texturedsurface.qrc
849
%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/texturesurface.pro
850
%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/topographicseries.cpp
851
%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/topographicseries.h
852
%%QT_EXAMPLEDIR%%/datavisualization/texturesurface/topography.png
853
%%QT_EXAMPLEDIR%%/datavisualization/volumetric/doc/images/volumetric-example.png
854
%%QT_EXAMPLEDIR%%/datavisualization/volumetric/doc/src/volumetric.qdoc
855
%%QT_EXAMPLEDIR%%/datavisualization/volumetric/layer_ground.png
856
%%QT_EXAMPLEDIR%%/datavisualization/volumetric/layer_magma.png
857
%%QT_EXAMPLEDIR%%/datavisualization/volumetric/layer_water.png
858
%%QT_EXAMPLEDIR%%/datavisualization/volumetric/main.cpp
859
%%QT_EXAMPLEDIR%%/datavisualization/volumetric/volumetric.cpp
860
%%QT_EXAMPLEDIR%%/datavisualization/volumetric/volumetric.h
861
%%QT_EXAMPLEDIR%%/datavisualization/volumetric/volumetric.pro
862
%%QT_EXAMPLEDIR%%/datavisualization/volumetric/volumetric.qrc
724
%%QT_EXAMPLEDIR%%/dbus/chat/chat.cpp
863
%%QT_EXAMPLEDIR%%/dbus/chat/chat.cpp
725
%%QT_EXAMPLEDIR%%/dbus/chat/chat.h
864
%%QT_EXAMPLEDIR%%/dbus/chat/chat.h
726
%%QT_EXAMPLEDIR%%/dbus/chat/chat.pro
865
%%QT_EXAMPLEDIR%%/dbus/chat/chat.pro
Lines 764-769 Link Here
764
%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/doc/images/remotecontrolledcar-car-example.png
903
%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/doc/images/remotecontrolledcar-car-example.png
765
%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc
904
%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc
766
%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/remotecontrolledcar.pro
905
%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/remotecontrolledcar.pro
906
%%QT_EXAMPLEDIR%%/demos/calqlatr/calqlatr.pro
907
%%QT_EXAMPLEDIR%%/demos/calqlatr/calqlatr.qml
908
%%QT_EXAMPLEDIR%%/demos/calqlatr/calqlatr.qmlproject
909
%%QT_EXAMPLEDIR%%/demos/calqlatr/calqlatr.qrc
910
%%QT_EXAMPLEDIR%%/demos/calqlatr/content/Button.qml
911
%%QT_EXAMPLEDIR%%/demos/calqlatr/content/Display.qml
912
%%QT_EXAMPLEDIR%%/demos/calqlatr/content/NumberPad.qml
913
%%QT_EXAMPLEDIR%%/demos/calqlatr/content/calculator.js
914
%%QT_EXAMPLEDIR%%/demos/calqlatr/content/images/paper-edge-left.png
915
%%QT_EXAMPLEDIR%%/demos/calqlatr/content/images/paper-edge-right.png
916
%%QT_EXAMPLEDIR%%/demos/calqlatr/content/images/paper-grip.png
917
%%QT_EXAMPLEDIR%%/demos/calqlatr/doc/images/qtquick-demo-calqlatr.png
918
%%QT_EXAMPLEDIR%%/demos/calqlatr/doc/src/calqlatr.qdoc
919
%%QT_EXAMPLEDIR%%/demos/calqlatr/main.cpp
920
%%QT_EXAMPLEDIR%%/demos/clocks/clocks.pro
921
%%QT_EXAMPLEDIR%%/demos/clocks/clocks.qml
922
%%QT_EXAMPLEDIR%%/demos/clocks/clocks.qmlproject
923
%%QT_EXAMPLEDIR%%/demos/clocks/clocks.qrc
924
%%QT_EXAMPLEDIR%%/demos/clocks/content/Clock.qml
925
%%QT_EXAMPLEDIR%%/demos/clocks/content/arrow.png
926
%%QT_EXAMPLEDIR%%/demos/clocks/content/background.png
927
%%QT_EXAMPLEDIR%%/demos/clocks/content/center.png
928
%%QT_EXAMPLEDIR%%/demos/clocks/content/clock-night.png
929
%%QT_EXAMPLEDIR%%/demos/clocks/content/clock.png
930
%%QT_EXAMPLEDIR%%/demos/clocks/content/hour.png
931
%%QT_EXAMPLEDIR%%/demos/clocks/content/minute.png
932
%%QT_EXAMPLEDIR%%/demos/clocks/content/quit.png
933
%%QT_EXAMPLEDIR%%/demos/clocks/content/second.png
934
%%QT_EXAMPLEDIR%%/demos/clocks/doc/images/qtquick-demo-clocks-small.png
935
%%QT_EXAMPLEDIR%%/demos/clocks/doc/src/clocks.qdoc
936
%%QT_EXAMPLEDIR%%/demos/clocks/main.cpp
937
%%QT_EXAMPLEDIR%%/demos/coffee/ApplicationFlow.qml
938
%%QT_EXAMPLEDIR%%/demos/coffee/ApplicationFlowForm.ui.qml
939
%%QT_EXAMPLEDIR%%/demos/coffee/Brewing.qml
940
%%QT_EXAMPLEDIR%%/demos/coffee/BrewingForm.ui.qml
941
%%QT_EXAMPLEDIR%%/demos/coffee/ChoosingCoffee.ui.qml
942
%%QT_EXAMPLEDIR%%/demos/coffee/CoffeeButton.qml
943
%%QT_EXAMPLEDIR%%/demos/coffee/Cup.qml
944
%%QT_EXAMPLEDIR%%/demos/coffee/CupForm.ui.qml
945
%%QT_EXAMPLEDIR%%/demos/coffee/EmptyCup.qml
946
%%QT_EXAMPLEDIR%%/demos/coffee/EmptyCupForm.ui.qml
947
%%QT_EXAMPLEDIR%%/demos/coffee/LICENSE.txt
948
%%QT_EXAMPLEDIR%%/demos/coffee/NavigationButton.ui.qml
949
%%QT_EXAMPLEDIR%%/demos/coffee/SideBar.qml
950
%%QT_EXAMPLEDIR%%/demos/coffee/SideBarForm.ui.qml
951
%%QT_EXAMPLEDIR%%/demos/coffee/coffee.pro
952
%%QT_EXAMPLEDIR%%/demos/coffee/coffee.qdoc
953
%%QT_EXAMPLEDIR%%/demos/coffee/images/cup structure/coffee_cup_large.png
954
%%QT_EXAMPLEDIR%%/demos/coffee/images/cup structure/coffee_cup_outline.png
955
%%QT_EXAMPLEDIR%%/demos/coffee/images/cup structure/cup elements/coffee_cup_back.png
956
%%QT_EXAMPLEDIR%%/demos/coffee/images/cup structure/cup elements/coffee_cup_coverplate.png
957
%%QT_EXAMPLEDIR%%/demos/coffee/images/cup structure/cup elements/coffee_cup_front.png
958
%%QT_EXAMPLEDIR%%/demos/coffee/images/cup structure/liquids/liquid_coffee.png
959
%%QT_EXAMPLEDIR%%/demos/coffee/images/cup structure/liquids/liquid_foam.png
960
%%QT_EXAMPLEDIR%%/demos/coffee/images/cup structure/liquids/liquid_milk.png
961
%%QT_EXAMPLEDIR%%/demos/coffee/images/icons/coffees/Americano.png
962
%%QT_EXAMPLEDIR%%/demos/coffee/images/icons/coffees/Espresso.png
963
%%QT_EXAMPLEDIR%%/demos/coffee/images/icons/coffees/Latte.png
964
%%QT_EXAMPLEDIR%%/demos/coffee/images/icons/coffees/Macchiato.png
965
%%QT_EXAMPLEDIR%%/demos/coffee/images/icons/coffees/cappucino.png
966
%%QT_EXAMPLEDIR%%/demos/coffee/images/icons/contents/coffee.png
967
%%QT_EXAMPLEDIR%%/demos/coffee/images/icons/contents/milk.png
968
%%QT_EXAMPLEDIR%%/demos/coffee/images/icons/contents/sugar.png
969
%%QT_EXAMPLEDIR%%/demos/coffee/images/ui controls/buttons/back/white.png
970
%%QT_EXAMPLEDIR%%/demos/coffee/images/ui controls/buttons/go/white.png
971
%%QT_EXAMPLEDIR%%/demos/coffee/images/ui controls/line.png
972
%%QT_EXAMPLEDIR%%/demos/coffee/imports/Coffee/Constants.qml
973
%%QT_EXAMPLEDIR%%/demos/coffee/imports/Coffee/TitilliumWeb-Regular.ttf
974
%%QT_EXAMPLEDIR%%/demos/coffee/imports/Coffee/qmldir
975
%%QT_EXAMPLEDIR%%/demos/coffee/main.cpp
976
%%QT_EXAMPLEDIR%%/demos/coffee/main.qml
977
%%QT_EXAMPLEDIR%%/demos/coffee/qml.qrc
978
%%QT_EXAMPLEDIR%%/demos/coffee/qt_attribution.json
979
%%QT_EXAMPLEDIR%%/demos/coffee/qtquickcontrols2.conf
980
%%QT_EXAMPLEDIR%%/demos/demos.pro
981
%%QT_EXAMPLEDIR%%/demos/maroon/content/BuildButton.qml
982
%%QT_EXAMPLEDIR%%/demos/maroon/content/GameCanvas.qml
983
%%QT_EXAMPLEDIR%%/demos/maroon/content/GameOverScreen.qml
984
%%QT_EXAMPLEDIR%%/demos/maroon/content/InfoBar.qml
985
%%QT_EXAMPLEDIR%%/demos/maroon/content/NewGameScreen.qml
986
%%QT_EXAMPLEDIR%%/demos/maroon/content/SoundEffect.qml
987
%%QT_EXAMPLEDIR%%/demos/maroon/content/audio/bomb-action.wav
988
%%QT_EXAMPLEDIR%%/demos/maroon/content/audio/catch-action.wav
989
%%QT_EXAMPLEDIR%%/demos/maroon/content/audio/catch.wav
990
%%QT_EXAMPLEDIR%%/demos/maroon/content/audio/currency.wav
991
%%QT_EXAMPLEDIR%%/demos/maroon/content/audio/factory-action.wav
992
%%QT_EXAMPLEDIR%%/demos/maroon/content/audio/melee-action.wav
993
%%QT_EXAMPLEDIR%%/demos/maroon/content/audio/projectile-action.wav
994
%%QT_EXAMPLEDIR%%/demos/maroon/content/audio/shooter-action.wav
995
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/background.png
996
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/bomb-action.png
997
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/bomb-idle.png
998
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/bomb.png
999
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/button-help.png
1000
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/button-play.png
1001
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/catch-action.png
1002
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/catch.png
1003
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/cloud.png
1004
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/currency.png
1005
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/dialog-bomb.png
1006
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/dialog-factory.png
1007
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/dialog-melee.png
1008
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/dialog-pointer.png
1009
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/dialog-shooter.png
1010
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/dialog.png
1011
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/factory-action.png
1012
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/factory-idle.png
1013
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/factory.png
1014
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/grid.png
1015
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/help.png
1016
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/lifes.png
1017
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/logo-bubble.png
1018
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/logo-fish.png
1019
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/logo.png
1020
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/melee-action.png
1021
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/melee-idle.png
1022
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/melee.png
1023
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/mob-idle.png
1024
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/mob.png
1025
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/points.png
1026
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/projectile-action.png
1027
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/projectile.png
1028
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/scores.png
1029
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/shooter-action.png
1030
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/shooter-idle.png
1031
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/shooter.png
1032
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/sunlight.png
1033
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/text-1.png
1034
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/text-2.png
1035
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/text-3.png
1036
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/text-blank.png
1037
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/text-gameover.png
1038
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/text-go.png
1039
%%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/wave.png
1040
%%QT_EXAMPLEDIR%%/demos/maroon/content/logic.js
1041
%%QT_EXAMPLEDIR%%/demos/maroon/content/mobs/MobBase.qml
1042
%%QT_EXAMPLEDIR%%/demos/maroon/content/towers/Bomb.qml
1043
%%QT_EXAMPLEDIR%%/demos/maroon/content/towers/Factory.qml
1044
%%QT_EXAMPLEDIR%%/demos/maroon/content/towers/Melee.qml
1045
%%QT_EXAMPLEDIR%%/demos/maroon/content/towers/Ranged.qml
1046
%%QT_EXAMPLEDIR%%/demos/maroon/content/towers/TowerBase.qml
1047
%%QT_EXAMPLEDIR%%/demos/maroon/doc/images/qtquick-demo-maroon-med-1.png
1048
%%QT_EXAMPLEDIR%%/demos/maroon/doc/images/qtquick-demo-maroon-med-2.png
1049
%%QT_EXAMPLEDIR%%/demos/maroon/doc/images/qtquick-demo-maroon-med-3.jpg
1050
%%QT_EXAMPLEDIR%%/demos/maroon/doc/images/qtquick-demo-maroon-med-4.jpg
1051
%%QT_EXAMPLEDIR%%/demos/maroon/doc/images/qtquick-demo-maroon-med-5.jpg
1052
%%QT_EXAMPLEDIR%%/demos/maroon/doc/images/qtquick-demo-maroon-med-6.jpg
1053
%%QT_EXAMPLEDIR%%/demos/maroon/doc/src/maroon.qdoc
1054
%%QT_EXAMPLEDIR%%/demos/maroon/main.cpp
1055
%%QT_EXAMPLEDIR%%/demos/maroon/maroon.pro
1056
%%QT_EXAMPLEDIR%%/demos/maroon/maroon.qml
1057
%%QT_EXAMPLEDIR%%/demos/maroon/maroon.qmlproject
1058
%%QT_EXAMPLEDIR%%/demos/maroon/maroon.qrc
1059
%%QT_EXAMPLEDIR%%/demos/photosurface/doc/images/qtquick-demo-photosurface-small.png
1060
%%QT_EXAMPLEDIR%%/demos/photosurface/doc/src/photosurface.qdoc
1061
%%QT_EXAMPLEDIR%%/demos/photosurface/main.cpp
1062
%%QT_EXAMPLEDIR%%/demos/photosurface/photosurface.pro
1063
%%QT_EXAMPLEDIR%%/demos/photosurface/photosurface.qml
1064
%%QT_EXAMPLEDIR%%/demos/photosurface/photosurface.qmlproject
1065
%%QT_EXAMPLEDIR%%/demos/photosurface/photosurface.qrc
1066
%%QT_EXAMPLEDIR%%/demos/photosurface/resources/folder.png
1067
%%QT_EXAMPLEDIR%%/demos/photosurface/resources/icon.png
1068
%%QT_EXAMPLEDIR%%/demos/photosurface/resources/photosurface.icns
1069
%%QT_EXAMPLEDIR%%/demos/photosurface/resources/photosurface.ico
1070
%%QT_EXAMPLEDIR%%/demos/photosurface/resources/photosurface.rc
1071
%%QT_EXAMPLEDIR%%/demos/photoviewer/PhotoViewerCore/AlbumDelegate.qml
1072
%%QT_EXAMPLEDIR%%/demos/photoviewer/PhotoViewerCore/BusyIndicator.qml
1073
%%QT_EXAMPLEDIR%%/demos/photoviewer/PhotoViewerCore/Button.qml
1074
%%QT_EXAMPLEDIR%%/demos/photoviewer/PhotoViewerCore/EditableButton.qml
1075
%%QT_EXAMPLEDIR%%/demos/photoviewer/PhotoViewerCore/PhotoDelegate.qml
1076
%%QT_EXAMPLEDIR%%/demos/photoviewer/PhotoViewerCore/ProgressBar.qml
1077
%%QT_EXAMPLEDIR%%/demos/photoviewer/PhotoViewerCore/RssModel.qml
1078
%%QT_EXAMPLEDIR%%/demos/photoviewer/PhotoViewerCore/Tag.qml
1079
%%QT_EXAMPLEDIR%%/demos/photoviewer/PhotoViewerCore/images/box-shadow.png
1080
%%QT_EXAMPLEDIR%%/demos/photoviewer/PhotoViewerCore/images/busy.png
1081
%%QT_EXAMPLEDIR%%/demos/photoviewer/PhotoViewerCore/images/cardboard.png
1082
%%QT_EXAMPLEDIR%%/demos/photoviewer/PhotoViewerCore/script/script.mjs
1083
%%QT_EXAMPLEDIR%%/demos/photoviewer/doc/images/qtquick-demo-photoviewer-small.png
1084
%%QT_EXAMPLEDIR%%/demos/photoviewer/doc/src/photoviewer.qdoc
1085
%%QT_EXAMPLEDIR%%/demos/photoviewer/i18n/qml_de.ts
1086
%%QT_EXAMPLEDIR%%/demos/photoviewer/i18n/qml_en.ts
1087
%%QT_EXAMPLEDIR%%/demos/photoviewer/i18n/qml_fr.ts
1088
%%QT_EXAMPLEDIR%%/demos/photoviewer/main.cpp
1089
%%QT_EXAMPLEDIR%%/demos/photoviewer/main.qml
1090
%%QT_EXAMPLEDIR%%/demos/photoviewer/photoviewer.pro
1091
%%QT_EXAMPLEDIR%%/demos/rssnews/content/BusyIndicator.qml
1092
%%QT_EXAMPLEDIR%%/demos/rssnews/content/CategoryDelegate.qml
1093
%%QT_EXAMPLEDIR%%/demos/rssnews/content/NewsDelegate.qml
1094
%%QT_EXAMPLEDIR%%/demos/rssnews/content/RssFeeds.qml
1095
%%QT_EXAMPLEDIR%%/demos/rssnews/content/ScrollBar.qml
1096
%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/Asia.jpg
1097
%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/Business.jpg
1098
%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/Entertainment.jpg
1099
%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/Europe.jpg
1100
%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/Health.jpg
1101
%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/Politics.jpg
1102
%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/Science.jpg
1103
%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/Sports.jpg
1104
%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/Technology.jpg
1105
%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/TopStories.jpg
1106
%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/USNational.jpg
1107
%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/World.jpg
1108
%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/btn_close.png
1109
%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/busy.png
1110
%%QT_EXAMPLEDIR%%/demos/rssnews/content/images/scrollbar.png
1111
%%QT_EXAMPLEDIR%%/demos/rssnews/doc/images/qtquick-demo-rssnews-small.png
1112
%%QT_EXAMPLEDIR%%/demos/rssnews/doc/src/rssnews.qdoc
1113
%%QT_EXAMPLEDIR%%/demos/rssnews/main.cpp
1114
%%QT_EXAMPLEDIR%%/demos/rssnews/rssnews.pro
1115
%%QT_EXAMPLEDIR%%/demos/rssnews/rssnews.qml
1116
%%QT_EXAMPLEDIR%%/demos/rssnews/rssnews.qmlproject
1117
%%QT_EXAMPLEDIR%%/demos/rssnews/rssnews.qrc
1118
%%QT_EXAMPLEDIR%%/demos/samegame/content/Block.qml
1119
%%QT_EXAMPLEDIR%%/demos/samegame/content/BlockEmitter.qml
1120
%%QT_EXAMPLEDIR%%/demos/samegame/content/Button.qml
1121
%%QT_EXAMPLEDIR%%/demos/samegame/content/GameArea.qml
1122
%%QT_EXAMPLEDIR%%/demos/samegame/content/LogoAnimation.qml
1123
%%QT_EXAMPLEDIR%%/demos/samegame/content/MenuEmitter.qml
1124
%%QT_EXAMPLEDIR%%/demos/samegame/content/PaintEmitter.qml
1125
%%QT_EXAMPLEDIR%%/demos/samegame/content/PrimaryPack.qml
1126
%%QT_EXAMPLEDIR%%/demos/samegame/content/PuzzleBlock.qml
1127
%%QT_EXAMPLEDIR%%/demos/samegame/content/SamegameText.qml
1128
%%QT_EXAMPLEDIR%%/demos/samegame/content/Settings.qml
1129
%%QT_EXAMPLEDIR%%/demos/samegame/content/SimpleBlock.qml
1130
%%QT_EXAMPLEDIR%%/demos/samegame/content/SmokeText.qml
1131
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/background-puzzle.png
1132
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/background.png
1133
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/bar.png
1134
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/blue-puzzle.png
1135
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/blue.png
1136
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/bubble-highscore.png
1137
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/bubble-puzzle.png
1138
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/but-game-1.png
1139
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/but-game-2.png
1140
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/but-game-3.png
1141
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/but-game-4.png
1142
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/but-game-new.png
1143
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/but-menu.png
1144
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/but-puzzle-next.png
1145
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/but-quit.png
1146
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/green-puzzle.png
1147
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/green.png
1148
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/icon-fail.png
1149
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/icon-ok.png
1150
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/icon-time.png
1151
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/logo-a.png
1152
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/logo-e.png
1153
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/logo-g.png
1154
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/logo-m.png
1155
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/logo-s.png
1156
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/logo.png
1157
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/particle-brick.png
1158
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/particle-paint.png
1159
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/particle-smoke.png
1160
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/red-puzzle.png
1161
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/red.png
1162
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/text-highscore-new.png
1163
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/text-highscore.png
1164
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/text-no-winner.png
1165
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/text-p1-go.png
1166
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/text-p1-won.png
1167
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/text-p1.png
1168
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/text-p2-go.png
1169
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/text-p2-won.png
1170
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/text-p2.png
1171
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/yellow-puzzle.png
1172
%%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/yellow.png
1173
%%QT_EXAMPLEDIR%%/demos/samegame/content/levels/TemplateBase.qml
1174
%%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level0.qml
1175
%%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level1.qml
1176
%%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level2.qml
1177
%%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level3.qml
1178
%%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level4.qml
1179
%%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level5.qml
1180
%%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level6.qml
1181
%%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level7.qml
1182
%%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level8.qml
1183
%%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level9.qml
1184
%%QT_EXAMPLEDIR%%/demos/samegame/content/qmldir
1185
%%QT_EXAMPLEDIR%%/demos/samegame/content/samegame.js
1186
%%QT_EXAMPLEDIR%%/demos/samegame/doc/images/qtquick-demo-samegame-med-1.png
1187
%%QT_EXAMPLEDIR%%/demos/samegame/doc/images/qtquick-demo-samegame-med-2.png
1188
%%QT_EXAMPLEDIR%%/demos/samegame/doc/src/samegame.qdoc
1189
%%QT_EXAMPLEDIR%%/demos/samegame/main.cpp
1190
%%QT_EXAMPLEDIR%%/demos/samegame/samegame.pro
1191
%%QT_EXAMPLEDIR%%/demos/samegame/samegame.qml
1192
%%QT_EXAMPLEDIR%%/demos/samegame/samegame.qmlproject
1193
%%QT_EXAMPLEDIR%%/demos/samegame/samegame.qrc
1194
%%QT_EXAMPLEDIR%%/demos/stocqt/content/+windows/Settings.qml
1195
%%QT_EXAMPLEDIR%%/demos/stocqt/content/Banner.qml
1196
%%QT_EXAMPLEDIR%%/demos/stocqt/content/Button.qml
1197
%%QT_EXAMPLEDIR%%/demos/stocqt/content/CheckBox.qml
1198
%%QT_EXAMPLEDIR%%/demos/stocqt/content/Settings.qml
1199
%%QT_EXAMPLEDIR%%/demos/stocqt/content/StockChart.qml
1200
%%QT_EXAMPLEDIR%%/demos/stocqt/content/StockInfo.qml
1201
%%QT_EXAMPLEDIR%%/demos/stocqt/content/StockListDelegate.qml
1202
%%QT_EXAMPLEDIR%%/demos/stocqt/content/StockListModel.qml
1203
%%QT_EXAMPLEDIR%%/demos/stocqt/content/StockListView.qml
1204
%%QT_EXAMPLEDIR%%/demos/stocqt/content/StockModel.qml
1205
%%QT_EXAMPLEDIR%%/demos/stocqt/content/StockSettingsPanel.qml
1206
%%QT_EXAMPLEDIR%%/demos/stocqt/content/StockView.qml
1207
%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/AAPL.csv
1208
%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/ADSK.csv
1209
%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/AMD.csv
1210
%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/AMZN.csv
1211
%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/CSCO.csv
1212
%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/EA.csv
1213
%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/EBAY.csv
1214
%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/FB.csv
1215
%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/GOOG.csv
1216
%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/GOOGL.csv
1217
%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/INTC.csv
1218
%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/MSFT.csv
1219
%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/NCLH.csv
1220
%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/NFLX.csv
1221
%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/NTAP.csv
1222
%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/NVDA.csv
1223
%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/PYPL.csv
1224
%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/QCOM.csv
1225
%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/TSLA.csv
1226
%%QT_EXAMPLEDIR%%/demos/stocqt/content/data/TXN.csv
1227
%%QT_EXAMPLEDIR%%/demos/stocqt/content/images/icon-left-arrow.png
1228
%%QT_EXAMPLEDIR%%/demos/stocqt/content/images/wheel-touch.png
1229
%%QT_EXAMPLEDIR%%/demos/stocqt/content/images/wheel.png
1230
%%QT_EXAMPLEDIR%%/demos/stocqt/content/qmldir
1231
%%QT_EXAMPLEDIR%%/demos/stocqt/doc/images/qtquick-demo-stocqt.png
1232
%%QT_EXAMPLEDIR%%/demos/stocqt/doc/src/stocqt.qdoc
1233
%%QT_EXAMPLEDIR%%/demos/stocqt/main.cpp
1234
%%QT_EXAMPLEDIR%%/demos/stocqt/stocqt.pro
1235
%%QT_EXAMPLEDIR%%/demos/stocqt/stocqt.qml
1236
%%QT_EXAMPLEDIR%%/demos/stocqt/stocqt.qmlproject
1237
%%QT_EXAMPLEDIR%%/demos/stocqt/stocqt.qrc
1238
%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/FlipBar.qml
1239
%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/LineInput.qml
1240
%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/ListFooter.qml
1241
%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/ListHeader.qml
1242
%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/SearchDelegate.qml
1243
%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/TweetDelegate.qml
1244
%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/TweetsModel.qml
1245
%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/resources/anonymous.png
1246
%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/resources/bird-anim-sprites.png
1247
%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/resources/icon-clear.png
1248
%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/resources/icon-loading.png
1249
%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/resources/icon-refresh.png
1250
%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/resources/icon-search.png
1251
%%QT_EXAMPLEDIR%%/demos/tweetsearch/content/tweetsearch.mjs
1252
%%QT_EXAMPLEDIR%%/demos/tweetsearch/doc/images/qtquick-demo-tweetsearch-med-1.png
1253
%%QT_EXAMPLEDIR%%/demos/tweetsearch/doc/images/qtquick-demo-tweetsearch-med-2.png
1254
%%QT_EXAMPLEDIR%%/demos/tweetsearch/doc/src/tweetsearch.qdoc
1255
%%QT_EXAMPLEDIR%%/demos/tweetsearch/main.cpp
1256
%%QT_EXAMPLEDIR%%/demos/tweetsearch/tweetsearch.pro
1257
%%QT_EXAMPLEDIR%%/demos/tweetsearch/tweetsearch.qml
1258
%%QT_EXAMPLEDIR%%/demos/tweetsearch/tweetsearch.qmlproject
767
%%QT_EXAMPLEDIR%%/designer/README
1259
%%QT_EXAMPLEDIR%%/designer/README
768
%%QT_EXAMPLEDIR%%/designer/calculatorbuilder/calculatorbuilder.pro
1260
%%QT_EXAMPLEDIR%%/designer/calculatorbuilder/calculatorbuilder.pro
769
%%QT_EXAMPLEDIR%%/designer/calculatorbuilder/calculatorbuilder.qrc
1261
%%QT_EXAMPLEDIR%%/designer/calculatorbuilder/calculatorbuilder.qrc
Lines 1002-1007 Link Here
1002
%%QT_EXAMPLEDIR%%/linguist/trollprint/printpanel.h
1494
%%QT_EXAMPLEDIR%%/linguist/trollprint/printpanel.h
1003
%%QT_EXAMPLEDIR%%/linguist/trollprint/trollprint.pro
1495
%%QT_EXAMPLEDIR%%/linguist/trollprint/trollprint.pro
1004
%%QT_EXAMPLEDIR%%/linguist/trollprint/trollprint_pt.ts
1496
%%QT_EXAMPLEDIR%%/linguist/trollprint/trollprint_pt.ts
1497
%%QT_EXAMPLEDIR%%/location/geojson_viewer/GeoJsonDelegate.qml
1498
%%QT_EXAMPLEDIR%%/location/geojson_viewer/data/01-point.json
1499
%%QT_EXAMPLEDIR%%/location/geojson_viewer/data/02-linestring.json
1500
%%QT_EXAMPLEDIR%%/location/geojson_viewer/data/03-multipoint.json
1501
%%QT_EXAMPLEDIR%%/location/geojson_viewer/data/04-polygon.json
1502
%%QT_EXAMPLEDIR%%/location/geojson_viewer/data/05-multilinestring.json
1503
%%QT_EXAMPLEDIR%%/location/geojson_viewer/data/06-multipolygon.json
1504
%%QT_EXAMPLEDIR%%/location/geojson_viewer/data/07-geometrycollection.json
1505
%%QT_EXAMPLEDIR%%/location/geojson_viewer/data/08-feature.json
1506
%%QT_EXAMPLEDIR%%/location/geojson_viewer/data/09-featurecollection.json
1507
%%QT_EXAMPLEDIR%%/location/geojson_viewer/data/10-countries.json
1508
%%QT_EXAMPLEDIR%%/location/geojson_viewer/data/10-countries_LICENSE
1509
%%QT_EXAMPLEDIR%%/location/geojson_viewer/data/11-full.json
1510
%%QT_EXAMPLEDIR%%/location/geojson_viewer/geojson_viewer.pro
1511
%%QT_EXAMPLEDIR%%/location/geojson_viewer/main.cpp
1512
%%QT_EXAMPLEDIR%%/location/geojson_viewer/main.qml
1513
%%QT_EXAMPLEDIR%%/location/geojson_viewer/qml.qrc
1005
%%QT_EXAMPLEDIR%%/location/itemview_transitions/OsloListModel.qml
1514
%%QT_EXAMPLEDIR%%/location/itemview_transitions/OsloListModel.qml
1006
%%QT_EXAMPLEDIR%%/location/itemview_transitions/doc/images/itemview_trasitions.jpg
1515
%%QT_EXAMPLEDIR%%/location/itemview_transitions/doc/images/itemview_trasitions.jpg
1007
%%QT_EXAMPLEDIR%%/location/itemview_transitions/doc/src/itemview_transitions.qdoc
1516
%%QT_EXAMPLEDIR%%/location/itemview_transitions/doc/src/itemview_transitions.qdoc
Lines 1120-1125 Link Here
1120
%%QT_EXAMPLEDIR%%/location/planespotter/planespotter.pro
1629
%%QT_EXAMPLEDIR%%/location/planespotter/planespotter.pro
1121
%%QT_EXAMPLEDIR%%/location/planespotter/planespotter.qml
1630
%%QT_EXAMPLEDIR%%/location/planespotter/planespotter.qml
1122
%%QT_EXAMPLEDIR%%/location/planespotter/qml.qrc
1631
%%QT_EXAMPLEDIR%%/location/planespotter/qml.qrc
1632
%%QT_EXAMPLEDIR%%/macextras/embeddedqwindow/doc/src/qtmacextras-example-embeddedqwindow.qdoc
1633
%%QT_EXAMPLEDIR%%/macextras/embeddedqwindow/embeddedqwindow.pro
1634
%%QT_EXAMPLEDIR%%/macextras/embeddedqwindow/main.mm
1635
%%QT_EXAMPLEDIR%%/macextras/embeddedqwindow/window.cpp
1636
%%QT_EXAMPLEDIR%%/macextras/embeddedqwindow/window.h
1637
%%QT_EXAMPLEDIR%%/macextras/macextras.pro
1638
%%QT_EXAMPLEDIR%%/macextras/macfunctions/doc/src/qtmacextras-example-macfunctions.qdoc
1639
%%QT_EXAMPLEDIR%%/macextras/macfunctions/macfunctions.pro
1640
%%QT_EXAMPLEDIR%%/macextras/macfunctions/macfunctions.qrc
1641
%%QT_EXAMPLEDIR%%/macextras/macfunctions/main.cpp
1642
%%QT_EXAMPLEDIR%%/macextras/macfunctions/qtlogo.png
1643
%%QT_EXAMPLEDIR%%/macextras/macpasteboardmime/doc/src/qtmacextras-example-macpasteboardmime.qdoc
1644
%%QT_EXAMPLEDIR%%/macextras/macpasteboardmime/macpasteboardmime.pro
1645
%%QT_EXAMPLEDIR%%/macextras/macpasteboardmime/main.cpp
1646
%%QT_EXAMPLEDIR%%/macextras/mactoolbar/mactoolbar.pro
1647
%%QT_EXAMPLEDIR%%/macextras/mactoolbar/mactoolbar.qrc
1648
%%QT_EXAMPLEDIR%%/macextras/mactoolbar/main.cpp
1649
%%QT_EXAMPLEDIR%%/macextras/mactoolbar/qtlogo.png
1650
%%QT_EXAMPLEDIR%%/macextras/mactoolbar/rasterwindow.cpp
1651
%%QT_EXAMPLEDIR%%/macextras/mactoolbar/rasterwindow.h
1652
%%QT_EXAMPLEDIR%%/macextras/mactoolbar/toolbarcontrollerwindow.cpp
1653
%%QT_EXAMPLEDIR%%/macextras/mactoolbar/toolbarcontrollerwindow.h
1123
%%QT_EXAMPLEDIR%%/multimedia/audiodecoder/audiodecoder.cpp
1654
%%QT_EXAMPLEDIR%%/multimedia/audiodecoder/audiodecoder.cpp
1124
%%QT_EXAMPLEDIR%%/multimedia/audiodecoder/audiodecoder.h
1655
%%QT_EXAMPLEDIR%%/multimedia/audiodecoder/audiodecoder.h
1125
%%QT_EXAMPLEDIR%%/multimedia/audiodecoder/audiodecoder.pro
1656
%%QT_EXAMPLEDIR%%/multimedia/audiodecoder/audiodecoder.pro
Lines 1781-1786 Link Here
1781
%%QT_EXAMPLEDIR%%/nfc/poster/poster.qml
2312
%%QT_EXAMPLEDIR%%/nfc/poster/poster.qml
1782
%%QT_EXAMPLEDIR%%/nfc/poster/poster.qrc
2313
%%QT_EXAMPLEDIR%%/nfc/poster/poster.qrc
1783
%%QT_EXAMPLEDIR%%/nfc/poster/qmlposter.cpp
2314
%%QT_EXAMPLEDIR%%/nfc/poster/qmlposter.cpp
2315
%%QT_EXAMPLEDIR%%/oauth/oauth.pro
2316
%%QT_EXAMPLEDIR%%/oauth/redditclient/doc/images/redditclient-example.png
2317
%%QT_EXAMPLEDIR%%/oauth/redditclient/doc/src/qtnetworkauth-redditclient.qdoc
2318
%%QT_EXAMPLEDIR%%/oauth/redditclient/main.cpp
2319
%%QT_EXAMPLEDIR%%/oauth/redditclient/redditclient.pro
2320
%%QT_EXAMPLEDIR%%/oauth/redditclient/redditmodel.cpp
2321
%%QT_EXAMPLEDIR%%/oauth/redditclient/redditmodel.h
2322
%%QT_EXAMPLEDIR%%/oauth/redditclient/redditwrapper.cpp
2323
%%QT_EXAMPLEDIR%%/oauth/redditclient/redditwrapper.h
2324
%%QT_EXAMPLEDIR%%/oauth/twittertimeline/doc/images/twittertimeline-example.png
2325
%%QT_EXAMPLEDIR%%/oauth/twittertimeline/doc/src/qtnetworkauth-twittertimeline.qdoc
2326
%%QT_EXAMPLEDIR%%/oauth/twittertimeline/main.cpp
2327
%%QT_EXAMPLEDIR%%/oauth/twittertimeline/twitter.cpp
2328
%%QT_EXAMPLEDIR%%/oauth/twittertimeline/twitter.h
2329
%%QT_EXAMPLEDIR%%/oauth/twittertimeline/twitterdialog.ui
2330
%%QT_EXAMPLEDIR%%/oauth/twittertimeline/twittertimeline.pro
2331
%%QT_EXAMPLEDIR%%/oauth/twittertimeline/twittertimelinemodel.cpp
2332
%%QT_EXAMPLEDIR%%/oauth/twittertimeline/twittertimelinemodel.h
1784
%%QT_EXAMPLEDIR%%/opengl/2dpainting/2dpainting.pro
2333
%%QT_EXAMPLEDIR%%/opengl/2dpainting/2dpainting.pro
1785
%%QT_EXAMPLEDIR%%/opengl/2dpainting/glwidget.cpp
2334
%%QT_EXAMPLEDIR%%/opengl/2dpainting/glwidget.cpp
1786
%%QT_EXAMPLEDIR%%/opengl/2dpainting/glwidget.h
2335
%%QT_EXAMPLEDIR%%/opengl/2dpainting/glwidget.h
Lines 4415-4420 Link Here
4415
%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/wearable.pro
4964
%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/wearable.pro
4416
%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/wearable.qml
4965
%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/wearable.qml
4417
%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/wearable.qrc
4966
%%QT_EXAMPLEDIR%%/quickcontrols2/wearable/wearable.qrc
4967
%%QT_EXAMPLEDIR%%/remoteobjects/clientapp/clientapp.pro
4968
%%QT_EXAMPLEDIR%%/remoteobjects/clientapp/clientapp.qrc
4969
%%QT_EXAMPLEDIR%%/remoteobjects/clientapp/main.cpp
4970
%%QT_EXAMPLEDIR%%/remoteobjects/clientapp/qml/plugins.qml
4971
%%QT_EXAMPLEDIR%%/remoteobjects/clientapp/qml/plugins0.qml
4972
%%QT_EXAMPLEDIR%%/remoteobjects/clientapp/qml/plugins1.qml
4973
%%QT_EXAMPLEDIR%%/remoteobjects/clientapp/qml/plugins2.qml
4974
%%QT_EXAMPLEDIR%%/remoteobjects/cppclient/cppclient.pro
4975
%%QT_EXAMPLEDIR%%/remoteobjects/cppclient/main.cpp
4976
%%QT_EXAMPLEDIR%%/remoteobjects/cppclient/timemodel.rep
4977
%%QT_EXAMPLEDIR%%/remoteobjects/modelviewclient/main.cpp
4978
%%QT_EXAMPLEDIR%%/remoteobjects/modelviewclient/modelviewclient.pro
4979
%%QT_EXAMPLEDIR%%/remoteobjects/modelviewserver/main.cpp
4980
%%QT_EXAMPLEDIR%%/remoteobjects/modelviewserver/modelviewserver.pro
4981
%%QT_EXAMPLEDIR%%/remoteobjects/plugins/imports/TimeExample/Clock.qml
4982
%%QT_EXAMPLEDIR%%/remoteobjects/plugins/imports/TimeExample/center.png
4983
%%QT_EXAMPLEDIR%%/remoteobjects/plugins/imports/TimeExample/clock.png
4984
%%QT_EXAMPLEDIR%%/remoteobjects/plugins/imports/TimeExample/hour.png
4985
%%QT_EXAMPLEDIR%%/remoteobjects/plugins/imports/TimeExample/minute.png
4986
%%QT_EXAMPLEDIR%%/remoteobjects/plugins/imports/TimeExample/qmldir
4987
%%QT_EXAMPLEDIR%%/remoteobjects/plugins/plugin.cpp
4988
%%QT_EXAMPLEDIR%%/remoteobjects/plugins/plugins.pro
4989
%%QT_EXAMPLEDIR%%/remoteobjects/plugins/plugins.qml
4990
%%QT_EXAMPLEDIR%%/remoteobjects/plugins/plugins0.qml
4991
%%QT_EXAMPLEDIR%%/remoteobjects/plugins/plugins1.qml
4992
%%QT_EXAMPLEDIR%%/remoteobjects/plugins/plugins2.qml
4993
%%QT_EXAMPLEDIR%%/remoteobjects/qmlmodelviewclient/main.cpp
4994
%%QT_EXAMPLEDIR%%/remoteobjects/qmlmodelviewclient/main.qml
4995
%%QT_EXAMPLEDIR%%/remoteobjects/qmlmodelviewclient/qml.qrc
4996
%%QT_EXAMPLEDIR%%/remoteobjects/qmlmodelviewclient/qmlmodelviewclient.pro
4997
%%QT_EXAMPLEDIR%%/remoteobjects/remoteobjects.pro
4998
%%QT_EXAMPLEDIR%%/remoteobjects/server/main.cpp
4999
%%QT_EXAMPLEDIR%%/remoteobjects/server/server.pro
5000
%%QT_EXAMPLEDIR%%/remoteobjects/server/timemodel.cpp
5001
%%QT_EXAMPLEDIR%%/remoteobjects/server/timemodel.h
5002
%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectclient/client.cpp
5003
%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectclient/client.h
5004
%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectclient/directconnectclient.pro
5005
%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectclient/main.cpp
5006
%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectclient/simpleswitch.rep
5007
%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectdynamicclient/directconnectdynamicclient.pro
5008
%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectdynamicclient/dynamicclient.cpp
5009
%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectdynamicclient/dynamicclient.h
5010
%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectdynamicclient/main.cpp
5011
%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectserver/directconnectserver.pro
5012
%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectserver/main.cpp
5013
%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectserver/simpleswitch.cpp
5014
%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectserver/simpleswitch.h
5015
%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectserver/simpleswitch.rep
5016
%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/registryconnectedclient/dynamicclient.cpp
5017
%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/registryconnectedclient/dynamicclient.h
5018
%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/registryconnectedclient/main.cpp
5019
%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/registryconnectedclient/registryconnectedclient.pro
5020
%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/registryconnectedserver/main.cpp
5021
%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/registryconnectedserver/registryconnectedserver.pro
5022
%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/registryconnectedserver/simpleswitch.cpp
5023
%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/registryconnectedserver/simpleswitch.h
5024
%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/registryconnectedserver/simpleswitch.rep
5025
%%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/simpleswitch.pro
5026
%%QT_EXAMPLEDIR%%/remoteobjects/ssl/ssl.pro
5027
%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslcppclient/main.cpp
5028
%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslcppclient/sslcppclient.pro
5029
%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslcppclient/timemodel.rep
5030
%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/cert/cert.qrc
5031
%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/cert/client.crt
5032
%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/cert/client.key
5033
%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/cert/rootCA.key
5034
%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/cert/rootCA.pem
5035
%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/cert/rootCA.srl
5036
%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/cert/server.crt
5037
%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/cert/server.key
5038
%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/main.cpp
5039
%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/sslserver.cpp
5040
%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/sslserver.h
5041
%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/sslserver.pro
5042
%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/timemodel.cpp
5043
%%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/timemodel.h
5044
%%QT_EXAMPLEDIR%%/remoteobjects/timemodel.rep
4418
%%QT_EXAMPLEDIR%%/script/README
5045
%%QT_EXAMPLEDIR%%/script/README
4419
%%QT_EXAMPLEDIR%%/script/calculator/calculator.js
5046
%%QT_EXAMPLEDIR%%/script/calculator/calculator.js
4420
%%QT_EXAMPLEDIR%%/script/calculator/calculator.pro
5047
%%QT_EXAMPLEDIR%%/script/calculator/calculator.pro
Lines 4885-4890 Link Here
4885
%%QT_EXAMPLEDIR%%/serialport/terminal/settingsdialog.ui
5512
%%QT_EXAMPLEDIR%%/serialport/terminal/settingsdialog.ui
4886
%%QT_EXAMPLEDIR%%/serialport/terminal/terminal.pro
5513
%%QT_EXAMPLEDIR%%/serialport/terminal/terminal.pro
4887
%%QT_EXAMPLEDIR%%/serialport/terminal/terminal.qrc
5514
%%QT_EXAMPLEDIR%%/serialport/terminal/terminal.qrc
5515
%%QT_EXAMPLEDIR%%/speech/hello_speak/doc/images/hellospeak-example.png
5516
%%QT_EXAMPLEDIR%%/speech/hello_speak/doc/src/hellospeakex.qdoc
5517
%%QT_EXAMPLEDIR%%/speech/hello_speak/hello_speak.pro
5518
%%QT_EXAMPLEDIR%%/speech/hello_speak/main.cpp
5519
%%QT_EXAMPLEDIR%%/speech/hello_speak/mainwindow.cpp
5520
%%QT_EXAMPLEDIR%%/speech/hello_speak/mainwindow.h
5521
%%QT_EXAMPLEDIR%%/speech/hello_speak/mainwindow.ui
5522
%%QT_EXAMPLEDIR%%/speech/speech.pro
4888
%%QT_EXAMPLEDIR%%/sql/README
5523
%%QT_EXAMPLEDIR%%/sql/README
4889
%%QT_EXAMPLEDIR%%/sql/books/bookdelegate.cpp
5524
%%QT_EXAMPLEDIR%%/sql/books/bookdelegate.cpp
4890
%%QT_EXAMPLEDIR%%/sql/books/bookdelegate.h
5525
%%QT_EXAMPLEDIR%%/sql/books/bookdelegate.h
Lines 5132-5137 Link Here
5132
%%QT_EXAMPLEDIR%%/svg/svgviewer/svgview.h
5767
%%QT_EXAMPLEDIR%%/svg/svgviewer/svgview.h
5133
%%QT_EXAMPLEDIR%%/svg/svgviewer/svgviewer.pro
5768
%%QT_EXAMPLEDIR%%/svg/svgviewer/svgviewer.pro
5134
%%QT_EXAMPLEDIR%%/svg/svgviewer/svgviewer.qrc
5769
%%QT_EXAMPLEDIR%%/svg/svgviewer/svgviewer.qrc
5770
%%QT_EXAMPLEDIR%%/tutorials/alarms/AlarmDelegate.qml
5771
%%QT_EXAMPLEDIR%%/tutorials/alarms/AlarmDialog.qml
5772
%%QT_EXAMPLEDIR%%/tutorials/alarms/AlarmModel.qml
5773
%%QT_EXAMPLEDIR%%/tutorials/alarms/TumblerDelegate.qml
5774
%%QT_EXAMPLEDIR%%/tutorials/alarms/alarms.pro
5775
%%QT_EXAMPLEDIR%%/tutorials/alarms/main.cpp
5776
%%QT_EXAMPLEDIR%%/tutorials/alarms/main.qml
5777
%%QT_EXAMPLEDIR%%/tutorials/alarms/qml.qrc
5778
%%QT_EXAMPLEDIR%%/tutorials/alarms/qtquickcontrols2.conf
5135
%%QT_EXAMPLEDIR%%/uitools/doc/images/multipleinheritance-example.png
5779
%%QT_EXAMPLEDIR%%/uitools/doc/images/multipleinheritance-example.png
5136
%%QT_EXAMPLEDIR%%/uitools/doc/images/textfinder-example-userinterface.png
5780
%%QT_EXAMPLEDIR%%/uitools/doc/images/textfinder-example-userinterface.png
5137
%%QT_EXAMPLEDIR%%/uitools/doc/src/multipleinheritance.qdoc
5781
%%QT_EXAMPLEDIR%%/uitools/doc/src/multipleinheritance.qdoc
Lines 5229-5234 Link Here
5229
%%QT_EXAMPLEDIR%%/vulkan/shared/trianglerenderer.cpp
5873
%%QT_EXAMPLEDIR%%/vulkan/shared/trianglerenderer.cpp
5230
%%QT_EXAMPLEDIR%%/vulkan/shared/trianglerenderer.h
5874
%%QT_EXAMPLEDIR%%/vulkan/shared/trianglerenderer.h
5231
%%QT_EXAMPLEDIR%%/vulkan/vulkan.pro
5875
%%QT_EXAMPLEDIR%%/vulkan/vulkan.pro
5876
%%QT_EXAMPLEDIR%%/wayland/custom-extension/client-common/customextension.cpp
5877
%%QT_EXAMPLEDIR%%/wayland/custom-extension/client-common/customextension.h
5878
%%QT_EXAMPLEDIR%%/wayland/custom-extension/compositor/compositor.pro
5879
%%QT_EXAMPLEDIR%%/wayland/custom-extension/compositor/compositor.qrc
5880
%%QT_EXAMPLEDIR%%/wayland/custom-extension/compositor/customextension.cpp
5881
%%QT_EXAMPLEDIR%%/wayland/custom-extension/compositor/customextension.h
5882
%%QT_EXAMPLEDIR%%/wayland/custom-extension/compositor/images/background.png
5883
%%QT_EXAMPLEDIR%%/wayland/custom-extension/compositor/main.cpp
5884
%%QT_EXAMPLEDIR%%/wayland/custom-extension/compositor/qml/Screen.qml
5885
%%QT_EXAMPLEDIR%%/wayland/custom-extension/compositor/qml/main.qml
5886
%%QT_EXAMPLEDIR%%/wayland/custom-extension/cpp-client/cpp-client.pro
5887
%%QT_EXAMPLEDIR%%/wayland/custom-extension/cpp-client/main.cpp
5888
%%QT_EXAMPLEDIR%%/wayland/custom-extension/custom-extension.pro
5889
%%QT_EXAMPLEDIR%%/wayland/custom-extension/protocol/custom.xml
5890
%%QT_EXAMPLEDIR%%/wayland/custom-extension/qml-client/main.cpp
5891
%%QT_EXAMPLEDIR%%/wayland/custom-extension/qml-client/main.qml
5892
%%QT_EXAMPLEDIR%%/wayland/custom-extension/qml-client/qml-client.pro
5893
%%QT_EXAMPLEDIR%%/wayland/custom-extension/qml-client/qml.qrc
5894
%%QT_EXAMPLEDIR%%/wayland/hwlayer-compositor/hwlayer-compositor.pro
5895
%%QT_EXAMPLEDIR%%/wayland/hwlayer-compositor/hwlayer-compositor.qrc
5896
%%QT_EXAMPLEDIR%%/wayland/hwlayer-compositor/main.cpp
5897
%%QT_EXAMPLEDIR%%/wayland/hwlayer-compositor/main.qml
5898
%%QT_EXAMPLEDIR%%/wayland/ivi-compositor/doc/src/ivi-compositor.qdoc
5899
%%QT_EXAMPLEDIR%%/wayland/ivi-compositor/ivi-compositor.pro
5900
%%QT_EXAMPLEDIR%%/wayland/ivi-compositor/ivi-compositor.qrc
5901
%%QT_EXAMPLEDIR%%/wayland/ivi-compositor/main.cpp
5902
%%QT_EXAMPLEDIR%%/wayland/ivi-compositor/main.qml
5903
%%QT_EXAMPLEDIR%%/wayland/minimal-cpp/README
5904
%%QT_EXAMPLEDIR%%/wayland/minimal-cpp/compositor.cpp
5905
%%QT_EXAMPLEDIR%%/wayland/minimal-cpp/compositor.h
5906
%%QT_EXAMPLEDIR%%/wayland/minimal-cpp/main.cpp
5907
%%QT_EXAMPLEDIR%%/wayland/minimal-cpp/minimal-cpp.pro
5908
%%QT_EXAMPLEDIR%%/wayland/minimal-cpp/window.cpp
5909
%%QT_EXAMPLEDIR%%/wayland/minimal-cpp/window.h
5910
%%QT_EXAMPLEDIR%%/wayland/minimal-qml/doc/src/minimal-qml.qdoc
5911
%%QT_EXAMPLEDIR%%/wayland/minimal-qml/main.cpp
5912
%%QT_EXAMPLEDIR%%/wayland/minimal-qml/main.qml
5913
%%QT_EXAMPLEDIR%%/wayland/minimal-qml/minimal-qml.pro
5914
%%QT_EXAMPLEDIR%%/wayland/minimal-qml/minimal-qml.qrc
5915
%%QT_EXAMPLEDIR%%/wayland/multi-output/doc/src/multi-output.qdoc
5916
%%QT_EXAMPLEDIR%%/wayland/multi-output/images/background.jpg
5917
%%QT_EXAMPLEDIR%%/wayland/multi-output/main.cpp
5918
%%QT_EXAMPLEDIR%%/wayland/multi-output/multi-output.pro
5919
%%QT_EXAMPLEDIR%%/wayland/multi-output/multi-output.qrc
5920
%%QT_EXAMPLEDIR%%/wayland/multi-output/qml/GridScreen.qml
5921
%%QT_EXAMPLEDIR%%/wayland/multi-output/qml/ShellChrome.qml
5922
%%QT_EXAMPLEDIR%%/wayland/multi-output/qml/ShellScreen.qml
5923
%%QT_EXAMPLEDIR%%/wayland/multi-output/qml/main.qml
5924
%%QT_EXAMPLEDIR%%/wayland/multi-screen/doc/src/multi-screen.qdoc
5925
%%QT_EXAMPLEDIR%%/wayland/multi-screen/main.cpp
5926
%%QT_EXAMPLEDIR%%/wayland/multi-screen/multi-screen.pro
5927
%%QT_EXAMPLEDIR%%/wayland/multi-screen/multi-screen.qrc
5928
%%QT_EXAMPLEDIR%%/wayland/multi-screen/qml/Chrome.qml
5929
%%QT_EXAMPLEDIR%%/wayland/multi-screen/qml/Screen.qml
5930
%%QT_EXAMPLEDIR%%/wayland/multi-screen/qml/main.qml
5931
%%QT_EXAMPLEDIR%%/wayland/overview-compositor/doc/src/overview-compositor.qdoc
5932
%%QT_EXAMPLEDIR%%/wayland/overview-compositor/main.cpp
5933
%%QT_EXAMPLEDIR%%/wayland/overview-compositor/main.qml
5934
%%QT_EXAMPLEDIR%%/wayland/overview-compositor/overview-compositor.pro
5935
%%QT_EXAMPLEDIR%%/wayland/overview-compositor/overview-compositor.qrc
5936
%%QT_EXAMPLEDIR%%/wayland/pure-qml/doc/src/pure-qml.qdoc
5937
%%QT_EXAMPLEDIR%%/wayland/pure-qml/images/background.jpg
5938
%%QT_EXAMPLEDIR%%/wayland/pure-qml/main.cpp
5939
%%QT_EXAMPLEDIR%%/wayland/pure-qml/pure-qml.pro
5940
%%QT_EXAMPLEDIR%%/wayland/pure-qml/pure-qml.qrc
5941
%%QT_EXAMPLEDIR%%/wayland/pure-qml/qml/Chrome.qml
5942
%%QT_EXAMPLEDIR%%/wayland/pure-qml/qml/Keyboard.qml
5943
%%QT_EXAMPLEDIR%%/wayland/pure-qml/qml/Screen.qml
5944
%%QT_EXAMPLEDIR%%/wayland/pure-qml/qml/main.qml
5945
%%QT_EXAMPLEDIR%%/wayland/qwindow-compositor/compositor.cpp
5946
%%QT_EXAMPLEDIR%%/wayland/qwindow-compositor/compositor.h
5947
%%QT_EXAMPLEDIR%%/wayland/qwindow-compositor/doc/src/qwindow-compositor.qdoc
5948
%%QT_EXAMPLEDIR%%/wayland/qwindow-compositor/main.cpp
5949
%%QT_EXAMPLEDIR%%/wayland/qwindow-compositor/qwindow-compositor.pro
5950
%%QT_EXAMPLEDIR%%/wayland/qwindow-compositor/qwindow-compositor.qrc
5951
%%QT_EXAMPLEDIR%%/wayland/qwindow-compositor/window.cpp
5952
%%QT_EXAMPLEDIR%%/wayland/qwindow-compositor/window.h
5953
%%QT_EXAMPLEDIR%%/wayland/server-buffer/README
5954
%%QT_EXAMPLEDIR%%/wayland/server-buffer/compositor/compositor.pro
5955
%%QT_EXAMPLEDIR%%/wayland/server-buffer/compositor/compositor.qrc
5956
%%QT_EXAMPLEDIR%%/wayland/server-buffer/compositor/images/Siberischer_tiger_de_edit02.jpg
5957
%%QT_EXAMPLEDIR%%/wayland/server-buffer/compositor/images/Siberischer_tiger_de_edit02.txt
5958
%%QT_EXAMPLEDIR%%/wayland/server-buffer/compositor/images/background.png
5959
%%QT_EXAMPLEDIR%%/wayland/server-buffer/compositor/main.cpp
5960
%%QT_EXAMPLEDIR%%/wayland/server-buffer/compositor/qml/main.qml
5961
%%QT_EXAMPLEDIR%%/wayland/server-buffer/compositor/sharebufferextension.cpp
5962
%%QT_EXAMPLEDIR%%/wayland/server-buffer/compositor/sharebufferextension.h
5963
%%QT_EXAMPLEDIR%%/wayland/server-buffer/cpp-client/cpp-client.pro
5964
%%QT_EXAMPLEDIR%%/wayland/server-buffer/cpp-client/main.cpp
5965
%%QT_EXAMPLEDIR%%/wayland/server-buffer/cpp-client/sharebufferextension.cpp
5966
%%QT_EXAMPLEDIR%%/wayland/server-buffer/cpp-client/sharebufferextension.h
5967
%%QT_EXAMPLEDIR%%/wayland/server-buffer/server-buffer.pro
5968
%%QT_EXAMPLEDIR%%/wayland/server-buffer/share-buffer.xml
5969
%%QT_EXAMPLEDIR%%/wayland/server-side-decoration/doc/src/server-side-decoration.qdoc
5970
%%QT_EXAMPLEDIR%%/wayland/server-side-decoration/main.cpp
5971
%%QT_EXAMPLEDIR%%/wayland/server-side-decoration/main.qml
5972
%%QT_EXAMPLEDIR%%/wayland/server-side-decoration/server-side-decoration.pro
5973
%%QT_EXAMPLEDIR%%/wayland/server-side-decoration/server-side-decoration.qrc
5974
%%QT_EXAMPLEDIR%%/wayland/spanning-screens/doc/src/spanning-screens.qdoc
5975
%%QT_EXAMPLEDIR%%/wayland/spanning-screens/main.cpp
5976
%%QT_EXAMPLEDIR%%/wayland/spanning-screens/main.qml
5977
%%QT_EXAMPLEDIR%%/wayland/spanning-screens/spanning-screens.pro
5978
%%QT_EXAMPLEDIR%%/wayland/spanning-screens/spanning-screens.qrc
5979
%%QT_EXAMPLEDIR%%/wayland/wayland.pro
5232
%%QT_EXAMPLEDIR%%/webchannel/chatclient-html/chatclient-html.pro
5980
%%QT_EXAMPLEDIR%%/webchannel/chatclient-html/chatclient-html.pro
5233
%%QT_EXAMPLEDIR%%/webchannel/chatclient-html/chatclient.html
5981
%%QT_EXAMPLEDIR%%/webchannel/chatclient-html/chatclient.html
5234
%%QT_EXAMPLEDIR%%/webchannel/chatclient-html/doc/images/chatclient-html.png
5982
%%QT_EXAMPLEDIR%%/webchannel/chatclient-html/doc/images/chatclient-html.png
Lines 5269-5274 Link Here
5269
%%QT_EXAMPLEDIR%%/webchannel/standalone/main.cpp
6017
%%QT_EXAMPLEDIR%%/webchannel/standalone/main.cpp
5270
%%QT_EXAMPLEDIR%%/webchannel/standalone/standalone.pro
6018
%%QT_EXAMPLEDIR%%/webchannel/standalone/standalone.pro
5271
%%QT_EXAMPLEDIR%%/webchannel/webchannel.pro
6019
%%QT_EXAMPLEDIR%%/webchannel/webchannel.pro
6020
%%QT_EXAMPLEDIR%%/webengine/customdialogs/MessageRectangle.qml
6021
%%QT_EXAMPLEDIR%%/webengine/customdialogs/SwitchButton.qml
6022
%%QT_EXAMPLEDIR%%/webengine/customdialogs/WebView.qml
6023
%%QT_EXAMPLEDIR%%/webengine/customdialogs/customdialogs.pro
6024
%%QT_EXAMPLEDIR%%/webengine/customdialogs/customdialogs.qrc
6025
%%QT_EXAMPLEDIR%%/webengine/customdialogs/doc/images/customdialogs-auth1.png
6026
%%QT_EXAMPLEDIR%%/webengine/customdialogs/doc/images/customdialogs-auth2.png
6027
%%QT_EXAMPLEDIR%%/webengine/customdialogs/doc/images/customdialogs-color1.png
6028
%%QT_EXAMPLEDIR%%/webengine/customdialogs/doc/images/customdialogs-color2.png
6029
%%QT_EXAMPLEDIR%%/webengine/customdialogs/doc/images/customdialogs-file1.png
6030
%%QT_EXAMPLEDIR%%/webengine/customdialogs/doc/images/customdialogs-file2.png
6031
%%QT_EXAMPLEDIR%%/webengine/customdialogs/doc/images/customdialogs-menu.png
6032
%%QT_EXAMPLEDIR%%/webengine/customdialogs/doc/images/customdialogs-prompt1.png
6033
%%QT_EXAMPLEDIR%%/webengine/customdialogs/doc/images/customdialogs-prompt2.png
6034
%%QT_EXAMPLEDIR%%/webengine/customdialogs/doc/images/customdialogs.png
6035
%%QT_EXAMPLEDIR%%/webengine/customdialogs/doc/src/customdialogs.qdoc
6036
%%QT_EXAMPLEDIR%%/webengine/customdialogs/forms/Authentication.qml
6037
%%QT_EXAMPLEDIR%%/webengine/customdialogs/forms/AuthenticationForm.ui.qml
6038
%%QT_EXAMPLEDIR%%/webengine/customdialogs/forms/Button.qml
6039
%%QT_EXAMPLEDIR%%/webengine/customdialogs/forms/ColorCell.qml
6040
%%QT_EXAMPLEDIR%%/webengine/customdialogs/forms/ColorPicker.qml
6041
%%QT_EXAMPLEDIR%%/webengine/customdialogs/forms/ColorPickerForm.ui.qml
6042
%%QT_EXAMPLEDIR%%/webengine/customdialogs/forms/FilePicker.qml
6043
%%QT_EXAMPLEDIR%%/webengine/customdialogs/forms/FilePickerForm.ui.qml
6044
%%QT_EXAMPLEDIR%%/webengine/customdialogs/forms/FileRow.qml
6045
%%QT_EXAMPLEDIR%%/webengine/customdialogs/forms/JavaScript.qml
6046
%%QT_EXAMPLEDIR%%/webengine/customdialogs/forms/JavaScriptForm.ui.qml
6047
%%QT_EXAMPLEDIR%%/webengine/customdialogs/forms/Menu.qml
6048
%%QT_EXAMPLEDIR%%/webengine/customdialogs/forms/MenuForm.ui.qml
6049
%%QT_EXAMPLEDIR%%/webengine/customdialogs/icon.svg
6050
%%QT_EXAMPLEDIR%%/webengine/customdialogs/index.html
6051
%%QT_EXAMPLEDIR%%/webengine/customdialogs/main.cpp
6052
%%QT_EXAMPLEDIR%%/webengine/customdialogs/main.qml
6053
%%QT_EXAMPLEDIR%%/webengine/customdialogs/server.cpp
6054
%%QT_EXAMPLEDIR%%/webengine/customdialogs/server.h
6055
%%QT_EXAMPLEDIR%%/webengine/customdialogs/style.css
6056
%%QT_EXAMPLEDIR%%/webengine/minimal/doc/src/minimal.qdoc
6057
%%QT_EXAMPLEDIR%%/webengine/minimal/main.cpp
6058
%%QT_EXAMPLEDIR%%/webengine/minimal/main.qml
6059
%%QT_EXAMPLEDIR%%/webengine/minimal/minimal.pro
6060
%%QT_EXAMPLEDIR%%/webengine/minimal/qml.qrc
6061
%%QT_EXAMPLEDIR%%/webengine/quicknanobrowser/ApplicationRoot.qml
6062
%%QT_EXAMPLEDIR%%/webengine/quicknanobrowser/BrowserDialog.qml
6063
%%QT_EXAMPLEDIR%%/webengine/quicknanobrowser/BrowserWindow.qml
6064
%%QT_EXAMPLEDIR%%/webengine/quicknanobrowser/DownloadView.qml
6065
%%QT_EXAMPLEDIR%%/webengine/quicknanobrowser/FullScreenNotification.qml
6066
%%QT_EXAMPLEDIR%%/webengine/quicknanobrowser/doc/images/quicknanobrowser-demo.jpg
6067
%%QT_EXAMPLEDIR%%/webengine/quicknanobrowser/doc/src/quicknanobrowser.qdoc
6068
%%QT_EXAMPLEDIR%%/webengine/quicknanobrowser/icons/3rdparty/COPYING
6069
%%QT_EXAMPLEDIR%%/webengine/quicknanobrowser/icons/3rdparty/go-next.png
6070
%%QT_EXAMPLEDIR%%/webengine/quicknanobrowser/icons/3rdparty/go-previous.png
6071
%%QT_EXAMPLEDIR%%/webengine/quicknanobrowser/icons/3rdparty/process-stop.png
6072
%%QT_EXAMPLEDIR%%/webengine/quicknanobrowser/icons/3rdparty/qt_attribution.json
6073
%%QT_EXAMPLEDIR%%/webengine/quicknanobrowser/icons/3rdparty/view-refresh.png
6074
%%QT_EXAMPLEDIR%%/webengine/quicknanobrowser/main.cpp
6075
%%QT_EXAMPLEDIR%%/webengine/quicknanobrowser/quicknanobrowser.pro
6076
%%QT_EXAMPLEDIR%%/webengine/quicknanobrowser/resources.qrc
6077
%%QT_EXAMPLEDIR%%/webengine/quicknanobrowser/utils.h
6078
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/doc/images/recipebrowser-demo.jpg
6079
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/doc/src/recipebrowser.qdoc
6080
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/main.cpp
6081
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/recipebrowser.pro
6082
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/resources/pages/assets/3rdparty/MARKDOWN-LICENSE.txt
6083
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/resources/pages/assets/3rdparty/MARKED-LICENSE.txt
6084
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/resources/pages/assets/3rdparty/markdown.css
6085
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/resources/pages/assets/3rdparty/marked.js
6086
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/resources/pages/assets/3rdparty/qt_attribution.json
6087
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/resources/pages/assets/custom.css
6088
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/resources/pages/assets/custom.js
6089
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/resources/pages/burger.html
6090
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/resources/pages/cupcakes.html
6091
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/resources/pages/images/burger.jpg
6092
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/resources/pages/images/cupcakes.jpg
6093
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/resources/pages/images/pasta.jpg
6094
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/resources/pages/images/pizza.jpg
6095
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/resources/pages/images/skewers.jpg
6096
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/resources/pages/images/soup.jpg
6097
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/resources/pages/images/steak.jpg
6098
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/resources/pages/pasta.html
6099
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/resources/pages/pizza.html
6100
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/resources/pages/skewers.html
6101
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/resources/pages/soup.html
6102
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/resources/pages/steak.html
6103
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/resources/qml/RecipeList.qml
6104
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/resources/qml/main.qml
6105
%%QT_EXAMPLEDIR%%/webengine/recipebrowser/resources/resources.qrc
6106
%%QT_EXAMPLEDIR%%/webengine/webengine.pro
6107
%%QT_EXAMPLEDIR%%/webengine/webengineaction/doc/images/webengineaction-example.png
6108
%%QT_EXAMPLEDIR%%/webengine/webengineaction/doc/src/webengineaction.qdoc
6109
%%QT_EXAMPLEDIR%%/webengine/webengineaction/main.cpp
6110
%%QT_EXAMPLEDIR%%/webengine/webengineaction/main.qml
6111
%%QT_EXAMPLEDIR%%/webengine/webengineaction/qml.qrc
6112
%%QT_EXAMPLEDIR%%/webengine/webengineaction/webengineaction.pro
6113
%%QT_EXAMPLEDIR%%/webenginewidgets/contentmanipulation/contentmanipulation.pro
6114
%%QT_EXAMPLEDIR%%/webenginewidgets/contentmanipulation/doc/images/contentmanipulation-example.png
6115
%%QT_EXAMPLEDIR%%/webenginewidgets/contentmanipulation/doc/src/contentmanipulation.qdoc
6116
%%QT_EXAMPLEDIR%%/webenginewidgets/contentmanipulation/jquery.min.js
6117
%%QT_EXAMPLEDIR%%/webenginewidgets/contentmanipulation/jquery.qrc
6118
%%QT_EXAMPLEDIR%%/webenginewidgets/contentmanipulation/main.cpp
6119
%%QT_EXAMPLEDIR%%/webenginewidgets/contentmanipulation/mainwindow.cpp
6120
%%QT_EXAMPLEDIR%%/webenginewidgets/contentmanipulation/mainwindow.h
6121
%%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/3rdparty/COPYING
6122
%%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/3rdparty/qt_attribution.json
6123
%%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/3rdparty/view-refresh.png
6124
%%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/cookiebrowser.pro
6125
%%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/cookiebrowser.qrc
6126
%%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/cookiedialog.ui
6127
%%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/cookiewidget.ui
6128
%%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/doc/images/cookiebrowser.png
6129
%%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/doc/src/cookiebrowser.qdoc
6130
%%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/main.cpp
6131
%%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/mainwindow.cpp
6132
%%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/mainwindow.h
6133
%%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/mainwindow.ui
6134
%%QT_EXAMPLEDIR%%/webenginewidgets/html2pdf/doc/images/html2pdf-example.png
6135
%%QT_EXAMPLEDIR%%/webenginewidgets/html2pdf/doc/src/html2pdf.qdoc
6136
%%QT_EXAMPLEDIR%%/webenginewidgets/html2pdf/html2pdf.cpp
6137
%%QT_EXAMPLEDIR%%/webenginewidgets/html2pdf/html2pdf.pro
6138
%%QT_EXAMPLEDIR%%/webenginewidgets/maps/doc/images/maps-example.png
6139
%%QT_EXAMPLEDIR%%/webenginewidgets/maps/doc/src/maps.qdoc
6140
%%QT_EXAMPLEDIR%%/webenginewidgets/maps/main.cpp
6141
%%QT_EXAMPLEDIR%%/webenginewidgets/maps/mainwindow.cpp
6142
%%QT_EXAMPLEDIR%%/webenginewidgets/maps/mainwindow.h
6143
%%QT_EXAMPLEDIR%%/webenginewidgets/maps/maps.pro
6144
%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/doc/images/markdowneditor-example.png
6145
%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/doc/src/markdowneditor.qdoc
6146
%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/document.cpp
6147
%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/document.h
6148
%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/main.cpp
6149
%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/mainwindow.cpp
6150
%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/mainwindow.h
6151
%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/mainwindow.ui
6152
%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/markdowneditor.pro
6153
%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/previewpage.cpp
6154
%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/previewpage.h
6155
%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/resources/3rdparty/MARKDOWN-LICENSE.txt
6156
%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/resources/3rdparty/MARKED-LICENSE.txt
6157
%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/resources/3rdparty/markdown.css
6158
%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/resources/3rdparty/marked.js
6159
%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/resources/3rdparty/qt_attribution.json
6160
%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/resources/default.md
6161
%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/resources/index.html
6162
%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/resources/markdowneditor.qrc
6163
%%QT_EXAMPLEDIR%%/webenginewidgets/minimal/doc/images/minimal-example.png
6164
%%QT_EXAMPLEDIR%%/webenginewidgets/minimal/doc/src/minimal.qdoc
6165
%%QT_EXAMPLEDIR%%/webenginewidgets/minimal/main.cpp
6166
%%QT_EXAMPLEDIR%%/webenginewidgets/minimal/minimal.pro
6167
%%QT_EXAMPLEDIR%%/webenginewidgets/printme/data/data.qrc
6168
%%QT_EXAMPLEDIR%%/webenginewidgets/printme/data/icon.svg
6169
%%QT_EXAMPLEDIR%%/webenginewidgets/printme/data/index.html
6170
%%QT_EXAMPLEDIR%%/webenginewidgets/printme/data/style.css
6171
%%QT_EXAMPLEDIR%%/webenginewidgets/printme/doc/images/printme-example.png
6172
%%QT_EXAMPLEDIR%%/webenginewidgets/printme/doc/src/printme.qdoc
6173
%%QT_EXAMPLEDIR%%/webenginewidgets/printme/main.cpp
6174
%%QT_EXAMPLEDIR%%/webenginewidgets/printme/printhandler.cpp
6175
%%QT_EXAMPLEDIR%%/webenginewidgets/printme/printhandler.h
6176
%%QT_EXAMPLEDIR%%/webenginewidgets/printme/printme.pro
6177
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/browser.cpp
6178
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/browser.h
6179
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/browserwindow.cpp
6180
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/browserwindow.h
6181
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/certificateerrordialog.ui
6182
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/COPYING
6183
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/dialog-error.png
6184
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/edit-clear.png
6185
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/go-bottom.png
6186
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/go-next.png
6187
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/go-previous.png
6188
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/process-stop.png
6189
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/qt_attribution.json
6190
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/text-html.png
6191
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/view-refresh.png
6192
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/AppLogoColor.png
6193
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/ninja.png
6194
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/simplebrowser.qrc
6195
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/doc/images/simplebrowser-model.png
6196
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/doc/images/simplebrowser.png
6197
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/doc/src/simplebrowser-model.qmodel
6198
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/doc/src/simplebrowser.qdoc
6199
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/downloadmanagerwidget.cpp
6200
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/downloadmanagerwidget.h
6201
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/downloadmanagerwidget.ui
6202
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/downloadwidget.cpp
6203
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/downloadwidget.h
6204
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/downloadwidget.ui
6205
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/main.cpp
6206
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/passworddialog.ui
6207
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/simplebrowser.pro
6208
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/tabwidget.cpp
6209
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/tabwidget.h
6210
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/webpage.cpp
6211
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/webpage.h
6212
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/webpopupwindow.cpp
6213
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/webpopupwindow.h
6214
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/webview.cpp
6215
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/webview.h
6216
%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/data/icon.svg
6217
%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/data/index.html
6218
%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/data/spellchecker.qrc
6219
%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/data/style.css
6220
%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/dict/de/README.txt
6221
%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/dict/de/de-DE.aff
6222
%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/dict/de/de-DE.dic
6223
%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/dict/en/README.txt
6224
%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/dict/en/en-US.aff
6225
%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/dict/en/en-US.dic
6226
%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/doc/images/spellchecker-example.png
6227
%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/doc/src/spellchecker.qdoc
6228
%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/main.cpp
6229
%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/spellchecker.pro
6230
%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/webview.cpp
6231
%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/webview.h
6232
%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/3rdparty/COPYING
6233
%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/3rdparty/qt_attribution.json
6234
%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/3rdparty/view-refresh.png
6235
%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/doc/images/stylesheetbrowser.png
6236
%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/doc/src/stylesheetbrowser.qdoc
6237
%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/main.cpp
6238
%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/mainwindow.cpp
6239
%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/mainwindow.h
6240
%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/mainwindow.ui
6241
%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/stylesheetbrowser.pro
6242
%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/stylesheetbrowser.qrc
6243
%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/stylesheetdialog.cpp
6244
%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/stylesheetdialog.h
6245
%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/stylesheetdialog.ui
6246
%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/data/index.html
6247
%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/data/videoplayer.qrc
6248
%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/doc/images/videoplayer-example.png
6249
%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/doc/src/videoplayer.qdoc
6250
%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/fullscreennotification.cpp
6251
%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/fullscreennotification.h
6252
%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/fullscreenwindow.cpp
6253
%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/fullscreenwindow.h
6254
%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/main.cpp
6255
%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/mainwindow.cpp
6256
%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/mainwindow.h
6257
%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/videoplayer.pro
6258
%%QT_EXAMPLEDIR%%/webenginewidgets/webenginewidgets.pro
6259
%%QT_EXAMPLEDIR%%/webenginewidgets/webui/about.html
6260
%%QT_EXAMPLEDIR%%/webenginewidgets/webui/doc/images/webui-example.png
6261
%%QT_EXAMPLEDIR%%/webenginewidgets/webui/doc/src/webui.qdoc
6262
%%QT_EXAMPLEDIR%%/webenginewidgets/webui/main.cpp
6263
%%QT_EXAMPLEDIR%%/webenginewidgets/webui/webui.pro
6264
%%QT_EXAMPLEDIR%%/webenginewidgets/webui/webui.qrc
6265
%%QT_EXAMPLEDIR%%/webenginewidgets/webui/webuihandler.cpp
6266
%%QT_EXAMPLEDIR%%/webenginewidgets/webui/webuihandler.h
5272
%%QT_EXAMPLEDIR%%/websockets/doc/echoclient.qdoc
6267
%%QT_EXAMPLEDIR%%/websockets/doc/echoclient.qdoc
5273
%%QT_EXAMPLEDIR%%/websockets/doc/echoserver.qdoc
6268
%%QT_EXAMPLEDIR%%/websockets/doc/echoserver.qdoc
5274
%%QT_EXAMPLEDIR%%/websockets/doc/examples.qdoc
6269
%%QT_EXAMPLEDIR%%/websockets/doc/examples.qdoc
Lines 5313-5318 Link Here
5313
%%QT_EXAMPLEDIR%%/websockets/sslechoserver/sslechoserver.h
6308
%%QT_EXAMPLEDIR%%/websockets/sslechoserver/sslechoserver.h
5314
%%QT_EXAMPLEDIR%%/websockets/sslechoserver/sslechoserver.pro
6309
%%QT_EXAMPLEDIR%%/websockets/sslechoserver/sslechoserver.pro
5315
%%QT_EXAMPLEDIR%%/websockets/websockets.pro
6310
%%QT_EXAMPLEDIR%%/websockets/websockets.pro
6311
%%QT_EXAMPLEDIR%%/webview/minibrowser/+android/LoadProgressStyle.qml
6312
%%QT_EXAMPLEDIR%%/webview/minibrowser/LoadProgressStyle.qml
6313
%%QT_EXAMPLEDIR%%/webview/minibrowser/doc/images/webview-example.jpg
6314
%%QT_EXAMPLEDIR%%/webview/minibrowser/doc/src/minibrowser.qdoc
6315
%%QT_EXAMPLEDIR%%/webview/minibrowser/images/left-32.png
6316
%%QT_EXAMPLEDIR%%/webview/minibrowser/images/refresh-32.png
6317
%%QT_EXAMPLEDIR%%/webview/minibrowser/images/right-32.png
6318
%%QT_EXAMPLEDIR%%/webview/minibrowser/images/stop-32.png
6319
%%QT_EXAMPLEDIR%%/webview/minibrowser/ios/Info.plist
6320
%%QT_EXAMPLEDIR%%/webview/minibrowser/macos/Info.plist
6321
%%QT_EXAMPLEDIR%%/webview/minibrowser/main.cpp
6322
%%QT_EXAMPLEDIR%%/webview/minibrowser/main.qml
6323
%%QT_EXAMPLEDIR%%/webview/minibrowser/minibrowser.pro
6324
%%QT_EXAMPLEDIR%%/webview/minibrowser/qml.qrc
6325
%%QT_EXAMPLEDIR%%/webview/webview.pro
5316
%%QT_EXAMPLEDIR%%/widgets/animation/README
6326
%%QT_EXAMPLEDIR%%/widgets/animation/README
5317
%%QT_EXAMPLEDIR%%/widgets/animation/animatedtiles/animatedtiles.pro
6327
%%QT_EXAMPLEDIR%%/widgets/animation/animatedtiles/animatedtiles.pro
5318
%%QT_EXAMPLEDIR%%/widgets/animation/animatedtiles/animatedtiles.qrc
6328
%%QT_EXAMPLEDIR%%/widgets/animation/animatedtiles/animatedtiles.qrc
Lines 6897-6902 Link Here
6897
%%QT_EXAMPLEDIR%%/widgets/widgets/validators/validators.pro
7907
%%QT_EXAMPLEDIR%%/widgets/widgets/validators/validators.pro
6898
%%QT_EXAMPLEDIR%%/widgets/widgets/validators/validators.qrc
7908
%%QT_EXAMPLEDIR%%/widgets/widgets/validators/validators.qrc
6899
%%QT_EXAMPLEDIR%%/widgets/widgets/validators/validators.ui
7909
%%QT_EXAMPLEDIR%%/widgets/widgets/validators/validators.ui
7910
%%QT_EXAMPLEDIR%%/widgets/widgets/validators/validatorwidget.cpp
7911
%%QT_EXAMPLEDIR%%/widgets/widgets/validators/validatorwidget.h
6900
%%QT_EXAMPLEDIR%%/widgets/widgets/widgets.pro
7912
%%QT_EXAMPLEDIR%%/widgets/widgets/widgets.pro
6901
%%QT_EXAMPLEDIR%%/widgets/widgets/wiggly/dialog.cpp
7913
%%QT_EXAMPLEDIR%%/widgets/widgets/wiggly/dialog.cpp
6902
%%QT_EXAMPLEDIR%%/widgets/widgets/wiggly/dialog.h
7914
%%QT_EXAMPLEDIR%%/widgets/widgets/wiggly/dialog.h
Lines 6912-6917 Link Here
6912
%%QT_EXAMPLEDIR%%/widgets/widgets/windowflags/windowflags.pro
7924
%%QT_EXAMPLEDIR%%/widgets/widgets/windowflags/windowflags.pro
6913
%%QT_EXAMPLEDIR%%/widgets/windowcontainer/windowcontainer.cpp
7925
%%QT_EXAMPLEDIR%%/widgets/windowcontainer/windowcontainer.cpp
6914
%%QT_EXAMPLEDIR%%/widgets/windowcontainer/windowcontainer.pro
7926
%%QT_EXAMPLEDIR%%/widgets/windowcontainer/windowcontainer.pro
7927
%%QT_EXAMPLEDIR%%/winextras/iconextractor/doc/src/qtwinextras-example-iconextractor.qdoc
7928
%%QT_EXAMPLEDIR%%/winextras/iconextractor/iconextractor.pro
7929
%%QT_EXAMPLEDIR%%/winextras/iconextractor/main.cpp
7930
%%QT_EXAMPLEDIR%%/winextras/musicplayer/doc/images/qtwinextras-musicplayer-composited.png
7931
%%QT_EXAMPLEDIR%%/winextras/musicplayer/doc/images/qtwinextras-musicplayer-non-composited.png
7932
%%QT_EXAMPLEDIR%%/winextras/musicplayer/doc/images/qtwinextras-musicplayer-taskbar.png
7933
%%QT_EXAMPLEDIR%%/winextras/musicplayer/doc/images/qtwinextras-musicplayer-thumbnail.png
7934
%%QT_EXAMPLEDIR%%/winextras/musicplayer/doc/src/qtwinextras-musicplayer.qdoc
7935
%%QT_EXAMPLEDIR%%/winextras/musicplayer/images/qt-logo.ico
7936
%%QT_EXAMPLEDIR%%/winextras/musicplayer/main.cpp
7937
%%QT_EXAMPLEDIR%%/winextras/musicplayer/musicplayer.cpp
7938
%%QT_EXAMPLEDIR%%/winextras/musicplayer/musicplayer.h
7939
%%QT_EXAMPLEDIR%%/winextras/musicplayer/musicplayer.pro
7940
%%QT_EXAMPLEDIR%%/winextras/musicplayer/volumebutton.cpp
7941
%%QT_EXAMPLEDIR%%/winextras/musicplayer/volumebutton.h
7942
%%QT_EXAMPLEDIR%%/winextras/quickplayer/doc/images/qtwinextras-quickplayer-composited.png
7943
%%QT_EXAMPLEDIR%%/winextras/quickplayer/doc/images/qtwinextras-quickplayer-non-composited.png
7944
%%QT_EXAMPLEDIR%%/winextras/quickplayer/doc/images/qtwinextras-quickplayer-taskbar.png
7945
%%QT_EXAMPLEDIR%%/winextras/quickplayer/doc/images/qtwinextras-quickplayer-thumbnail.png
7946
%%QT_EXAMPLEDIR%%/winextras/quickplayer/doc/src/qtwinextras-quickplayer.qdoc
7947
%%QT_EXAMPLEDIR%%/winextras/quickplayer/images/media-pause-16.png
7948
%%QT_EXAMPLEDIR%%/winextras/quickplayer/images/media-pause-32.png
7949
%%QT_EXAMPLEDIR%%/winextras/quickplayer/images/media-play-16.png
7950
%%QT_EXAMPLEDIR%%/winextras/quickplayer/images/media-play-32.png
7951
%%QT_EXAMPLEDIR%%/winextras/quickplayer/images/media-seek-backward-32.png
7952
%%QT_EXAMPLEDIR%%/winextras/quickplayer/images/media-seek-forward-32.png
7953
%%QT_EXAMPLEDIR%%/winextras/quickplayer/images/media-stop-32.png
7954
%%QT_EXAMPLEDIR%%/winextras/quickplayer/images/qt-logo.ico
7955
%%QT_EXAMPLEDIR%%/winextras/quickplayer/main.cpp
7956
%%QT_EXAMPLEDIR%%/winextras/quickplayer/qml/main.qml
7957
%%QT_EXAMPLEDIR%%/winextras/quickplayer/quickplayer.pro
7958
%%QT_EXAMPLEDIR%%/winextras/quickplayer/quickplayer.qrc
7959
%%QT_EXAMPLEDIR%%/winextras/quickplayer/quickplayer.rc
7960
%%QT_EXAMPLEDIR%%/winextras/winextras.pro
6915
%%QT_EXAMPLEDIR%%/xml/README
7961
%%QT_EXAMPLEDIR%%/xml/README
6916
%%QT_EXAMPLEDIR%%/xml/dombookmarks/doc/images/dombookmarks-example.png
7962
%%QT_EXAMPLEDIR%%/xml/dombookmarks/doc/images/dombookmarks-example.png
6917
%%QT_EXAMPLEDIR%%/xml/dombookmarks/doc/src/dombookmarks.qdoc
7963
%%QT_EXAMPLEDIR%%/xml/dombookmarks/doc/src/dombookmarks.qdoc
(-)b/misc/qt5-l10n/pkg-plist (+7 lines)
Lines 123-128 Link Here
123
%%QT_L10NDIR%%/qtbase_ru.qm
123
%%QT_L10NDIR%%/qtbase_ru.qm
124
%%QT_L10NDIR%%/qtbase_sk.qm
124
%%QT_L10NDIR%%/qtbase_sk.qm
125
%%QT_L10NDIR%%/qtbase_uk.qm
125
%%QT_L10NDIR%%/qtbase_uk.qm
126
%%QT_L10NDIR%%/qtbase_zh_TW.qm
126
%%QT_L10NDIR%%/qtconnectivity_bg.qm
127
%%QT_L10NDIR%%/qtconnectivity_bg.qm
127
%%QT_L10NDIR%%/qtconnectivity_da.qm
128
%%QT_L10NDIR%%/qtconnectivity_da.qm
128
%%QT_L10NDIR%%/qtconnectivity_de.qm
129
%%QT_L10NDIR%%/qtconnectivity_de.qm
Lines 178-191 Link Here
178
%%QT_L10NDIR%%/qtmultimedia_ru.qm
179
%%QT_L10NDIR%%/qtmultimedia_ru.qm
179
%%QT_L10NDIR%%/qtmultimedia_sk.qm
180
%%QT_L10NDIR%%/qtmultimedia_sk.qm
180
%%QT_L10NDIR%%/qtmultimedia_uk.qm
181
%%QT_L10NDIR%%/qtmultimedia_uk.qm
182
%%QT_L10NDIR%%/qtmultimedia_zh_TW.qm
181
%%QT_L10NDIR%%/qtquickcontrols2_ar.qm
183
%%QT_L10NDIR%%/qtquickcontrols2_ar.qm
182
%%QT_L10NDIR%%/qtquickcontrols2_bg.qm
184
%%QT_L10NDIR%%/qtquickcontrols2_bg.qm
185
%%QT_L10NDIR%%/qtquickcontrols2_ca.qm
183
%%QT_L10NDIR%%/qtquickcontrols2_da.qm
186
%%QT_L10NDIR%%/qtquickcontrols2_da.qm
184
%%QT_L10NDIR%%/qtquickcontrols2_en.qm
187
%%QT_L10NDIR%%/qtquickcontrols2_en.qm
185
%%QT_L10NDIR%%/qtquickcontrols2_hu.qm
188
%%QT_L10NDIR%%/qtquickcontrols2_hu.qm
186
%%QT_L10NDIR%%/qtquickcontrols2_ko.qm
189
%%QT_L10NDIR%%/qtquickcontrols2_ko.qm
187
%%QT_L10NDIR%%/qtquickcontrols2_uk.qm
190
%%QT_L10NDIR%%/qtquickcontrols2_uk.qm
191
%%QT_L10NDIR%%/qtquickcontrols2_zh_TW.qm
188
%%QT_L10NDIR%%/qtquickcontrols_bg.qm
192
%%QT_L10NDIR%%/qtquickcontrols_bg.qm
193
%%QT_L10NDIR%%/qtquickcontrols_ca.qm
189
%%QT_L10NDIR%%/qtquickcontrols_da.qm
194
%%QT_L10NDIR%%/qtquickcontrols_da.qm
190
%%QT_L10NDIR%%/qtquickcontrols_de.qm
195
%%QT_L10NDIR%%/qtquickcontrols_de.qm
191
%%QT_L10NDIR%%/qtquickcontrols_en.qm
196
%%QT_L10NDIR%%/qtquickcontrols_en.qm
Lines 194-199 Link Here
194
%%QT_L10NDIR%%/qtquickcontrols_ja.qm
199
%%QT_L10NDIR%%/qtquickcontrols_ja.qm
195
%%QT_L10NDIR%%/qtquickcontrols_ru.qm
200
%%QT_L10NDIR%%/qtquickcontrols_ru.qm
196
%%QT_L10NDIR%%/qtquickcontrols_uk.qm
201
%%QT_L10NDIR%%/qtquickcontrols_uk.qm
202
%%QT_L10NDIR%%/qtquickcontrols_zh_TW.qm
197
%%QT_L10NDIR%%/qtscript_ar.qm
203
%%QT_L10NDIR%%/qtscript_ar.qm
198
%%QT_L10NDIR%%/qtscript_bg.qm
204
%%QT_L10NDIR%%/qtscript_bg.qm
199
%%QT_L10NDIR%%/qtscript_ca.qm
205
%%QT_L10NDIR%%/qtscript_ca.qm
Lines 254-256 Link Here
254
%%QT_L10NDIR%%/qtxmlpatterns_ru.qm
260
%%QT_L10NDIR%%/qtxmlpatterns_ru.qm
255
%%QT_L10NDIR%%/qtxmlpatterns_sk.qm
261
%%QT_L10NDIR%%/qtxmlpatterns_sk.qm
256
%%QT_L10NDIR%%/qtxmlpatterns_uk.qm
262
%%QT_L10NDIR%%/qtxmlpatterns_uk.qm
263
%%QT_L10NDIR%%/qtxmlpatterns_zh_TW.qm
(-)b/multimedia/qt5-multimedia/Makefile (-3 / +1 lines)
Lines 10-16 COMMENT= Qt audio, video, radio and camera support module Link Here
10
10
11
# LICENSE set via USES_QT5 (bsd.qt.mk)
11
# LICENSE set via USES_QT5 (bsd.qt.mk)
12
12
13
USES=		compiler:c++11-lang gl gnome pkgconfig qmake:norecursive \
13
USES=		compiler:c++11-lang gl gnome pkgconfig openal qmake:norecursive \
14
		qt-dist:5,multimedia
14
		qt-dist:5,multimedia
15
USE_GL=		gl
15
USE_GL=		gl
16
USE_GNOME=	glib20
16
USE_GNOME=	glib20
Lines 47-54 GSTREAMER_VARS= QT_CONFIG+=gstreamer-1.0 \ Link Here
47
			QMAKE_CONFIGURE_ARGS+=-gstreamer 1.0
47
			QMAKE_CONFIGURE_ARGS+=-gstreamer 1.0
48
GSTREAMER_VARS_OFF=	QT_CONFIG+=-gstreamer-1.0 \
48
GSTREAMER_VARS_OFF=	QT_CONFIG+=-gstreamer-1.0 \
49
			QMAKE_CONFIGURE_ARGS+=-no-gstreamer
49
			QMAKE_CONFIGURE_ARGS+=-no-gstreamer
50
OPENAL_USES=		openal
51
OPENAL_VARS_OFF=	QMAKE_CONFIGURE_ARGS+=-no-openal
52
PULSEAUDIO_LIB_DEPENDS=	libpulse.so:audio/pulseaudio
50
PULSEAUDIO_LIB_DEPENDS=	libpulse.so:audio/pulseaudio
53
PULSEAUDIO_VARS=	QT_CONFIG+=pulseaudio
51
PULSEAUDIO_VARS=	QT_CONFIG+=pulseaudio
54
PULSEAUDIO_VARS_OFF=	QT_CONFIG+=-pulseaudio \
52
PULSEAUDIO_VARS_OFF=	QT_CONFIG+=-pulseaudio \
(-)a/multimedia/qt5-multimedia/files/patch-src_multimedia_configure.json (-11 lines)
Removed Link Here
1
Make it possible to disable OpenAL support via a command-line option.
2
--- src/multimedia/configure.json
3
+++ src/multimedia/configure.json
4
@@ -9,6 +9,7 @@
5
         "options": {
6
             "alsa": "boolean",
7
             "gstreamer": { "type": "optionalString", "values": [ "no", "yes", "0.10", "1.0" ] },
8
+            "openal": "boolean",
9
             "pulseaudio": "boolean",
10
             "mediaplayer-backend": { "type": "string", "values": [ "directshow", "wmf" ] },
11
             "wmf-backend": { "type": "void", "name": "mediaplayer-backend", "value": "wmf" }
(-)b/multimedia/qt5-multimedia/pkg-plist (-25 / +25 lines)
Lines 1-4 Link Here
1
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/gstvideoconnector_p.h
2
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qabstractvideobuffer_p.h
1
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qabstractvideobuffer_p.h
3
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qaudiobuffer_p.h
2
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qaudiobuffer_p.h
4
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qaudiodevicefactory_p.h
3
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qaudiodevicefactory_p.h
Lines 7-35 Link Here
7
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qcamera_p.h
6
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qcamera_p.h
8
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qdeclarativevideooutput_backend_p.h
7
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qdeclarativevideooutput_backend_p.h
9
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qdeclarativevideooutput_p.h
8
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qdeclarativevideooutput_p.h
10
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstappsrc_p.h
11
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstbufferpoolinterface_p.h
12
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstcodecsinfo_p.h
13
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstreameraudioinputselector_p.h
14
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstreameraudioprobecontrol_p.h
15
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstreamerbufferprobe_p.h
16
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstreamerbushelper_p.h
17
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstreamermessage_p.h
18
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstreamermirtexturerenderer_p.h
19
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstreamerplayercontrol_p.h
20
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstreamerplayersession_p.h
21
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstreamervideoinputdevicecontrol_p.h
22
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstreamervideooverlay_p.h
23
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstreamervideoprobecontrol_p.h
24
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstreamervideorenderer_p.h
25
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstreamervideorendererinterface_p.h
26
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstreamervideowidget_p.h
27
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstreamervideowindow_p.h
28
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgsttools_global_p.h
29
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstutils_p.h
30
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstvideobuffer_p.h
31
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstvideorendererplugin_p.h
32
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qgstvideorenderersink_p.h
33
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qimagevideobuffer_p.h
9
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qimagevideobuffer_p.h
34
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qmediacontrol_p.h
10
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qmediacontrol_p.h
35
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qmedianetworkplaylistprovider_p.h
11
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qmedianetworkplaylistprovider_p.h
Lines 62-68 Link Here
62
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qvideoframe_p.h
38
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qvideoframe_p.h
63
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qvideoframeconversionhelper_p.h
39
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qvideoframeconversionhelper_p.h
64
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qvideooutputorientationhandler_p.h
40
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qvideooutputorientationhandler_p.h
65
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qvideosurfacegstsink_p.h
66
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qvideosurfaceoutput_p.h
41
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qvideosurfaceoutput_p.h
67
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qwavedecoder_p.h
42
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qwavedecoder_p.h
68
%%QT_INCDIR%%/QtMultimedia/QAbstractAudioDeviceInfo
43
%%QT_INCDIR%%/QtMultimedia/QAbstractAudioDeviceInfo
Lines 254-259 Link Here
254
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/QtMultimediaGstToolsDepends
229
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/QtMultimediaGstToolsDepends
255
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/QtMultimediaGstToolsVersion
230
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/QtMultimediaGstToolsVersion
256
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/qtmultimediagsttoolsversion.h
231
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/qtmultimediagsttoolsversion.h
232
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/%%FULLVER%%/QtMultimediaGstTools/private/gstvideoconnector_p.h
233
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/%%FULLVER%%/QtMultimediaGstTools/private/qgstappsrc_p.h
234
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/%%FULLVER%%/QtMultimediaGstTools/private/qgstbufferpoolinterface_p.h
235
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/%%FULLVER%%/QtMultimediaGstTools/private/qgstcodecsinfo_p.h
236
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/%%FULLVER%%/QtMultimediaGstTools/private/qgstreameraudioinputselector_p.h
237
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/%%FULLVER%%/QtMultimediaGstTools/private/qgstreameraudioprobecontrol_p.h
238
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/%%FULLVER%%/QtMultimediaGstTools/private/qgstreamerbufferprobe_p.h
239
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/%%FULLVER%%/QtMultimediaGstTools/private/qgstreamerbushelper_p.h
240
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/%%FULLVER%%/QtMultimediaGstTools/private/qgstreamermessage_p.h
241
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/%%FULLVER%%/QtMultimediaGstTools/private/qgstreamermirtexturerenderer_p.h
242
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/%%FULLVER%%/QtMultimediaGstTools/private/qgstreamerplayercontrol_p.h
243
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/%%FULLVER%%/QtMultimediaGstTools/private/qgstreamerplayersession_p.h
244
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/%%FULLVER%%/QtMultimediaGstTools/private/qgstreamervideoinputdevicecontrol_p.h
245
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/%%FULLVER%%/QtMultimediaGstTools/private/qgstreamervideooverlay_p.h
246
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/%%FULLVER%%/QtMultimediaGstTools/private/qgstreamervideoprobecontrol_p.h
247
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/%%FULLVER%%/QtMultimediaGstTools/private/qgstreamervideorenderer_p.h
248
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/%%FULLVER%%/QtMultimediaGstTools/private/qgstreamervideorendererinterface_p.h
249
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/%%FULLVER%%/QtMultimediaGstTools/private/qgstreamervideowidget_p.h
250
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/%%FULLVER%%/QtMultimediaGstTools/private/qgstreamervideowindow_p.h
251
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/%%FULLVER%%/QtMultimediaGstTools/private/qgsttools_global_p.h
252
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/%%FULLVER%%/QtMultimediaGstTools/private/qgstutils_p.h
253
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/%%FULLVER%%/QtMultimediaGstTools/private/qgstvideobuffer_p.h
254
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/%%FULLVER%%/QtMultimediaGstTools/private/qgstvideorendererplugin_p.h
255
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/%%FULLVER%%/QtMultimediaGstTools/private/qgstvideorenderersink_p.h
256
%%GSTREAMER%%%%QT_INCDIR%%/QtMultimediaGstTools/%%FULLVER%%/QtMultimediaGstTools/private/qvideosurfacegstsink_p.h
257
%%QT_INCDIR%%/QtMultimediaQuick/%%FULLVER%%/QtMultimediaQuick/private/qdeclarativevideooutput_render_p.h
257
%%QT_INCDIR%%/QtMultimediaQuick/%%FULLVER%%/QtMultimediaQuick/private/qdeclarativevideooutput_render_p.h
258
%%QT_INCDIR%%/QtMultimediaQuick/%%FULLVER%%/QtMultimediaQuick/private/qdeclarativevideooutput_window_p.h
258
%%QT_INCDIR%%/QtMultimediaQuick/%%FULLVER%%/QtMultimediaQuick/private/qdeclarativevideooutput_window_p.h
259
%%QT_INCDIR%%/QtMultimediaQuick/%%FULLVER%%/QtMultimediaQuick/private/qsgvideonode_rgb_p.h
259
%%QT_INCDIR%%/QtMultimediaQuick/%%FULLVER%%/QtMultimediaQuick/private/qsgvideonode_rgb_p.h
(-)b/net/qt5-network/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	network
3
PORTNAME=	network
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	net ipv6
5
CATEGORIES=	net ipv6
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)a/net/qt5-network/files/patch-qdnslookup (-109 lines)
Removed Link Here
1
QDnsLookup: fix "Resolver functions not found" error on FreeBSD
2
3
The current code only tries to load the required functions from
4
LIBRESOLV_SO (if defined) and resolv, but on FreeBSD they are in libc:
5
https://www.freebsd.org/cgi/man.cgi?query=res_query&sektion=3&apropos=0&manpath=freebsd
6
7
This commit changes the code so that, after failing to load the
8
non-existent libraries, it attempts to load the functions with dlsym()
9
using the special handle RTLD_DEFAULT, which searches for the specified
10
symbol in the loaded libraries.
11
12
Task-number: QTBUG-74844
13
14
diff --git a/src/network/kernel/kernel.pri b/src/network/kernel/kernel.pri
15
index 11b80d59d5e..d7a92a12ebe 100644
16
--- src/network/kernel/kernel.pri
17
+++ src/network/kernel/kernel.pri
18
@@ -38,7 +38,11 @@ qtConfig(dnslookup) {
19
 }
20
 
21
 unix {
22
-    !integrity:qtConfig(dnslookup): SOURCES += kernel/qdnslookup_unix.cpp
23
+    !integrity:qtConfig(dnslookup) {
24
+        SOURCES += kernel/qdnslookup_unix.cpp
25
+        qtConfig(dlopen): QMAKE_USE_PRIVATE += libdl
26
+    }
27
+
28
     SOURCES += kernel/qhostinfo_unix.cpp
29
 
30
     qtConfig(linux-netlink): SOURCES += kernel/qnetworkinterface_linux.cpp
31
diff --git a/src/network/kernel/qdnslookup_unix.cpp b/src/network/kernel/qdnslookup_unix.cpp
32
index ce1ec6442a6..ee7484ab35f 100644
33
--- src/network/kernel/qdnslookup_unix.cpp
34
+++ src/network/kernel/qdnslookup_unix.cpp
35
@@ -59,6 +59,10 @@
36
 #  include <gnu/lib-names.h>
37
 #endif
38
 
39
+#if defined(Q_OS_FREEBSD) || QT_CONFIG(dlopen)
40
+#  include <dlfcn.h>
41
+#endif
42
+
43
 #include <cstring>
44
 
45
 QT_BEGIN_NAMESPACE
46
@@ -87,6 +91,18 @@ struct QDnsLookupStateDeleter
47
     }
48
 };
49
 
50
+static QFunctionPointer resolveSymbol(QLibrary &lib, const char *sym)
51
+{
52
+    if (lib.isLoaded())
53
+        return lib.resolve(sym);
54
+
55
+#if defined(RTLD_DEFAULT) && (defined(Q_OS_FREEBSD) || QT_CONFIG(dlopen))
56
+    return reinterpret_cast<QFunctionPointer>(dlsym(RTLD_DEFAULT, sym));
57
+#else
58
+    return nullptr;
59
+#endif
60
+}
61
+
62
 static bool resolveLibraryInternal()
63
 {
64
     QLibrary lib;
65
@@ -96,31 +112,30 @@ static bool resolveLibraryInternal()
66
 #endif
67
     {
68
         lib.setFileName(QLatin1String("resolv"));
69
-        if (!lib.load())
70
-            return false;
71
+        lib.load();
72
     }
73
 
74
-    local_dn_expand = dn_expand_proto(lib.resolve("__dn_expand"));
75
+    local_dn_expand = dn_expand_proto(resolveSymbol(lib, "__dn_expand"));
76
     if (!local_dn_expand)
77
-        local_dn_expand = dn_expand_proto(lib.resolve("dn_expand"));
78
+        local_dn_expand = dn_expand_proto(resolveSymbol(lib, "dn_expand"));
79
 
80
-    local_res_nclose = res_nclose_proto(lib.resolve("__res_nclose"));
81
+    local_res_nclose = res_nclose_proto(resolveSymbol(lib, "__res_nclose"));
82
     if (!local_res_nclose)
83
-        local_res_nclose = res_nclose_proto(lib.resolve("res_9_nclose"));
84
+        local_res_nclose = res_nclose_proto(resolveSymbol(lib, "res_9_nclose"));
85
     if (!local_res_nclose)
86
-        local_res_nclose = res_nclose_proto(lib.resolve("res_nclose"));
87
+        local_res_nclose = res_nclose_proto(resolveSymbol(lib, "res_nclose"));
88
 
89
-    local_res_ninit = res_ninit_proto(lib.resolve("__res_ninit"));
90
+    local_res_ninit = res_ninit_proto(resolveSymbol(lib, "__res_ninit"));
91
     if (!local_res_ninit)
92
-        local_res_ninit = res_ninit_proto(lib.resolve("res_9_ninit"));
93
+        local_res_ninit = res_ninit_proto(resolveSymbol(lib, "res_9_ninit"));
94
     if (!local_res_ninit)
95
-        local_res_ninit = res_ninit_proto(lib.resolve("res_ninit"));
96
+        local_res_ninit = res_ninit_proto(resolveSymbol(lib, "res_ninit"));
97
 
98
-    local_res_nquery = res_nquery_proto(lib.resolve("__res_nquery"));
99
+    local_res_nquery = res_nquery_proto(resolveSymbol(lib, "__res_nquery"));
100
     if (!local_res_nquery)
101
-        local_res_nquery = res_nquery_proto(lib.resolve("res_9_nquery"));
102
+        local_res_nquery = res_nquery_proto(resolveSymbol(lib, "res_9_nquery"));
103
     if (!local_res_nquery)
104
-        local_res_nquery = res_nquery_proto(lib.resolve("res_nquery"));
105
+        local_res_nquery = res_nquery_proto(resolveSymbol(lib, "res_nquery"));
106
 
107
     return true;
108
 }
109
(-)a/net/qt5-network/files/patch-src_network_ssl_qsslcontext__openssl.cpp (-15 lines)
Removed Link Here
1
* 
2
* Fix for libressl after openssl111 API change
3
*
4
*
5
--- src/network/ssl/qsslcontext_openssl.cpp.orig	2018-12-03 11:15:26 UTC
6
+++ src/network/ssl/qsslcontext_openssl.cpp
7
@@ -249,7 +249,7 @@ void QSslContext::applyBackendConfig(QSs
8
     if (sslContext->sslConfiguration.backendConfiguration().isEmpty())
9
         return;
10
 
11
-#if OPENSSL_VERSION_NUMBER >= 0x10002000L
12
+#if OPENSSL_VERSION_NUMBER >= 0x10002000L && !defined(LIBRESSL_VERSION_NUMBER)
13
     if (QSslSocket::sslLibraryVersionNumber() >= 0x10002000L) {
14
         QSharedPointer<SSL_CONF_CTX> cctx(q_SSL_CONF_CTX_new(), &q_SSL_CONF_CTX_free);
15
         if (cctx) {
(-)a/net/qt5-network/files/patch-src_network_ssl_qsslsocket__openssl11__symbols__p.h (-71 lines)
Removed Link Here
1
For LibreSSL, redefine OPENSSL_STACK to use the native stack_st.
2
Also redefine DSA_bits() to a LibreSSL-native routine.
3
4
Redefine SSL stack functions to their proper symbols in LibreSSL.
5
6
--- src/network/ssl/qsslsocket_openssl11_symbols_p.h.orig	2018-12-03 11:15:26 UTC
7
+++ src/network/ssl/qsslsocket_openssl11_symbols_p.h
8
@@ -75,21 +75,49 @@
9
 #error "You are not supposed to use this header file, include qsslsocket_openssl_symbols_p.h instead"
10
 #endif
11
 
12
+#if defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER >= 0x20700000L
13
+// LibreSSL 2.7 has stack_st but not OPENSSL_STACK
14
+typedef struct stack_st OPENSSL_STACK; /* Use STACK_OF(...) instead */
15
+// From the signature in LibreSSL
16
+#define OPENSSL_INIT_SETTINGS void
17
+// https://github.com/openssl/openssl/blob/master/include/openssl/x509_vfy.h#L63
18
+typedef int (*X509_STORE_CTX_verify_cb)(int, X509_STORE_CTX *);
19
+#endif
20
+
21
 const unsigned char * q_ASN1_STRING_get0_data(const ASN1_STRING *x);
22
 
23
 Q_AUTOTEST_EXPORT BIO *q_BIO_new(const BIO_METHOD *a);
24
 Q_AUTOTEST_EXPORT const BIO_METHOD *q_BIO_s_mem();
25
 
26
+#ifdef LIBRESSL_VERSION_NUMBER
27
+#define q_DSA_bits(dsa) q_BN_num_bits((dsa)->p)
28
+#else
29
 int q_DSA_bits(DSA *a);
30
+#endif
31
 int q_EVP_CIPHER_CTX_reset(EVP_CIPHER_CTX *c);
32
 int q_EVP_PKEY_base_id(EVP_PKEY *a);
33
 int q_RSA_bits(RSA *a);
34
+#ifdef LIBRESSL_VERSION_NUMBER
35
+int q_sk_num(OPENSSL_STACK *a);
36
+void q_sk_pop_free(OPENSSL_STACK *a, void (*b)(void *));
37
+OPENSSL_STACK *q_sk_new_null();
38
+void q_sk_push(OPENSSL_STACK *st, void *data);
39
+void q_sk_free(OPENSSL_STACK *a);
40
+void * q_sk_value(OPENSSL_STACK *a, int b);
41
+#define q_OPENSSL_sk_num(a) q_sk_num(a)
42
+#define q_OPENSSL_sk_pop_free(a, b) q_sk_pop_free(a, b)
43
+#define q_OPENSSL_sk_new_null() q_sk_new_null()
44
+#define q_OPENSSL_sk_push(a, b) q_sk_push(a, b)
45
+#define q_OPENSSL_sk_free q_sk_free
46
+#define q_OPENSSL_sk_value(a, b) q_sk_value(a, b)
47
+#else
48
 int q_OPENSSL_sk_num(OPENSSL_STACK *a);
49
 void q_OPENSSL_sk_pop_free(OPENSSL_STACK *a, void (*b)(void *));
50
 OPENSSL_STACK *q_OPENSSL_sk_new_null();
51
 void q_OPENSSL_sk_push(OPENSSL_STACK *st, void *data);
52
 void q_OPENSSL_sk_free(OPENSSL_STACK *a);
53
 void * q_OPENSSL_sk_value(OPENSSL_STACK *a, int b);
54
+#endif
55
 int q_SSL_session_reused(SSL *a);
56
 unsigned long q_SSL_CTX_set_options(SSL_CTX *ctx, unsigned long op);
57
 int q_OPENSSL_init_ssl(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings);
58
@@ -112,8 +140,13 @@ int q_DH_bits(DH *dh);
59
 # define q_SSL_load_error_strings() q_OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS \
60
                                                        | OPENSSL_INIT_LOAD_CRYPTO_STRINGS, NULL)
61
 
62
+#ifdef LIBRESSL_VERSION_NUMBER
63
+#define q_SKM_sk_num(type, st) ((int (*)(const STACK_OF(type) *))q_sk_num)(st)
64
+#define q_SKM_sk_value(type, st,i) ((type * (*)(const STACK_OF(type) *, int))q_sk_value)(st, i)
65
+#else
66
 #define q_SKM_sk_num(type, st) ((int (*)(const STACK_OF(type) *))q_OPENSSL_sk_num)(st)
67
 #define q_SKM_sk_value(type, st,i) ((type * (*)(const STACK_OF(type) *, int))q_OPENSSL_sk_value)(st, i)
68
+#endif
69
 
70
 #define q_OPENSSL_add_all_algorithms_conf()  q_OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS \
71
                                                                    | OPENSSL_INIT_ADD_ALL_DIGESTS \
(-)a/net/qt5-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols.cpp (-106 lines)
Removed Link Here
1
Redefine SSL stack functions to their proper symbols in LibreSSL.
2
Also reference a redefined DSA_bits() that does not natively exist
3
in LibreSSL.
4
5
Ensure that we link to the correct ssl library selected in
6
DEFAULT_VERSIONS.
7
8
Do not define SSL_CONF_CTX symbols absent from LibreSSL.
9
10
--- src/network/ssl/qsslsocket_openssl_symbols.cpp.orig	2018-12-03 11:15:26 UTC
11
+++ src/network/ssl/qsslsocket_openssl_symbols.cpp
12
@@ -152,6 +152,14 @@ DEFINEFUNC2(int, BN_is_word, BIGNUM *a, a, BN_ULONG w,
13
 DEFINEFUNC(int, EVP_CIPHER_CTX_reset, EVP_CIPHER_CTX *c, c, return 0, return)
14
 DEFINEFUNC(int, EVP_PKEY_base_id, EVP_PKEY *a, a, return NID_undef, return)
15
 DEFINEFUNC(int, RSA_bits, RSA *a, a, return 0, return)
16
+#ifdef LIBRESSL_VERSION_NUMBER
17
+DEFINEFUNC(int, sk_num, OPENSSL_STACK *a, a, return -1, return)
18
+DEFINEFUNC2(void, sk_pop_free, OPENSSL_STACK *a, a, void (*b)(void*), b, return, DUMMYARG)
19
+DEFINEFUNC(OPENSSL_STACK *, sk_new_null, DUMMYARG, DUMMYARG, return nullptr, return)
20
+DEFINEFUNC2(void, sk_push, OPENSSL_STACK *a, a, void *b, b, return, DUMMYARG)
21
+DEFINEFUNC(void, sk_free, OPENSSL_STACK *a, a, return, DUMMYARG)
22
+DEFINEFUNC2(void *, sk_value, OPENSSL_STACK *a, a, int b, b, return nullptr, return)
23
+#else
24
 DEFINEFUNC(int, DSA_bits, DSA *a, a, return 0, return)
25
 DEFINEFUNC(int, OPENSSL_sk_num, OPENSSL_STACK *a, a, return -1, return)
26
 DEFINEFUNC2(void, OPENSSL_sk_pop_free, OPENSSL_STACK *a, a, void (*b)(void*), b, return, DUMMYARG)
27
@@ -159,6 +167,7 @@ DEFINEFUNC(OPENSSL_STACK *, OPENSSL_sk_new_null, DUMMY
28
 DEFINEFUNC2(void, OPENSSL_sk_push, OPENSSL_STACK *a, a, void *b, b, return, DUMMYARG)
29
 DEFINEFUNC(void, OPENSSL_sk_free, OPENSSL_STACK *a, a, return, DUMMYARG)
30
 DEFINEFUNC2(void *, OPENSSL_sk_value, OPENSSL_STACK *a, a, int b, b, return nullptr, return)
31
+#endif
32
 DEFINEFUNC(int, SSL_session_reused, SSL *a, a, return 0, return)
33
 DEFINEFUNC2(unsigned long, SSL_CTX_set_options, SSL_CTX *ctx, ctx, unsigned long op, op, return 0, return)
34
 #ifdef TLS1_3_VERSION
35
@@ -443,7 +452,7 @@ DEFINEFUNC2(int, SSL_CTX_use_PrivateKey, SSL_CTX *a, a
36
 DEFINEFUNC2(int, SSL_CTX_use_RSAPrivateKey, SSL_CTX *a, a, RSA *b, b, return -1, return)
37
 DEFINEFUNC3(int, SSL_CTX_use_PrivateKey_file, SSL_CTX *a, a, const char *b, b, int c, c, return -1, return)
38
 DEFINEFUNC(X509_STORE *, SSL_CTX_get_cert_store, const SSL_CTX *a, a, return nullptr, return)
39
-#if OPENSSL_VERSION_NUMBER >= 0x10002000L
40
+#if OPENSSL_VERSION_NUMBER >= 0x10002000L && !defined(LIBRESSL_VERSION_NUMBER)
41
 DEFINEFUNC(SSL_CONF_CTX *, SSL_CONF_CTX_new, DUMMYARG, DUMMYARG, return nullptr, return);
42
 DEFINEFUNC(void, SSL_CONF_CTX_free, SSL_CONF_CTX *a, a, return ,return);
43
 DEFINEFUNC2(void, SSL_CONF_CTX_set_ssl_ctx, SSL_CONF_CTX *a, a, SSL_CTX *b, b, return, return);
44
@@ -846,8 +855,8 @@ static QPair<QLibrary*, QLibrary*> loadOpenSsl()
45
 #endif
46
 #if defined(SHLIB_VERSION_NUMBER) && !defined(Q_OS_QNX) // on QNX, the libs are always libssl.so and libcrypto.so
47
     // first attempt: the canonical name is libssl.so.<SHLIB_VERSION_NUMBER>
48
-    libssl->setFileNameAndVersion(QLatin1String("ssl"), QLatin1String(SHLIB_VERSION_NUMBER));
49
-    libcrypto->setFileNameAndVersion(QLatin1String("crypto"), QLatin1String(SHLIB_VERSION_NUMBER));
50
+    libssl->setFileNameAndVersion(QLatin1String("%%OPENSSLLIB%%/libssl"), QLatin1String(SHLIB_VERSION_NUMBER));
51
+    libcrypto->setFileNameAndVersion(QLatin1String("%%OPENSSLLIB%%/libcrypto"), QLatin1String(SHLIB_VERSION_NUMBER));
52
     if (libcrypto->load() && libssl->load()) {
53
         // libssl.so.<SHLIB_VERSION_NUMBER> and libcrypto.so.<SHLIB_VERSION_NUMBER> found
54
         return pair;
55
@@ -876,8 +885,8 @@ static QPair<QLibrary*, QLibrary*> loadOpenSsl()
56
     //  macOS's /usr/lib/libssl.dylib, /usr/lib/libcrypto.dylib will be picked up in the third
57
     //    attempt, _after_ <bundle>/Contents/Frameworks has been searched.
58
     //  iOS does not ship a system libssl.dylib, libcrypto.dylib in the first place.
59
-    libssl->setFileNameAndVersion(QLatin1String("ssl"), -1);
60
-    libcrypto->setFileNameAndVersion(QLatin1String("crypto"), -1);
61
+    libssl->setFileNameAndVersion(QLatin1String("%%OPENSSLLIB%%/libssl"), -1);
62
+    libcrypto->setFileNameAndVersion(QLatin1String("%%OPENSSLLIB%%/libcrypto"), -1);
63
     if (libcrypto->load() && libssl->load()) {
64
         // libssl.so.0 and libcrypto.so.0 found
65
         return pair;
66
@@ -961,12 +970,21 @@ bool q_resolveOpenSslSymbols()
67
     RESOLVEFUNC(EVP_CIPHER_CTX_reset)
68
     RESOLVEFUNC(EVP_PKEY_base_id)
69
     RESOLVEFUNC(RSA_bits)
70
+#ifdef LIBRESSL_VERSION_NUMBER
71
+    RESOLVEFUNC(sk_new_null)
72
+    RESOLVEFUNC(sk_push)
73
+    RESOLVEFUNC(sk_free)
74
+    RESOLVEFUNC(sk_num)
75
+    RESOLVEFUNC(sk_pop_free)
76
+    RESOLVEFUNC(sk_value)
77
+#else
78
     RESOLVEFUNC(OPENSSL_sk_new_null)
79
     RESOLVEFUNC(OPENSSL_sk_push)
80
     RESOLVEFUNC(OPENSSL_sk_free)
81
     RESOLVEFUNC(OPENSSL_sk_num)
82
     RESOLVEFUNC(OPENSSL_sk_pop_free)
83
     RESOLVEFUNC(OPENSSL_sk_value)
84
+#endif
85
     RESOLVEFUNC(DH_get0_pqg)
86
     RESOLVEFUNC(SSL_CTX_set_options)
87
 #ifdef TLS1_3_VERSION
88
@@ -1001,7 +1019,9 @@ bool q_resolveOpenSslSymbols()
89
 
90
     RESOLVEFUNC(SSL_SESSION_get_ticket_lifetime_hint)
91
     RESOLVEFUNC(DH_bits)
92
+#ifndef LIBRESSL_VERSION_NUMBER
93
     RESOLVEFUNC(DSA_bits)
94
+#endif
95
 
96
 #if QT_CONFIG(dtls)
97
     RESOLVEFUNC(DTLSv1_listen)
98
@@ -1237,7 +1257,7 @@ bool q_resolveOpenSslSymbols()
99
     RESOLVEFUNC(SSL_CTX_use_RSAPrivateKey)
100
     RESOLVEFUNC(SSL_CTX_use_PrivateKey_file)
101
     RESOLVEFUNC(SSL_CTX_get_cert_store);
102
-#if OPENSSL_VERSION_NUMBER >= 0x10002000L
103
+#if OPENSSL_VERSION_NUMBER >= 0x10002000L && !defined(LIBRESSL_VERSION_NUMBER)
104
     RESOLVEFUNC(SSL_CONF_CTX_new);
105
     RESOLVEFUNC(SSL_CONF_CTX_free);
106
     RESOLVEFUNC(SSL_CONF_CTX_set_ssl_ctx);
(-)a/net/qt5-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols__p.h (-30 lines)
Removed Link Here
1
Define maximum TLS version as 1.2 so as to not hit any possibly
2
unsupported TLS 1.3 symbols.
3
4
Also do not define SSL_CONF_CTX symbols absent from LibreSSL.
5
6
--- src/network/ssl/qsslsocket_openssl_symbols_p.h.orig	2018-12-03 11:15:26 UTC
7
+++ src/network/ssl/qsslsocket_openssl_symbols_p.h
8
@@ -74,6 +74,13 @@
9
 
10
 QT_BEGIN_NAMESPACE
11
 
12
+#if defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER >= 0x20700000L
13
+# define TLS1_2_VERSION 0x0303
14
+# define TLS_MAX_VERSION TLS1_2_VERSION
15
+# define TLS_ANY_VERSION 0x10000
16
+#endif
17
+
18
+
19
 #define DUMMYARG
20
 
21
 #if !defined QT_LINKED_OPENSSL
22
@@ -359,7 +366,7 @@ int q_SSL_CTX_use_PrivateKey(SSL_CTX *a, EVP_PKEY *b);
23
 int q_SSL_CTX_use_RSAPrivateKey(SSL_CTX *a, RSA *b);
24
 int q_SSL_CTX_use_PrivateKey_file(SSL_CTX *a, const char *b, int c);
25
 X509_STORE *q_SSL_CTX_get_cert_store(const SSL_CTX *a);
26
-#if OPENSSL_VERSION_NUMBER >= 0x10002000L
27
+#if OPENSSL_VERSION_NUMBER >= 0x10002000L && !defined(LIBRESSL_VERSION_NUMBER)
28
 SSL_CONF_CTX *q_SSL_CONF_CTX_new();
29
 void q_SSL_CONF_CTX_free(SSL_CONF_CTX *a);
30
 void q_SSL_CONF_CTX_set_ssl_ctx(SSL_CONF_CTX *a, SSL_CTX *b);
(-)b/net/qt5-network/pkg-plist (+5 lines)
Lines 62-67 Link Here
62
%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkreplywasmimpl_p.h
62
%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkreplywasmimpl_p.h
63
%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkrequest_p.h
63
%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkrequest_p.h
64
%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworksession_p.h
64
%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworksession_p.h
65
%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qocsp_p.h
66
%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qocspresponse_p.h
65
%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsctpserver_p.h
67
%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsctpserver_p.h
66
%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsctpsocket_p.h
68
%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsctpsocket_p.h
67
%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsharednetworksession_p.h
69
%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsharednetworksession_p.h
Lines 82-87 Link Here
82
%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsslsocket_openssl_symbols_p.h
84
%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsslsocket_openssl_symbols_p.h
83
%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsslsocket_opensslpre11_symbols_p.h
85
%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsslsocket_opensslpre11_symbols_p.h
84
%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsslsocket_p.h
86
%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsslsocket_p.h
87
%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsslsocket_schannel_p.h
85
%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsslsocket_winrt_p.h
88
%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsslsocket_winrt_p.h
86
%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qtcpserver_p.h
89
%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qtcpserver_p.h
87
%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qtcpsocket_p.h
90
%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qtcpsocket_p.h
Lines 124-129 Link Here
124
%%QT_INCDIR%%/QtNetwork/QNetworkReply
127
%%QT_INCDIR%%/QtNetwork/QNetworkReply
125
%%QT_INCDIR%%/QtNetwork/QNetworkRequest
128
%%QT_INCDIR%%/QtNetwork/QNetworkRequest
126
%%QT_INCDIR%%/QtNetwork/QNetworkSession
129
%%QT_INCDIR%%/QtNetwork/QNetworkSession
130
%%QT_INCDIR%%/QtNetwork/QOcspResponse
127
%%QT_INCDIR%%/QtNetwork/QSctpServer
131
%%QT_INCDIR%%/QtNetwork/QSctpServer
128
%%QT_INCDIR%%/QtNetwork/QSctpSocket
132
%%QT_INCDIR%%/QtNetwork/QSctpSocket
129
%%QT_INCDIR%%/QtNetwork/QSsl
133
%%QT_INCDIR%%/QtNetwork/QSsl
Lines 167-172 Link Here
167
%%QT_INCDIR%%/QtNetwork/qnetworkreply.h
171
%%QT_INCDIR%%/QtNetwork/qnetworkreply.h
168
%%QT_INCDIR%%/QtNetwork/qnetworkrequest.h
172
%%QT_INCDIR%%/QtNetwork/qnetworkrequest.h
169
%%QT_INCDIR%%/QtNetwork/qnetworksession.h
173
%%QT_INCDIR%%/QtNetwork/qnetworksession.h
174
%%QT_INCDIR%%/QtNetwork/qocspresponse.h
170
%%QT_INCDIR%%/QtNetwork/qpassworddigestor.h
175
%%QT_INCDIR%%/QtNetwork/qpassworddigestor.h
171
%%QT_INCDIR%%/QtNetwork/qsctpserver.h
176
%%QT_INCDIR%%/QtNetwork/qsctpserver.h
172
%%QT_INCDIR%%/QtNetwork/qsctpsocket.h
177
%%QT_INCDIR%%/QtNetwork/qsctpsocket.h
(-)b/www/Makefile (+1 lines)
Lines 1894-1899 Link Here
1894
    SUBDIR += qooxdoo
1894
    SUBDIR += qooxdoo
1895
    SUBDIR += qt5-webchannel
1895
    SUBDIR += qt5-webchannel
1896
    SUBDIR += qt5-webengine
1896
    SUBDIR += qt5-webengine
1897
    SUBDIR += qt5-webglplugin
1897
    SUBDIR += qt5-webkit
1898
    SUBDIR += qt5-webkit
1898
    SUBDIR += qt5-websockets
1899
    SUBDIR += qt5-websockets
1899
    SUBDIR += qt5-websockets-qml
1900
    SUBDIR += qt5-websockets-qml
(-)b/www/qt5-webglplugin/Makefile (+21 lines)
Added Link Here
1
# $FreeBSD$
2
3
PORTNAME=	webglplugin
4
DISTVERSION=	${QT5_VERSION}
5
CATEGORIES=	www
6
PKGNAMEPREFIX=	qt5-
7
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Qt QPA plugin for running an application via a browser using streamed WebGL commands
10
11
LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
12
		libfreetype.so:print/freetype2
13
14
USES=		compiler:c++11-lang gl gnome qmake:norecursive qt-dist:5
15
USE_GL=		gl
16
USE_GNOME=	glib20
17
USE_QT=		core dbus declarative gui network webchannel websockets \
18
		buildtools_build
19
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
20
21
.include <bsd.port.mk>
(-)b/www/qt5-webglplugin/pkg-plist (+3 lines)
Added Link Here
1
%%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QWebGLIntegrationPlugin.cmake
2
%%QT_PLUGINDIR%%/platforms/libqwebgl.so
3
%%DEBUG%%%%QT_PLUGINDIR%%/platforms/libqwebgl.so.debug
(-)b/x11-toolkits/Makefile (-1 lines)
Lines 208-214 Link Here
208
    SUBDIR += py-xlib
208
    SUBDIR += py-xlib
209
    SUBDIR += pypy-tkinter
209
    SUBDIR += pypy-tkinter
210
    SUBDIR += qml-box2d
210
    SUBDIR += qml-box2d
211
    SUBDIR += qt5-canvas3d
212
    SUBDIR += qt5-charts
211
    SUBDIR += qt5-charts
213
    SUBDIR += qt5-datavis3d
212
    SUBDIR += qt5-datavis3d
214
    SUBDIR += qt5-declarative
213
    SUBDIR += qt5-declarative
(-)a/x11-toolkits/qt5-canvas3d/Makefile (-16 lines)
Removed Link Here
1
# $FreeBSD$
2
3
PORTNAME=	canvas3d
4
DISTVERSION=	${QT5_VERSION}
5
CATEGORIES=	x11-toolkits
6
PKGNAMEPREFIX=	qt5-
7
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Qt canvas3d module
10
11
USES=		compiler:c++11-lang qmake qt-dist:5,canvas3d
12
USE_QT=		core declarative gui network buildtools_build
13
14
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
15
16
.include <bsd.port.mk>
(-)a/x11-toolkits/qt5-canvas3d/pkg-plist (-4 lines)
Removed Link Here
1
%%QT_QMLDIR%%/QtCanvas3D/libqtcanvas3d.so
2
%%DEBUG%%%%QT_QMLDIR%%/QtCanvas3D/libqtcanvas3d.so.debug
3
%%QT_QMLDIR%%/QtCanvas3D/plugins.qmltypes
4
%%QT_QMLDIR%%/QtCanvas3D/qmldir
(-)b/x11-toolkits/qt5-charts/pkg-plist (+3 lines)
Lines 49-54 Link Here
49
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/charttitle_p.h
49
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/charttitle_p.h
50
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/chartvalueaxisx_p.h
50
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/chartvalueaxisx_p.h
51
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/chartvalueaxisy_p.h
51
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/chartvalueaxisy_p.h
52
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/datetimeaxislabel_p.h
52
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/declarativeabstractrendernode_p.h
53
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/declarativeabstractrendernode_p.h
53
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/declarativeareaseries_p.h
54
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/declarativeareaseries_p.h
54
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/declarativeaxes_p.h
55
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/declarativeaxes_p.h
Lines 68-73 Link Here
68
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/declarativesplineseries_p.h
69
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/declarativesplineseries_p.h
69
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/declarativexypoint_p.h
70
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/declarativexypoint_p.h
70
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/declarativexyseries_p.h
71
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/declarativexyseries_p.h
72
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/editableaxislabel_p.h
71
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/glwidget_p.h
73
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/glwidget_p.h
72
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/glxyseriesdata_p.h
74
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/glxyseriesdata_p.h
73
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/horizontalaxis_p.h
75
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/horizontalaxis_p.h
Lines 150-155 Link Here
150
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/splineanimation_p.h
152
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/splineanimation_p.h
151
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/splinechartitem_p.h
153
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/splinechartitem_p.h
152
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/stackedbarchartitem_p.h
154
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/stackedbarchartitem_p.h
155
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/valueaxislabel_p.h
153
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/verticalaxis_p.h
156
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/verticalaxis_p.h
154
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/xlogydomain_p.h
157
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/xlogydomain_p.h
155
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/xlogypolardomain_p.h
158
%%QT_INCDIR%%/QtCharts/%%FULLVER%%/QtCharts/private/xlogypolardomain_p.h
(-)b/x11-toolkits/qt5-declarative/pkg-plist (+10 lines)
Lines 75-80 Link Here
75
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmljslexer_p.h
75
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmljslexer_p.h
76
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmljsmemorypool_p.h
76
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmljsmemorypool_p.h
77
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmljsparser_p.h
77
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmljsparser_p.h
78
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmljssourcelocation_p.h
78
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmllist_p.h
79
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmllist_p.h
79
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmllistaccessor_p.h
80
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmllistaccessor_p.h
80
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmllistcompositor_p.h
81
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmllistcompositor_p.h
Lines 105-110 Link Here
105
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlproxymetaobject_p.h
106
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlproxymetaobject_p.h
106
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlrefcount_p.h
107
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlrefcount_p.h
107
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlscriptstring_p.h
108
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlscriptstring_p.h
109
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlsourcecoordinate_p.h
108
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlstringconverters_p.h
110
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlstringconverters_p.h
109
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmltableinstancemodel_p.h
111
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmltableinstancemodel_p.h
110
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlthread_p.h
112
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlthread_p.h
Lines 159-164 Link Here
159
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4executableallocator_p.h
161
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4executableallocator_p.h
160
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4function_p.h
162
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4function_p.h
161
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4functionobject_p.h
163
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4functionobject_p.h
164
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4functiontable_p.h
162
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4generatorobject_p.h
165
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4generatorobject_p.h
163
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4global_p.h
166
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4global_p.h
164
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4globalobject_p.h
167
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4globalobject_p.h
Lines 291-296 Link Here
291
%%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmldebugmessageclient_p.h
294
%%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmldebugmessageclient_p.h
292
%%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlenginecontrolclient_p.h
295
%%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlenginecontrolclient_p.h
293
%%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlenginecontrolclient_p_p.h
296
%%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlenginecontrolclient_p_p.h
297
%%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlenginedebugclient_p.h
298
%%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlenginedebugclient_p_p.h
299
%%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlinspectorclient_p.h
300
%%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlinspectorclient_p_p.h
294
%%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlpreviewclient_p.h
301
%%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlpreviewclient_p.h
295
%%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlpreviewclient_p_p.h
302
%%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlpreviewclient_p_p.h
296
%%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlprofilerclient_p.h
303
%%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlprofilerclient_p.h
Lines 301-306 Link Here
301
%%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlprofilereventreceiver_p.h
308
%%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlprofilereventreceiver_p.h
302
%%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlprofilereventtype_p.h
309
%%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlprofilereventtype_p.h
303
%%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlprofilertypedevent_p.h
310
%%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlprofilertypedevent_p.h
311
%%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qv4debugclient_p.h
312
%%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qv4debugclient_p_p.h
304
%%QT_INCDIR%%/QtQmlDebug/QtQmlDebug
313
%%QT_INCDIR%%/QtQmlDebug/QtQmlDebug
305
%%QT_INCDIR%%/QtQmlDebug/QtQmlDebugDepends
314
%%QT_INCDIR%%/QtQmlDebug/QtQmlDebugDepends
306
%%QT_INCDIR%%/QtQmlDebug/QtQmlDebugVersion
315
%%QT_INCDIR%%/QtQmlDebug/QtQmlDebugVersion
Lines 417-422 Link Here
417
%%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickshadereffectsource_p.h
426
%%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickshadereffectsource_p.h
418
%%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickshortcut_p.h
427
%%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickshortcut_p.h
419
%%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicksinglepointhandler_p.h
428
%%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicksinglepointhandler_p.h
429
%%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicksinglepointhandler_p_p.h
420
%%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicksmoothedanimation_p.h
430
%%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicksmoothedanimation_p.h
421
%%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicksmoothedanimation_p_p.h
431
%%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicksmoothedanimation_p_p.h
422
%%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickspringanimation_p.h
432
%%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickspringanimation_p.h
(-)b/x11-toolkits/qt5-gamepad/Makefile (+2 lines)
Lines 8-13 PKGNAMEPREFIX= qt5- Link Here
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Qt 5 Gamepad Module
9
COMMENT=	Qt 5 Gamepad Module
10
10
11
BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:devel/evdev-proto
12
11
USES=		compiler:c++11-lang qmake:norecursive qt-dist:5,gamepad
13
USES=		compiler:c++11-lang qmake:norecursive qt-dist:5,gamepad
12
USE_QT=		core declarative gui buildtools_build
14
USE_QT=		core declarative gui buildtools_build
13
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
15
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
(-)b/x11-toolkits/qt5-gamepad/pkg-plist (+3 lines)
Lines 16-21 Link Here
16
%%QT_INCDIR%%/QtGamepad/qtgamepadversion.h
16
%%QT_INCDIR%%/QtGamepad/qtgamepadversion.h
17
%%QT_CMAKEDIR%%/Qt5Gamepad/Qt5GamepadConfig.cmake
17
%%QT_CMAKEDIR%%/Qt5Gamepad/Qt5GamepadConfig.cmake
18
%%QT_CMAKEDIR%%/Qt5Gamepad/Qt5GamepadConfigVersion.cmake
18
%%QT_CMAKEDIR%%/Qt5Gamepad/Qt5GamepadConfigVersion.cmake
19
%%QT_CMAKEDIR%%/Qt5Gamepad/Qt5Gamepad_QEvdevGamepadBackendPlugin.cmake
19
%%QT_LIBDIR%%/libQt5Gamepad.prl
20
%%QT_LIBDIR%%/libQt5Gamepad.prl
20
%%QT_LIBDIR%%/libQt5Gamepad.so
21
%%QT_LIBDIR%%/libQt5Gamepad.so
21
%%QT_LIBDIR%%/libQt5Gamepad.so.5
22
%%QT_LIBDIR%%/libQt5Gamepad.so.5
Lines 24-29 Link Here
24
%%DEBUG%%%%QT_LIBDIR%%/libQt5Gamepad.so.%%FULLVER%%.debug
25
%%DEBUG%%%%QT_LIBDIR%%/libQt5Gamepad.so.%%FULLVER%%.debug
25
%%QT_MKSPECDIR%%/modules/qt_lib_gamepad.pri
26
%%QT_MKSPECDIR%%/modules/qt_lib_gamepad.pri
26
%%QT_MKSPECDIR%%/modules/qt_lib_gamepad_private.pri
27
%%QT_MKSPECDIR%%/modules/qt_lib_gamepad_private.pri
28
%%QT_PLUGINDIR%%/gamepads/libevdevgamepad.so
29
%%DEBUG%%%%QT_PLUGINDIR%%/gamepads/libevdevgamepad.so.debug
27
%%QT_QMLDIR%%/QtGamepad/libdeclarative_gamepad.so
30
%%QT_QMLDIR%%/QtGamepad/libdeclarative_gamepad.so
28
%%DEBUG%%%%QT_QMLDIR%%/QtGamepad/libdeclarative_gamepad.so.debug
31
%%DEBUG%%%%QT_QMLDIR%%/QtGamepad/libdeclarative_gamepad.so.debug
29
%%QT_QMLDIR%%/QtGamepad/plugins.qmltypes
32
%%QT_QMLDIR%%/QtGamepad/plugins.qmltypes
(-)b/x11-toolkits/qt5-gui/Makefile (-1 / +2 lines)
Lines 10-18 COMMENT= Qt graphical user interface module Link Here
10
10
11
BUILD_DEPENDS=	at-spi2-core>=0:accessibility/at-spi2-core
11
BUILD_DEPENDS=	at-spi2-core>=0:accessibility/at-spi2-core
12
LIB_DEPENDS=	libdbus-1.so:devel/dbus \
12
LIB_DEPENDS=	libdbus-1.so:devel/dbus \
13
		libevdev.so:devel/libevdev \
13
		libfontconfig.so:x11-fonts/fontconfig \
14
		libfontconfig.so:x11-fonts/fontconfig \
14
		libfreetype.so:print/freetype2 \
15
		libfreetype.so:print/freetype2 \
15
		libharfbuzz.so:print/harfbuzz \
16
		libharfbuzz.so:print/harfbuzz \
17
		libinput.so:x11/libinput \
16
		libpng.so:graphics/png \
18
		libpng.so:graphics/png \
17
		libxcb.so:x11/libxcb \
19
		libxcb.so:x11/libxcb \
18
		libxcb-image.so:x11/xcb-util-image \
20
		libxcb-image.so:x11/xcb-util-image \
Lines 29-35 USE_QT= core dbus network qmake_build buildtools_build Link Here
29
USE_XORG=	ice sm x11 xi xrender
31
USE_XORG=	ice sm x11 xi xrender
30
HAS_CONFIGURE=	yes
32
HAS_CONFIGURE=	yes
31
CONFIGURE_ARGS=	-no-eglfs \
33
CONFIGURE_ARGS=	-no-eglfs \
32
		-no-evdev \
33
		-no-libudev \
34
		-no-libudev \
34
		-system-harfbuzz
35
		-system-harfbuzz
35
# Explicitely set to c++14 as to net get c++17/c++1z, as libX11's headers
36
# Explicitely set to c++14 as to net get c++17/c++1z, as libX11's headers
(-)a/x11-toolkits/qt5-gui/files/patch-src_platformsupport_glxconvenience_qglxconvenience.cpp (-17 lines)
Removed Link Here
1
Avoid selecting BGR visuals. On Intel i915 systems, selecting one of
2
these results in red-blue swapping later in the graphics pipeline.
3
PR 223638 has an extensive discussion.
4
5
--- src/platformsupport/glxconvenience/qglxconvenience.cpp.orig	2018-01-16 06:53:43 UTC
6
+++ src/platformsupport/glxconvenience/qglxconvenience.cpp
7
@@ -220,6 +220,10 @@ GLXFBConfig qglx_findConfig(Display *dis
8
             if (requestedAlpha && actualAlpha != requestedAlpha)
9
                 continue;
10
 
11
+            // avoid BGR visuals due to bugs elsewhere
12
+            if ((visual->red_mask & 0x1) == 0x1)
13
+                continue;
14
+
15
             return candidate;
16
         }
17
     } while (qglx_reduceFormat(&format));
(-)b/x11-toolkits/qt5-gui/pkg-plist (+48 lines)
Lines 69-74 Link Here
69
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qabstractlayoutstyleinfo_p.h
69
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qabstractlayoutstyleinfo_p.h
70
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qabstracttextdocumentlayout_p.h
70
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qabstracttextdocumentlayout_p.h
71
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qaccessiblecache_p.h
71
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qaccessiblecache_p.h
72
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qastchandler_p.h
72
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qbezier_p.h
73
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qbezier_p.h
73
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qblendfunctions_p.h
74
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qblendfunctions_p.h
74
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qblittable_p.h
75
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qblittable_p.h
Lines 210-215 Link Here
210
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qvectorpath_p.h
211
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qvectorpath_p.h
211
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qvulkanfunctions_p.h
212
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qvulkanfunctions_p.h
212
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qvulkanwindow_p.h
213
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qvulkanwindow_p.h
214
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qwasmlocalfileaccess_p.h
213
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qwindow_p.h
215
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qwindow_p.h
214
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qxbmhandler_p.h
216
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qxbmhandler_p.h
215
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qxpmhandler_p.h
217
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qxpmhandler_p.h
Lines 647-652 Link Here
647
%%QT_INCDIR%%/QtGui/qwindow.h
649
%%QT_INCDIR%%/QtGui/qwindow.h
648
%%QT_INCDIR%%/QtGui/qwindowdefs.h
650
%%QT_INCDIR%%/QtGui/qwindowdefs.h
649
%%QT_INCDIR%%/QtGui/qwindowdefs_win.h
651
%%QT_INCDIR%%/QtGui/qwindowdefs_win.h
652
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevkeyboard_defaultmap_p.h
653
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevkeyboardhandler_p.h
654
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevkeyboardmanager_p.h
655
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevmousehandler_p.h
656
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevmousemanager_p.h
657
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevtablethandler_p.h
658
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevtabletmanager_p.h
659
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevtouchfilter_p.h
660
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevtouchhandler_p.h
661
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevtouchmanager_p.h
662
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qlibinputhandler_p.h
663
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qlibinputkeyboard_p.h
664
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qlibinputpointer_p.h
665
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qlibinputtouch_p.h
666
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qtouchoutputmapping_p.h
667
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qtslib_p.h
668
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qxkbcommon_p.h
669
%%QT_INCDIR%%/QtInputSupport/QIntegrityHIDManager
670
%%QT_INCDIR%%/QtInputSupport/QtInputSupport
671
%%QT_INCDIR%%/QtInputSupport/QtInputSupportDepends
672
%%QT_INCDIR%%/QtInputSupport/QtInputSupportVersion
673
%%QT_INCDIR%%/QtInputSupport/qintegrityhidmanager.h
674
%%QT_INCDIR%%/QtInputSupport/qtinputsupportversion.h
650
%%QT_INCDIR%%/QtKmsSupport/%%FULLVER%%/QtKmsSupport/private/qkmsdevice_p.h
675
%%QT_INCDIR%%/QtKmsSupport/%%FULLVER%%/QtKmsSupport/private/qkmsdevice_p.h
651
%%QT_INCDIR%%/QtKmsSupport/QtKmsSupport
676
%%QT_INCDIR%%/QtKmsSupport/QtKmsSupport
652
%%QT_INCDIR%%/QtKmsSupport/QtKmsSupportDepends
677
%%QT_INCDIR%%/QtKmsSupport/QtKmsSupportDepends
Lines 724-729 Link Here
724
%%QT_INCDIR%%/QtThemeSupport/QtThemeSupportDepends
749
%%QT_INCDIR%%/QtThemeSupport/QtThemeSupportDepends
725
%%QT_INCDIR%%/QtThemeSupport/QtThemeSupportVersion
750
%%QT_INCDIR%%/QtThemeSupport/QtThemeSupportVersion
726
%%QT_INCDIR%%/QtThemeSupport/qtthemesupportversion.h
751
%%QT_INCDIR%%/QtThemeSupport/qtthemesupportversion.h
752
%%QT_INCDIR%%/QtXkbCommonSupport/%%FULLVER%%/QtXkbCommonSupport/private/qxkbcommon_p.h
753
%%QT_INCDIR%%/QtXkbCommonSupport/QtXkbCommonSupport
754
%%QT_INCDIR%%/QtXkbCommonSupport/QtXkbCommonSupportDepends
755
%%QT_INCDIR%%/QtXkbCommonSupport/QtXkbCommonSupportVersion
756
%%QT_INCDIR%%/QtXkbCommonSupport/qtxkbcommonsupportversion.h
727
%%QT_CMAKEDIR%%/Qt5Gui/Qt5GuiConfig.cmake
757
%%QT_CMAKEDIR%%/Qt5Gui/Qt5GuiConfig.cmake
728
%%QT_CMAKEDIR%%/Qt5Gui/Qt5GuiConfigExtras.cmake
758
%%QT_CMAKEDIR%%/Qt5Gui/Qt5GuiConfigExtras.cmake
729
%%QT_CMAKEDIR%%/Qt5Gui/Qt5GuiConfigVersion.cmake
759
%%QT_CMAKEDIR%%/Qt5Gui/Qt5GuiConfigVersion.cmake
Lines 731-736 Link Here
731
%%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QBsdKeyboardPlugin.cmake
761
%%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QBsdKeyboardPlugin.cmake
732
%%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QBsdMousePlugin.cmake
762
%%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QBsdMousePlugin.cmake
733
%%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake
763
%%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake
764
%%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake
765
%%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake
766
%%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake
767
%%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake
734
%%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QGifPlugin.cmake
768
%%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QGifPlugin.cmake
735
%%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QICOPlugin.cmake
769
%%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QICOPlugin.cmake
736
%%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake
770
%%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake
Lines 767-772 Link Here
767
%%QT_LIBDIR%%/libQt5Gui.so.%%SHORTVER%%
801
%%QT_LIBDIR%%/libQt5Gui.so.%%SHORTVER%%
768
%%QT_LIBDIR%%/libQt5Gui.so.%%FULLVER%%
802
%%QT_LIBDIR%%/libQt5Gui.so.%%FULLVER%%
769
%%DEBUG%%%%QT_LIBDIR%%/libQt5Gui.so.%%FULLVER%%.debug
803
%%DEBUG%%%%QT_LIBDIR%%/libQt5Gui.so.%%FULLVER%%.debug
804
%%QT_LIBDIR%%/libQt5InputSupport.a
805
%%QT_LIBDIR%%/libQt5InputSupport.prl
806
%%QT_LIBDIR%%/libQt5XkbCommonSupport.a
807
%%QT_LIBDIR%%/libQt5XkbCommonSupport.prl
770
%%QT_LIBDIR%%/libQt5KmsSupport.a
808
%%QT_LIBDIR%%/libQt5KmsSupport.a
771
%%QT_LIBDIR%%/libQt5KmsSupport.prl
809
%%QT_LIBDIR%%/libQt5KmsSupport.prl
772
%%QT_LIBDIR%%/libQt5LinuxAccessibilitySupport.a
810
%%QT_LIBDIR%%/libQt5LinuxAccessibilitySupport.a
Lines 795-800 Link Here
795
%%QT_MKSPECDIR%%/modules/qt_lib_glx_support_private.pri
833
%%QT_MKSPECDIR%%/modules/qt_lib_glx_support_private.pri
796
%%QT_MKSPECDIR%%/modules/qt_lib_gui.pri
834
%%QT_MKSPECDIR%%/modules/qt_lib_gui.pri
797
%%QT_MKSPECDIR%%/modules/qt_lib_gui_private.pri
835
%%QT_MKSPECDIR%%/modules/qt_lib_gui_private.pri
836
%%QT_MKSPECDIR%%/modules/qt_lib_input_support_private.pri
798
%%QT_MKSPECDIR%%/modules/qt_lib_kms_support_private.pri
837
%%QT_MKSPECDIR%%/modules/qt_lib_kms_support_private.pri
799
%%QT_MKSPECDIR%%/modules/qt_lib_linuxaccessibility_support_private.pri
838
%%QT_MKSPECDIR%%/modules/qt_lib_linuxaccessibility_support_private.pri
800
%%QT_MKSPECDIR%%/modules/qt_lib_openglextensions.pri
839
%%QT_MKSPECDIR%%/modules/qt_lib_openglextensions.pri
Lines 803-814 Link Here
803
%%QT_MKSPECDIR%%/modules/qt_lib_service_support_private.pri
842
%%QT_MKSPECDIR%%/modules/qt_lib_service_support_private.pri
804
%%QT_MKSPECDIR%%/modules/qt_lib_theme_support_private.pri
843
%%QT_MKSPECDIR%%/modules/qt_lib_theme_support_private.pri
805
%%QT_MKSPECDIR%%/modules/qt_lib_xcb_qpa_lib_private.pri
844
%%QT_MKSPECDIR%%/modules/qt_lib_xcb_qpa_lib_private.pri
845
%%QT_MKSPECDIR%%/modules/qt_lib_xkbcommon_support_private.pri
806
%%QT_PLUGINDIR%%/generic/libqbsdkeyboardplugin.so
846
%%QT_PLUGINDIR%%/generic/libqbsdkeyboardplugin.so
807
%%DEBUG%%%%QT_PLUGINDIR%%/generic/libqbsdkeyboardplugin.so.debug
847
%%DEBUG%%%%QT_PLUGINDIR%%/generic/libqbsdkeyboardplugin.so.debug
808
%%QT_PLUGINDIR%%/generic/libqbsdmouseplugin.so
848
%%QT_PLUGINDIR%%/generic/libqbsdmouseplugin.so
809
%%DEBUG%%%%QT_PLUGINDIR%%/generic/libqbsdmouseplugin.so.debug
849
%%DEBUG%%%%QT_PLUGINDIR%%/generic/libqbsdmouseplugin.so.debug
810
%%QT_PLUGINDIR%%/generic/libqtuiotouchplugin.so
850
%%QT_PLUGINDIR%%/generic/libqtuiotouchplugin.so
811
%%DEBUG%%%%QT_PLUGINDIR%%/generic/libqtuiotouchplugin.so.debug
851
%%DEBUG%%%%QT_PLUGINDIR%%/generic/libqtuiotouchplugin.so.debug
852
%%QT_PLUGINDIR%%/generic/libqevdevkeyboardplugin.so
853
%%DEBUG%%%%QT_PLUGINDIR%%/generic/libqevdevkeyboardplugin.so.debug
854
%%QT_PLUGINDIR%%/generic/libqevdevmouseplugin.so
855
%%DEBUG%%%%QT_PLUGINDIR%%/generic/libqevdevmouseplugin.so.debug
856
%%QT_PLUGINDIR%%/generic/libqevdevtabletplugin.so
857
%%DEBUG%%%%QT_PLUGINDIR%%/generic/libqevdevtabletplugin.so.debug
858
%%QT_PLUGINDIR%%/generic/libqevdevtouchplugin.so
859
%%DEBUG%%%%QT_PLUGINDIR%%/generic/libqevdevtouchplugin.so.debug
812
%%QT_PLUGINDIR%%/imageformats/libqgif.so
860
%%QT_PLUGINDIR%%/imageformats/libqgif.so
813
%%DEBUG%%%%QT_PLUGINDIR%%/imageformats/libqgif.so.debug
861
%%DEBUG%%%%QT_PLUGINDIR%%/imageformats/libqgif.so.debug
814
%%QT_PLUGINDIR%%/imageformats/libqico.so
862
%%QT_PLUGINDIR%%/imageformats/libqico.so
(-)b/x11-toolkits/qt5-quickcontrols/pkg-plist (+1 lines)
Lines 265-270 Link Here
265
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Desktop/qmldir
265
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Desktop/qmldir
266
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Flat/libqtquickextrasflatplugin.so
266
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Flat/libqtquickextrasflatplugin.so
267
%%DEBUG%%%%QT_QMLDIR%%/QtQuick/Controls/Styles/Flat/libqtquickextrasflatplugin.so.debug
267
%%DEBUG%%%%QT_QMLDIR%%/QtQuick/Controls/Styles/Flat/libqtquickextrasflatplugin.so.debug
268
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Flat/plugins.qmltypes
268
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Flat/qmldir
269
%%QT_QMLDIR%%/QtQuick/Controls/Styles/Flat/qmldir
269
%%QT_QMLDIR%%/QtQuick/Controls/Styles/qmldir
270
%%QT_QMLDIR%%/QtQuick/Controls/Styles/qmldir
270
%%QT_QMLDIR%%/QtQuick/Controls/Switch.qml
271
%%QT_QMLDIR%%/QtQuick/Controls/Switch.qml
(-)b/x11-toolkits/qt5-quickcontrols2/pkg-plist (+11 lines)
Lines 100-105 Link Here
100
%%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickshortcutcontext_p_p.h
100
%%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickshortcutcontext_p_p.h
101
%%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickslider_p.h
101
%%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickslider_p.h
102
%%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickspinbox_p.h
102
%%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickspinbox_p.h
103
%%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicksplitview_p.h
104
%%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicksplitview_p_p.h
103
%%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickstackelement_p_p.h
105
%%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickstackelement_p_p.h
104
%%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickstacktransition_p_p.h
106
%%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickstacktransition_p_p.h
105
%%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickstackview_p.h
107
%%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickstackview_p.h
Lines 134-139 Link Here
134
%%QT_INCDIR%%/QtQuickTemplates2/qtquicktemplates2version.h
136
%%QT_INCDIR%%/QtQuickTemplates2/qtquicktemplates2version.h
135
%%QT_CMAKEDIR%%/Qt5QuickControls2/Qt5QuickControls2Config.cmake
137
%%QT_CMAKEDIR%%/Qt5QuickControls2/Qt5QuickControls2Config.cmake
136
%%QT_CMAKEDIR%%/Qt5QuickControls2/Qt5QuickControls2ConfigVersion.cmake
138
%%QT_CMAKEDIR%%/Qt5QuickControls2/Qt5QuickControls2ConfigVersion.cmake
139
%%QT_CMAKEDIR%%/Qt5QuickTemplates2/Qt5QuickTemplates2Config.cmake
140
%%QT_CMAKEDIR%%/Qt5QuickTemplates2/Qt5QuickTemplates2ConfigVersion.cmake
137
%%QT_LIBDIR%%/libQt5QuickControls2.prl
141
%%QT_LIBDIR%%/libQt5QuickControls2.prl
138
%%QT_LIBDIR%%/libQt5QuickControls2.so
142
%%QT_LIBDIR%%/libQt5QuickControls2.so
139
%%QT_LIBDIR%%/libQt5QuickControls2.so.5
143
%%QT_LIBDIR%%/libQt5QuickControls2.so.5
Lines 148-153 Link Here
148
%%DEBUG%%%%QT_LIBDIR%%/libQt5QuickTemplates2.so.%%FULLVER%%.debug
152
%%DEBUG%%%%QT_LIBDIR%%/libQt5QuickTemplates2.so.%%FULLVER%%.debug
149
%%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2.pri
153
%%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2.pri
150
%%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2_private.pri
154
%%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2_private.pri
155
%%QT_MKSPECDIR%%/modules/qt_lib_quicktemplates2.pri
151
%%QT_MKSPECDIR%%/modules/qt_lib_quicktemplates2_private.pri
156
%%QT_MKSPECDIR%%/modules/qt_lib_quicktemplates2_private.pri
152
%%QT_QMLDIR%%/Qt/labs/calendar/DayOfWeekRow.qml
157
%%QT_QMLDIR%%/Qt/labs/calendar/DayOfWeekRow.qml
153
%%QT_QMLDIR%%/Qt/labs/calendar/DayOfWeekRow.qmlc
158
%%QT_QMLDIR%%/Qt/labs/calendar/DayOfWeekRow.qmlc
Lines 219-224 Link Here
219
%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/SliderGroove.qml
224
%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/SliderGroove.qml
220
%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/SliderHandle.qml
225
%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/SliderHandle.qml
221
%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/SpinBox.qml
226
%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/SpinBox.qml
227
%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/SplitView.qml
222
%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/SwipeDelegate.qml
228
%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/SwipeDelegate.qml
223
%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/Switch.qml
229
%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/Switch.qml
224
%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/SwitchDelegate.qml
230
%%QT_QMLDIR%%/QtQuick/Controls.2/Fusion/SwitchDelegate.qml
Lines 268-273 Link Here
268
%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/ScrollIndicator.qml
274
%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/ScrollIndicator.qml
269
%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/Slider.qml
275
%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/Slider.qml
270
%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/SpinBox.qml
276
%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/SpinBox.qml
277
%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/SplitView.qml
271
%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/StackView.qml
278
%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/StackView.qml
272
%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/SwipeDelegate.qml
279
%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/SwipeDelegate.qml
273
%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/SwipeView.qml
280
%%QT_QMLDIR%%/QtQuick/Controls.2/Imagine/SwipeView.qml
Lines 328-333 Link Here
328
%%QT_QMLDIR%%/QtQuick/Controls.2/Material/Slider.qml
335
%%QT_QMLDIR%%/QtQuick/Controls.2/Material/Slider.qml
329
%%QT_QMLDIR%%/QtQuick/Controls.2/Material/SliderHandle.qml
336
%%QT_QMLDIR%%/QtQuick/Controls.2/Material/SliderHandle.qml
330
%%QT_QMLDIR%%/QtQuick/Controls.2/Material/SpinBox.qml
337
%%QT_QMLDIR%%/QtQuick/Controls.2/Material/SpinBox.qml
338
%%QT_QMLDIR%%/QtQuick/Controls.2/Material/SplitView.qml
331
%%QT_QMLDIR%%/QtQuick/Controls.2/Material/StackView.qml
339
%%QT_QMLDIR%%/QtQuick/Controls.2/Material/StackView.qml
332
%%QT_QMLDIR%%/QtQuick/Controls.2/Material/SwipeDelegate.qml
340
%%QT_QMLDIR%%/QtQuick/Controls.2/Material/SwipeDelegate.qml
333
%%QT_QMLDIR%%/QtQuick/Controls.2/Material/SwipeView.qml
341
%%QT_QMLDIR%%/QtQuick/Controls.2/Material/SwipeView.qml
Lines 366-371 Link Here
366
%%QT_QMLDIR%%/QtQuick/Controls.2/ScrollView.qml
374
%%QT_QMLDIR%%/QtQuick/Controls.2/ScrollView.qml
367
%%QT_QMLDIR%%/QtQuick/Controls.2/Slider.qml
375
%%QT_QMLDIR%%/QtQuick/Controls.2/Slider.qml
368
%%QT_QMLDIR%%/QtQuick/Controls.2/SpinBox.qml
376
%%QT_QMLDIR%%/QtQuick/Controls.2/SpinBox.qml
377
%%QT_QMLDIR%%/QtQuick/Controls.2/SplitView.qml
369
%%QT_QMLDIR%%/QtQuick/Controls.2/StackView.qml
378
%%QT_QMLDIR%%/QtQuick/Controls.2/StackView.qml
370
%%QT_QMLDIR%%/QtQuick/Controls.2/SwipeDelegate.qml
379
%%QT_QMLDIR%%/QtQuick/Controls.2/SwipeDelegate.qml
371
%%QT_QMLDIR%%/QtQuick/Controls.2/SwipeView.qml
380
%%QT_QMLDIR%%/QtQuick/Controls.2/SwipeView.qml
Lines 415-420 Link Here
415
%%QT_QMLDIR%%/QtQuick/Controls.2/Universal/ScrollIndicator.qml
424
%%QT_QMLDIR%%/QtQuick/Controls.2/Universal/ScrollIndicator.qml
416
%%QT_QMLDIR%%/QtQuick/Controls.2/Universal/Slider.qml
425
%%QT_QMLDIR%%/QtQuick/Controls.2/Universal/Slider.qml
417
%%QT_QMLDIR%%/QtQuick/Controls.2/Universal/SpinBox.qml
426
%%QT_QMLDIR%%/QtQuick/Controls.2/Universal/SpinBox.qml
427
%%QT_QMLDIR%%/QtQuick/Controls.2/Universal/SplitView.qml
418
%%QT_QMLDIR%%/QtQuick/Controls.2/Universal/StackView.qml
428
%%QT_QMLDIR%%/QtQuick/Controls.2/Universal/StackView.qml
419
%%QT_QMLDIR%%/QtQuick/Controls.2/Universal/SwipeDelegate.qml
429
%%QT_QMLDIR%%/QtQuick/Controls.2/Universal/SwipeDelegate.qml
420
%%QT_QMLDIR%%/QtQuick/Controls.2/Universal/Switch.qml
430
%%QT_QMLDIR%%/QtQuick/Controls.2/Universal/Switch.qml
Lines 574-576 Link Here
574
%%QT_QMLDIR%%/QtQuick/Templates.2/plugins.qmltypes
584
%%QT_QMLDIR%%/QtQuick/Templates.2/plugins.qmltypes
575
%%QT_QMLDIR%%/QtQuick/Templates.2/qmldir
585
%%QT_QMLDIR%%/QtQuick/Templates.2/qmldir
576
libdata/pkgconfig/Qt5QuickControls2.pc
586
libdata/pkgconfig/Qt5QuickControls2.pc
587
libdata/pkgconfig/Qt5QuickTemplates2.pc
(-)b/x11-toolkits/qt5-uiplugin/files/patch-src__src.pro (-1 / +1 lines)
Lines 1-6 Link Here
1
Only enter the directories we want to build, otherwise we might fail due to
1
Only enter the directories we want to build, otherwise we might fail due to
2
missing dependencies.
2
missing dependencies.
3
--- src/src.pro.orig	2019-03-18 18:26:39 UTC
3
--- src/src.pro.orig	2019-02-14 20:00:52 UTC
4
+++ src/src.pro
4
+++ src/src.pro
5
@@ -1,54 +1,3 @@
5
@@ -1,54 +1,3 @@
6
 TEMPLATE = subdirs
6
 TEMPLATE = subdirs

Return to bug 238782