From 307cd64c5726f93dbc91cafbce986875a6cce3e1 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Thu, 7 Nov 2019 16:00:11 +0100 Subject: Fix static linking when using bearer plugins Now that 5f160a3699d80d1736f691ad9ef774eb6aa28079 is merged to wip/cmake, we should be able to remove the previous workaround of not linking in the bearer plugins. Reverts 78b89547ad00153a8e02553a2e87d45415bd2314. Fixes: QTBUG-79211 Change-Id: Iaa6633bd74d51ceeed9fa1ffb536445ef817764b Reviewed-by: Leander Beernaert Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann --- src/plugins/bearer/connman/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/bearer/connman/CMakeLists.txt') diff --git a/src/plugins/bearer/connman/CMakeLists.txt b/src/plugins/bearer/connman/CMakeLists.txt index 9e8bab82ae..ff368dd693 100644 --- a/src/plugins/bearer/connman/CMakeLists.txt +++ b/src/plugins/bearer/connman/CMakeLists.txt @@ -6,7 +6,6 @@ add_qt_plugin(qconnmanbearer TYPE bearer - DEFAULT_IF False # special case QTBUG-78164 CLASS_NAME QConnmanEnginePlugin SOURCES ../linux_common/qofonoservice_linux.cpp ../linux_common/qofonoservice_linux_p.h -- cgit v1.2.3