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

Boolean value instead of keyword passed to qt6_target_idl() and qt6_add_axserver_library()

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P2: Important
    • None
    • 6.2.0 Beta1
    • None

    Description

      qt6_add_axserver_executable() and qt6_add_axserver_library() both contain the following call at the end:

      qt6_target_idl(${target} ${arg_NO_AX_SERVER_REGISTRATION})
      

       

      But arg_NO_AX_SERVER_REGISTRATION contains a boolean TRUE or FALSE value. The qt6_target_idl() function expects a keyword NO_AX_SERVER_REGISTRATION to be either present or absent, not an arbitrary TRUE or FALSE value to be provided as a positional argument.

      Attachments

        Issue Links

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

          Activity

            People

              qtbuildsystem Qt Build System Team
              crscott Craig Scott
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes