Ports: Build Qt modules Network and Concurrent
This commit is contained in:
parent
64ab5bb835
commit
2a852250dd
Notes:
sideshowbarker
2024-07-17 06:09:44 +09:00
Author: https://github.com/clemenswasser Commit: https://github.com/SerenityOS/serenity/commit/2a852250dd Pull-request: https://github.com/SerenityOS/serenity/pull/15943 Reviewed-by: https://github.com/ADKaster
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ QT_HOST_CMAKE_PATH=${QT_HOST_PATH}/lib64/cmake
|
|||
QT_HOST_TOOLS="HostInfo CoreTools GuiTools WidgetsTools"
|
||||
QT_HOST_TOOLS_PATH="${QT_HOST_CMAKE_PATH}/Qt6%s/\n"
|
||||
|
||||
QT_DISABLED_FEATURES="sql opengl dbus systemsemaphore sharedmemory thread network"
|
||||
QT_DISABLED_FEATURES="sql opengl dbus systemsemaphore sharedmemory dnslookup"
|
||||
|
||||
configure() {
|
||||
for host_tool in ${QT_HOST_TOOLS}; do
|
||||
|
|
Loading…
Add table
Reference in a new issue