From a1066c362c6687c8eaf1375c6212d9264d9a1587 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Wed, 10 May 2017 10:47:28 +0200 Subject: [PATCH] chore(CMakeLists.txt): add Network qt5 module --- linphone-desktop/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linphone-desktop/CMakeLists.txt b/linphone-desktop/CMakeLists.txt index cf93bbf67..8a5870d10 100644 --- a/linphone-desktop/CMakeLists.txt +++ b/linphone-desktop/CMakeLists.txt @@ -73,7 +73,7 @@ endif() # Define packages, libs, sources, headers, resources and languages. # ------------------------------------------------------------------------------ -set(QT5_PACKAGES Core Gui Quick Widgets QuickControls2 Svg LinguistTools Concurrent) +set(QT5_PACKAGES Core Gui Quick Widgets QuickControls2 Svg LinguistTools Concurrent Network) if(LINPHONE_BUILDER_GROUP_EXTERNAL_SOURCE_PATH_BUILDERS) include("${EP_linphone_CONFIG_DIR}/LinphoneConfig.cmake")