Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Building Qt at my own
Forum Updated to NodeBB v4.3 + New Features

Building Qt at my own

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 705 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
    Immii
    wrote on last edited by
    #1

    This might sound very basic, but I want to know what exactly configure does , this is first step before in QT build process.

    I was thinking when I supply configure.exe -no-rtti or -no-dsp and -qt-libjpeg , What exactly is done in source folder of Qt when configure finishes.

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      In general I would say that configure does the basic creation (boot-strap compilation and linking) of tools as qmake, moc and stuff. In this process it tailors qmake that it will use the specified specifications as default (location of tool chain and stuff). It also prepares the makefiles for the complete compilation.

      This is more a description from a user's perspective rather than knowing the details behind the process. However, the configure does display all the steps it performs.

      Vote the answer(s) that helped you to solve your issue(s)

      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