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. how qt creator defines build system
Forum Updated to NodeBB v4.3 + New Features

how qt creator defines build system

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 1 Posters 1.7k Views 1 Watching
  • 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.
  • A Offline
    A Offline
    amigo421
    wrote on last edited by
    #1

    I'm using qt creator as IDE and debugger without Qt itself.
    The project is cmake-based.

    So I have a question about valid settings of the compiler/kit in QtC.

    Usually I don't use standard installation of VC (currently this can be installed without MSVC again, just a commandline build tools available from MS) . I'm just copying bin,include,lib folder from VC package and the same from WinSDK.
    VC works fine with a three environment variables only.

    however some odd issues with QtC in this case:

    1. If I use manually configured compiler/kit, QtC always use nmake for a build. Otherwise, in case of "auto-detected" compiler/kis, it uses jom.
      I know the difference between these ones, just want to understand - how QtC "decides" which utility will be used ?

    2. on some my hosts, QtC shows me empty generator list in case of manual compiler/kit configured as default. If I'll build all cmake stuff for a project, after that QtC works fine with configured cmake support files. ALso want to understand where and how QtC "looks" for available generators?

    1 Reply Last reply
    0
    • A Offline
      A Offline
      amigo421
      wrote on last edited by
      #2

      first question solved: by specifing desired tool in make path in manual configuration.
      I used nmake earlier

      1 Reply Last reply
      0

      • Login

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