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

windows path from qmake not converted into unix as required by mingw sh.exe

    XMLWordPrintable

Details

    Description

      OK, I've managed to reproduce this on Windows XP with Qt 4.7 beta 1, and Win 7 Qt 4.6.2
      This is Qt problem. qmake generates invalid makefile, without any path
      separator at all between "bin" and tool name ("uic", "idc", "moc").

      E.g. I see the following buggy lines in the makefile produced by qmake:

      > IDC = c:/util/qt-4.7b1/binidc.exe
      > ...
      > ui_HelloForm.h: HelloForm.ui
      > c:/util/qt-4.7b1/binuic.exe HelloForm.ui -o ui_HelloForm.h

      This is without NetBeans at all, pure command line.

      Yet another clarification: the bug is triggered by "CONFIG-=debug_and_release".
      Without this qmake generates Makefile.Release and Makefile.Debug, both with
      correct paths.

      Attachments

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

        Activity

          People

            buddenha Oswald Buddenhagen
            soimort Mort Yao
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes