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

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes