diff options
author | vampiric_x <vampiric_x@citron-emu.org> | 2025-01-18 02:16:13 +0100 |
---|---|---|
committer | vampiric_x <vampiric_x@citron-emu.org> | 2025-01-18 02:16:13 +0100 |
commit | 07b949025ff23e986f399ae6cbb907e064239ae4 (patch) | |
tree | 1c499121d57e083d490d1103e68a9b88d018ade1 /CMakeLists.txt | |
parent | 913cc27e3a74640c749b25de5f5cd2f5b018be06 (diff) |
Add QT Network package
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a922a4f3c..0d8706d5c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -422,7 +422,7 @@ if (ENABLE_QT) download_qt(6.7.3) endif() - find_package(Qt6 REQUIRED COMPONENTS Widgets Multimedia Concurrent) + find_package(Qt6 REQUIRED COMPONENTS Widgets Multimedia Concurrent Network) if (UNIX AND NOT APPLE) find_package(Qt6 REQUIRED COMPONENTS DBus) |