Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Using jom in a cmake project on windows
Forum Updated to NodeBB v4.3 + New Features

Using jom in a cmake project on windows

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 2.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    B_old
    wrote on last edited by
    #1

    I have the "Use jom instead of nmake" checked the General Build&Run settings. It works for qmake projects, but does not seem to work for cmake projects. In the latter case cmake just seems to be launching nmake. The problem with this is, that build time is severely degraded as nmake doesn't seem to take a flag to enable parallel builds. Is there a way this can be resolved?

    M 1 Reply Last reply
    0
    • B B_old

      I have the "Use jom instead of nmake" checked the General Build&Run settings. It works for qmake projects, but does not seem to work for cmake projects. In the latter case cmake just seems to be launching nmake. The problem with this is, that build time is severely degraded as nmake doesn't seem to take a flag to enable parallel builds. Is there a way this can be resolved?

      M Offline
      M Offline
      mchinand
      wrote on last edited by mchinand
      #2

      In Options->Build and Run->Kits, after selecting your kit at the top of the options window, the settings will be shown down below. One of those options is 'CMake generator'. Press the 'Change' button for that option and you will be able to select 'NMake Makefiles JOM' as your generator.

      1 Reply Last reply
      2

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved