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. Development build - binary locations
Qt 6.11 is out! See what's new in the release blog

Development build - binary locations

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 977 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.
  • M Offline
    M Offline
    magnanimous
    wrote on last edited by
    #1

    Hello all,

    I built qt5 following the Git instructions here: https://wiki.qt.io/Building_Qt_5_from_Git

    However, I don't see any of the compiled binaries. configure and make both report no errors. I'm trying to understand how to refer programs to this path when I can't actually find these files myself. Can someone offer guidance?

    kshegunovK 1 Reply Last reply
    0
    • M magnanimous

      Hello all,

      I built qt5 following the Git instructions here: https://wiki.qt.io/Building_Qt_5_from_Git

      However, I don't see any of the compiled binaries. configure and make both report no errors. I'm trying to understand how to refer programs to this path when I can't actually find these files myself. Can someone offer guidance?

      kshegunovK Offline
      kshegunovK Offline
      kshegunov
      Moderators
      wrote on last edited by
      #2

      You need a developer's build if you intend to modify Qt. Otherwise you need to provide -prefix to the configure script. Then make and ultimately make install will install it in the location you specified as prefix. The binaries are in <QtDir>/lib where <QtDir> is the installation directory.

      Read and abide by the Qt Code of Conduct

      1 Reply Last reply
      4
      • M Offline
        M Offline
        magnanimous
        wrote on last edited by
        #3

        I appreciate that. I was able to point my build script (for another program) to the <QtDir>/lib directory. With the exception of another issue that emerged (for which I must make a new thread), everything behaved more-or-less as expected.

        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