Temporarily disable automatic static linking of bearer plugins
The bearer plugins cause duplicate symbol errors when linking
executables in a static build.
Re-apply commit b2662b05dd
Task-number: QTBUG-79211
Change-Id: Ie4c1359f1f4d649a22570a31634c94fd22102730
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
bb10
parent
bb7fa0b9a0
commit
78b89547ad
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
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