Skip to content

Commit 6745539

Browse files
committed
pyqt5: disable build of tools, qml-plugin, designer-plugin, dbus-python
1 parent 7012eb3 commit 6745539

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pythonforandroid/recipes/pyqt5/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ def build_arch(self, arch):
6464
info("compiling pyqt5")
6565

6666
buildcmd = sh.Command('sip-install')
67-
buildcmd = buildcmd.bake('--confirm-license', '--no-tools', '--qt-shared')
67+
buildcmd = buildcmd.bake('--confirm-license', '--qt-shared', '--verbose')
68+
buildcmd = buildcmd.bake('--no-tools', '--no-qml-plugin', '--no-designer-plugin', '--no-dbus-python')
6869

6970
for include in "Qt QtCore QtNetwork QtGui QtQml QtQuick QtAndroidExtras".split(' '):
7071
buildcmd = buildcmd.bake('--enable', include)

0 commit comments

Comments
 (0)