Skip to content

Commit 73eb244

Browse files
committed
dependencies: split qt out of the ui module
It's a big enough and complicated enough bit of code that it deserves its own module.
1 parent 9dc7abe commit 73eb244

File tree

3 files changed

+451
-422
lines changed

3 files changed

+451
-422
lines changed

mesonbuild/dependencies/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
shaderc_factory, threads_factory,
3232
)
3333
from .platform import AppleFrameworks
34-
from .ui import GnuStepDependency, Qt4Dependency, Qt5Dependency, Qt6Dependency, WxDependency, gl_factory, sdl2_factory, vulkan_factory
34+
from .qt import Qt4Dependency, Qt5Dependency, Qt6Dependency
35+
from .ui import GnuStepDependency, WxDependency, gl_factory, sdl2_factory, vulkan_factory
3536

3637
"""Dependency representations and discovery logic.
3738

0 commit comments

Comments
 (0)