From bfaa5e74eb3a9f506af98e8a0418a55236e46325 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Thu, 2 Feb 2017 11:44:08 +0100 Subject: [PATCH] Add dependency of linphoneqt on ms2plugins. --- cmake_builder/linphoneqt.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake_builder/linphoneqt.cmake b/cmake_builder/linphoneqt.cmake index 4af41d48a..62fc695ef 100644 --- a/cmake_builder/linphoneqt.cmake +++ b/cmake_builder/linphoneqt.cmake @@ -22,7 +22,7 @@ lcb_external_source_paths("../linphone-desktop") -lcb_dependencies("linphone") +lcb_dependencies("linphone" "ms2plugins") # Add config step for packaging set(LINPHONE_BUILDER_ADDITIONAL_CONFIG_STEPS "${CMAKE_CURRENT_LIST_DIR}/additional_steps.cmake")