Skip to content

Commit 4db248f

Browse files
Added support for QtNetworkAuth and Qt3DAnimation.
1 parent cf22484 commit 4db248f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

doc/images/pyqt_modules_tab.png

4.07 KB
Loading

pyqtdeploy/metadata/pyqt5.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2017, Riverbank Computing Limited
1+
# Copyright (c) 2018, Riverbank Computing Limited
22
# All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without
@@ -92,6 +92,10 @@ def __init__(self, group='base', deps=(), cpp11=False, gui=True, qt5=(), config5
9292
'QtNetwork':
9393
PyQt5Metadata(deps=['QtCore'], gui=False, qt5=['network']),
9494

95+
'QtNetworkAuth':
96+
PyQt5Metadata(deps=['QtNetwork'], gui=False,
97+
qt5=['network', 'networkauth']),
98+
9599
'QtNfc':
96100
PyQt5Metadata(deps=['QtCore'], gui=False, qt5=['nfc']),
97101

@@ -181,6 +185,9 @@ def __init__(self, group='base', deps=(), cpp11=False, gui=True, qt5=(), config5
181185

182186
# Add-on modules.
183187

188+
'Qt3DAnimation':
189+
PyQt5Metadata(group='addon', deps=['Qt3DRender'], qt5=['3danimation']),
190+
184191
'Qt3DCore':
185192
PyQt5Metadata(group='addon', deps=['QtGui'], qt5=['3dcore']),
186193

0 commit comments

Comments
 (0)