- http://wiki.qt.io/Jom
- http://www2.research.att.com/~astopen/nmake — jom is a clone of Glenn Fowler’s nmake to support the execution of multiple independent commands in parallel (“-j” …)
- https://en.wikipedia.org/wiki/Qt_(software) — jom is being used in the context of Qt
- https://en.wikipedia.org/wiki/Make_(software)#Derivatives lists nmake etc
- https://en.wikipedia.org/wiki/CMake — jom makes (resp. can make) use of CMake, a “cross-platform free and open-source software for managing the build process of software using a compiler-independent method“
- http://wiki.qt.io/Using_CMake_build_system — CMake with Qt4
- http://doc.qt.io/qt-5/cmake-manual.html — Qt5 CMake Manual
- use jom with option /keeptempfiles (on the Windows command line) so that jom keeps temp. files after its termination — in order to research problems with jom runs (resp. its error messages) you may have to look into these temp. files