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

If Qt Library is build on other machine and then copied to other, it strangely still refers old uic path

    XMLWordPrintable

Details

    Description

      Very strange but if Qt is build at first machine and copied to second, even after having qt.conf with new path as a prefix: Prefix=/Users/user/My/Path/To/Qt, For some reason it still looks for UIC at old path (where it got build)

      If I do qmake -query, it returns the new paths,but qmake is still using the initial path for 'uic'(which is old one) though it picks correct new path for moc.

      Further debugging I see for some reason QT_TOOL.uic.binary is still pointing to old path. Manually editing the correct path in "qtbase/mkspecs/modules/qt_tool_uic.pri" seems the only way to get it work.

      Attachments

        Issue Links

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

          Activity

            People

              jkobus Jarek Kobus
              irfan.omair@gmail.com irfan B omair
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes