Skip to content
Snippets Groups Projects
Commit c2064124 authored by Adriaan de Groot's avatar Adriaan de Groot
Browse files

libcalamares: needs to link in QtNetwork

parent c2e4ba32
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ set_target_properties(
SOVERSION ${CALAMARES_SOVERSION}
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_INSTALL_FULL_INCLUDEDIR}/libcalamares
)
target_link_libraries(calamares LINK_PUBLIC yamlcpp::yamlcpp ${qtname}::Core)
target_link_libraries(calamares LINK_PUBLIC yamlcpp::yamlcpp ${qtname}::Core ${qtname}::Network)
target_link_libraries(calamares LINK_PUBLIC ${kfname}::CoreAddons)
### OPTIONAL Automount support (requires dbus)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment