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

qmake generates wrong targets for "nmake check" on windows (debug and release configuration)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P3: Somewhat important P3: Somewhat important
    • 5.2.0
    • 5.0.0
    • Build tools: qmake
    • None
    • windows 7, msvc 2008
    • 0e96e47debd1d8c48d1d23fd51c9ee05f61c80e0

      Actual commands:
      cd ..\debug\ && ..\debug\tst_qtcpsocket.exe

      Expected commands:
      cd .. && debug\tst_qtcpsocket.exe

      This causes tests which use QProcess to fail when run using nmake check, but pass when run manually from the expected working directory.
      On unix, the test executables are generated in the working directory for the test, without the debug/release subdirectories (at least for a default -developer-build configuration)

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

            vestbo Tor Arne Vestbø
            shkearns Shane Kearns
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes