qtpositioning.cpp 550 B

1234567891011121314
  1. // Copyright (C) 2024 The Qt Company Ltd.
  2. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
  3. /*********************************************************************
  4. * INJECT CODE
  5. ********************************************************************/
  6. // @snippet darwin_location_permission_plugin
  7. #ifdef Q_OS_DARWIN
  8. #include<QtCore/qplugin.h>
  9. // register the static plugin and setup its metadata
  10. Q_IMPORT_PLUGIN(QDarwinLocationPermissionPlugin)
  11. #endif
  12. // @snippet darwin_location_permission_plugin