Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
6.2.0 Beta4
-
None
Description
Building the geoflickr location example for iOS with qmake results in double Q_IMPORT_PLUGIN entries for some plugins.
Q_IMPORT_PLUGIN(QSCNetworkReachabilityNetworkInformationBackendFactory)
Q_IMPORT_PLUGIN(QSCNetworkReachabilityNetworkInformationBackendFactory)
Q_IMPORT_PLUGIN(QSecureTransportBackend)
Q_IMPORT_PLUGIN(QSecureTransportBackend)
resulting in redefinition errors.
Note: this was found in dev but marked the version as beta4.
Attachments
Issue Links
- relates to
-
QTBUG-91534 Test QtPositioning on macOS and iOS
- Closed