Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. The Application Permissions plugin
Forum Updated to NodeBB v4.3 + New Features

The Application Permissions plugin

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 220 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    jrb1
    wrote on last edited by
    #1

    I'm looking for more information about the Application Permissions "plugin" than I can find in the docs:

    https://doc.qt.io/qt-6.5/permissions.html#best-practices

    I see that it builds in an "open source" build but it is forced in the list file to be static

    https://github.com/qt/qtbase/blob/v6.5.1/cmake/QtPluginHelpers.cmake#L536

    so not really a plugin then? Also, I presume this is then not available under LGPL either?

    My main question is why is it built statically?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Plug-ins can also be static. Take for example the static builds of Qt.
      It does however nullify the dynamic nature of the plug-in as you have to know beforehand which one your application will use.
      As for the permission plugins I don't see a reason they would not be available on all the licenses.
      As for why they are static, I would venture that it might be a question of ensuring that your application code matches what your configuration is for when your pass the reviews for example on iOS and Android.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved