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

CMake cannot find jom

XMLWordPrintable

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

      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.

        For Gerrit Dashboard: QTCREATORBUG-22645
        # Subject Branch Project Status CR V

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes