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

syncqt makes invalid headers.pri for ActiveQt

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 4.7.1
    • 4.5.3
    • Build tools: qmake
    • None
    • 29dcc069ba9a2c38b4461d5fd19d5fa9a1531595

    Description

      After running syncqt, the file include/ActiveQt/headers.pri contains the following bogus line:

      SYNCQT.HEADER_FILES = qaxbase.h qaxobject.h qaxscript.h qaxselect.h qaxwidget.h qaxaggregated.h qaxbindable.h qaxfactory.h qaxtypes.h ../../../../../../../../../../../../../../../../../../../include/ActiveQt/ActiveQt

      The number of "../" in the last entry on the line is incorrect. This appears to be due to the following line in the modules hash in syncqt:

      "ActiveQt" => "$basedir/src/activeqt/container;$basedir/src/activeqt/control;$basedir/src/activeqt/shared",

      The code in syncqt that uses the data in the modules hash thinks that each entry contains a single pathname, not three paths concatenated path names as in the line above.

      Attachments

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

        Activity

          People

            jbornema Joerg Bornemann
            jasmcdon Jason McDonald (Closed Nokia Identity. Please assign to "macadder" instead) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes