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

MRI Script file location and usage

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Invalid
    • Icon: P2: Important P2: Important
    • None
    • 4.6.0
    • Build tools: qmake
    • None
    • WinXP + provided sdk compilation environment

      For mingw builds the objects file are located in an mri script as input for ar.
      The location of the mri sript depends on the output target. This information is missing in the usage of the mri script.

      So perhaps the mingw_make.cpp(376) could be changed to
      objectsLinkLine = "ar -M < " + Option::output_dir + QDir::separator() + ar_script_file;
      to use in shadow builds

      Workaround:
      As far as i know i can inrease QMAKE_LINK_OBJECT_MAX, but this will lead in feature to other problems (cmd line length etc)

        1. qmake.tgz
          2 kB
          Joerg Kreuzberger
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            buddenha Oswald Buddenhagen
            j.kreuzberger Joerg Kreuzberger
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes