Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-22645

CMake cannot find jom

    XMLWordPrintable

Details

    • Windows
    • e3a0fe71e4ac34f805a03ccd81e09b4e3fb35a78 (qt-creator/qt-creator/4.12)

    Description

      Qt Creator with CMake and MSVC does not work out of the box.

      The issue is that CMake calls 'jom', but jom.exe is not in the PATH.

      One solution is to change CMAKE_MAKE_PROGRAM from jom to C:\Qt\Tools\QtCreator\bin\jom.exe. This works for small projects, but for big/nested projects I still have errors about not finding jom (tested by building KDE GammaRay).

      The best temporary solution so far is to add C:\Qt\Tools\QtCreator\bin in PATH.

      This issue does not seems to be new, I have found 2-year-old forum posts complaining about this.

      Attachments

        Issue Links

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

          Activity

            People

              davschul David Schulz
              bterrier Benjamin Terrier
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes