Qt: Link with and copy Qt5Network library

This commit is contained in:
Connor McLaughlin
2020-01-24 14:51:24 +10:00
parent 1137b388c4
commit b937275073
3 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ if(NOT ANDROID)
find_package(SDL2 REQUIRED)
endif()
if(BUILD_QT_FRONTEND)
find_package(Qt5 COMPONENTS Core Gui Widgets REQUIRED)
find_package(Qt5 COMPONENTS Core Gui Widgets Network REQUIRED)
endif()
endif()