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 do I compile the Qt source from within Qt creator?
Forum Updated to NodeBB v4.3 + New Features

How do I compile the Qt source from within Qt creator?

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
4 Posts 2 Posters 378 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.
  • I Offline
    I Offline
    Incredibuild
    wrote on last edited by
    #1

    I'm trying to build Qt and Qt creator from source but from the Qt creator IDE not from cmd. Is there a way to do this? All the instructions on the internet show how to do it from cmd not from the creator.

    I tried to generate a.pro file to open in the creator then run with jom.exe but I always get a lot of issues and some errors.

    If anyone knows how to do this that would be greatly appreciated!

    jsulmJ 1 Reply Last reply
    0
    • I Incredibuild

      I'm trying to build Qt and Qt creator from source but from the Qt creator IDE not from cmd. Is there a way to do this? All the instructions on the internet show how to do it from cmd not from the creator.

      I tried to generate a.pro file to open in the creator then run with jom.exe but I always get a lot of issues and some errors.

      If anyone knows how to do this that would be greatly appreciated!

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Incredibuild said in How do I compile the Qt source from within Qt creator?:

      I tried to generate a.pro file

      Why?
      Simply open the CMakeLists.txt file and build like any other CMake based project.
      But I'm wondering why you want to build Qt in QtCreator.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • I Offline
        I Offline
        Incredibuild
        wrote on last edited by
        #3

        @jsulm I did that because when I open the CMakeLists.txt it won't let me build with jom.exe.

        I want to build Qt in the creator because it's a large project that I can build inside the creator

        1 Reply Last reply
        0
        • I Offline
          I Offline
          Incredibuild
          wrote on last edited by
          #4

          SOLVED -

          Solution is when opening the CMakeLists.txt, in the CMake configuration section under projects tab, change generator from Ninja to NMake Makefiles JOM

          1 Reply Last reply
          1
          • Christian EhrlicherC Christian Ehrlicher moved this topic from General and Desktop on
          • I Incredibuild has marked this topic as solved on

          • Login

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