Uploaded image for project: 'Qbs ("Cubes")'
  1. Qbs ("Cubes")
  2. QBS-1755

Inconsistency in modules availability

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • 1.18.0, 2.1.1
    • General
    • None

    Description

      The documentation about the bundle module says:

       
      This module is available on all platforms but is currently only useful on Apple platforms.

      At the same time, the documentation about the ib module says:

      This module is only available on Apple platforms.

      Effectively, this means that I can freely depend and set various properties of the bundle on any platform while for the ib module it must be conditionally enabled or disabled as following:

      Properties {
          condition: qbs.targetOS.contains('macos')
          ib.appIconName: 'myapp'
      }
      

      This is very inconvenient and inconsistent. I propose to make the ib module available on other platforms too (but doing nothing).

      Attachments

        Issue Links

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

          Activity

            People

              kandeler Christian Kandeler
              gooroo Serhii Olendarenko
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes