Use correct name for the qtwebengine class.

Wrong copy/paste.
This is not important as we reference dependencies by their name
attribute, not by the class name.
But it is better to have a correct name.
This commit is contained in:
Matthieu Gautier 2021-07-02 11:16:02 +02:00
parent c7ea2a31cb
commit 11fc5a0a9c
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class org_kde(Dependency):
self.command('install_sdk', self._install_sdk)
class org_kde(Dependency):
class io_qt_qtwebengine(Dependency):
neutral = False
name = 'io.qt.qtwebengine'