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

Inconsistency in modules availability

XMLWordPrintable

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

      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).

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

            Unassigned Unassigned
            gooroo Serhii Olendarenko
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes