Revert "Revert "Fix static linking when using bearer plugins""
The missing commit is in wip/cmake, so it should be safe to
reactivate the plugins again.
This reverts commit f2c57e83ab.
Change-Id: I1a95dac3008674f8baf009cf5556a313cae3d8b3
Reviewed-by: Leander Beernaert <leander.beernaert@qt.io>
Reviewed-by: Qt CMake Build Bot
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
bb10
parent
aa1f970c43
commit
704ed86ed3
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
qt_add_plugin(qconnmanbearer
|
||||
TYPE bearer
|
||||
DEFAULT_IF False # special case QTBUG-78164
|
||||
CLASS_NAME QConnmanEnginePlugin
|
||||
SOURCES
|
||||
main.cpp
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
qt_add_plugin(qnmbearer
|
||||
TYPE bearer
|
||||
DEFAULT_IF False # special case QTBUG-78164
|
||||
CLASS_NAME QNetworkManagerEnginePlugin
|
||||
SOURCES
|
||||
main.cpp
|
||||
|
|
|
|||
Loading…
Reference in New Issue