Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-14775

Define full platform.

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P2: Important
    • None
    • None
    • Core: Plugins
    • All

    Description

      Hello, I need remote binairy plugin binary download. The I need know at the compilation the platform of my application to download the right plugin architecture.
      What's will work:
      Windows 32Bits application (.exe) with 32Bits plugin (.dll)
      Linux 64Bits elf with plugin elf linux 64Bits (.so)
      What's will not work:
      Windows 32Bits application (.exe) with 64Bits plugin (.dll)
      Windows 64Bits application (.exe) with 32Bits plugin (.dll)
      Windows 32Bits application (.exe) with plugin elf linux 64Bits (.so)
      Then I need more precise Q_OS_* to download the rights version of my plugin/update/application to load correctly with QPluginLoader.
      Exemple what I wish:
      Q_OS_LINUX_I586
      Q_OS_LINUX_X86_64
      Q_OS_WIN32 /Unable to render embedded object: File (\ AND /) not found.\ Q_OS_WIN64
      ...

      Thanks, that's is requirement to all software what have update online and plugin binary online download.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            alpha_one_x86 BRULE Herman
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes