Temporarily disable automatic static linking of bearer plugins
The bearer plugins cause duplicate symbol errors when linking executables in a static build. Task-number: QTBUG-79211 Change-Id: I9f6399bd803c154c07b096b0df1be864816f863e Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
6694689a26
commit
b2662b05dd
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
add_qt_plugin(qconnmanbearer
|
add_qt_plugin(qconnmanbearer
|
||||||
TYPE bearer
|
TYPE bearer
|
||||||
|
DEFAULT_IF False # special case QTBUG-78164
|
||||||
CLASS_NAME QConnmanEnginePlugin
|
CLASS_NAME QConnmanEnginePlugin
|
||||||
SOURCES
|
SOURCES
|
||||||
../linux_common/qofonoservice_linux.cpp ../linux_common/qofonoservice_linux_p.h
|
../linux_common/qofonoservice_linux.cpp ../linux_common/qofonoservice_linux_p.h
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
add_qt_plugin(qnmbearer
|
add_qt_plugin(qnmbearer
|
||||||
TYPE bearer
|
TYPE bearer
|
||||||
|
DEFAULT_IF False # special case QTBUG-78164
|
||||||
CLASS_NAME QNetworkManagerEnginePlugin
|
CLASS_NAME QNetworkManagerEnginePlugin
|
||||||
SOURCES
|
SOURCES
|
||||||
../linux_common/qofonoservice_linux.cpp ../linux_common/qofonoservice_linux_p.h
|
../linux_common/qofonoservice_linux.cpp ../linux_common/qofonoservice_linux_p.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user