Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. How to use Qt Creator with Qt source
QtWS25 Last Chance

How to use Qt Creator with Qt source

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
creator
1 Posts 1 Posters 606 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.
  • R Offline
    R Offline
    rosetter
    wrote on 3 May 2020, 02:43 last edited by rosetter 5 Mar 2020, 05:40
    #1

    TL;DR: I would like to use Creator to browse and step through Qt itself. What are the steps to do so?

    I've been using Qt for years and have in the past made small changes. I was able to simply open the top .pro file in Creator and build.

    Now cloning the git repo and trying to open qt.pro in Creator fails.

    It was suggested elsewhere that we should not try to open qt.pro, but rather only individual submodules, but this is also problematic.

    Could someone comment on whether the following process should work?

    1. git clone <repo>
    2. git checkout 5.12 (for example)
    3. perl init-repository
    4. change to build dir and configure
    5. open qtbase.pro in Creator
    6. .. import the build? specify a new build directory?

    One of the problems I run into is "...qtbase/configure.pri(224): Function 'prompt' is not implemented."

    Apparently this is because of a license prompt. I tried to solve this by running configure with '-confirm-license' in the source directory, to no avail.

    Any suggestions or pointers to resources would be much appreciated.

    I can't believe it's this difficult to browse the Qt sources with Qt's own IDE.

    1 Reply Last reply
    0

    1/1

    3 May 2020, 02:43

    • Login

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