1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:57:45 +00:00

Ports: Build Qt modules Network and Concurrent

This commit is contained in:
Clemens Wasser 2022-11-05 23:56:45 +01:00 committed by Andrew Kaster
parent 64ab5bb835
commit 2a852250dd

View file

@ -21,7 +21,7 @@ QT_HOST_CMAKE_PATH=${QT_HOST_PATH}/lib64/cmake
QT_HOST_TOOLS="HostInfo CoreTools GuiTools WidgetsTools" QT_HOST_TOOLS="HostInfo CoreTools GuiTools WidgetsTools"
QT_HOST_TOOLS_PATH="${QT_HOST_CMAKE_PATH}/Qt6%s/\n" 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() { configure() {
for host_tool in ${QT_HOST_TOOLS}; do for host_tool in ${QT_HOST_TOOLS}; do