Fix static linking when using bearer plugins
Now thatbb105f160a3699is merged to wip/cmake, we should be able to remove the previous workaround of not linking in the bearer plugins. Reverts78b89547ad. 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>
parent
942d391b53
commit
307cd64c57
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue