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:
parent
64ab5bb835
commit
2a852250dd
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="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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue