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 <leander.beernaert@qt.io>
Reviewed-by: Qt CMake Build Bot
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
Alexandru Croitor 2019-11-07 16:00:11 +01:00
parent 942d391b53
commit 307cd64c57
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -6,7 +6,6 @@
add_qt_plugin(qnmbearer
TYPE bearer
DEFAULT_IF False # special case QTBUG-78164
CLASS_NAME QNetworkManagerEnginePlugin
SOURCES
../linux_common/qofonoservice_linux.cpp ../linux_common/qofonoservice_linux_p.h