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. build only qmake moc rcc uic
Forum Update on Monday, May 27th 2025

build only qmake moc rcc uic

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 1 Posters 856 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.
  • F Offline
    F Offline
    fatih.erol
    wrote on last edited by
    #1

    Hello.

    For preparing a toolchain, I would like to build only the executables for qmake, moc, rcc and uic. Configuring and building the whole qtbase module takes rather long.
    What would be the correct configuration options and make target for generating only these executables?

    Thank you.

    1 Reply Last reply
    0
    • F Offline
      F Offline
      fatih.erol
      wrote on last edited by fatih.erol
      #2

      For Qt 4.8.6, I managed with the following, but still not sure about how to proceed for Qt5 without building whole qtbase module.

      make sub-tools-bootstrap
      make sub-moc sub-rcc sub-uic
      
      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