From f2c57e83ab21f5f5ad01f309643821a8851493b5 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 12 Nov 2019 15:33:54 +0100 Subject: Revert "Fix static linking when using bearer plugins" While the first patch that was required to fix duplicate symbols errors was merged from dev to wip/cmake, the second one 7a605edc226d4051602e157fe575f17dfaac0964 is not yet merged. So revert the revert to temporarily fix static builds until we do another merge from dev to wip/cmake. This reverts commit 307cd64c5726f93dbc91cafbce986875a6cce3e1 Task-number: Fixes: QTBUG-79211 Change-Id: I72052513fc0e0183b3ce8270b4ce3f2ff44b664d Reviewed-by: Leander Beernaert Reviewed-by: Simon Hausmann --- src/plugins/bearer/connman/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (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 c1940a1e16..af2a599cb0 100644 --- a/src/plugins/bearer/connman/CMakeLists.txt +++ b/src/plugins/bearer/connman/CMakeLists.txt @@ -6,6 +6,7 @@ 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