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. Qt4.8 prefix and relocatable build
Forum Updated to NodeBB v4.3 + New Features

Qt4.8 prefix and relocatable build

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 2.7k 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.
  • J Offline
    J Offline
    jsshapiro
    wrote on last edited by
    #1

    The instructions for building Qt on mac indicate that a prefix should be given to configure. Okay so far, but the conventions of GNU autoconf assume that the given prefix will also be the final install directly.

    The QtSDK installer asks where to be installed, so obviously it is contriving to override the install path that was used when the contained Qt library image was built.

    What configure flags should be given when Qt 4.8 build output will later be relocated? What environment values and/or flags does QtSDK set up to make all of this work?

    Nothing urgent. I'm fiddling around with the build to understand how the SDK pieces get assembled.

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dangelog
      wrote on last edited by
      #2

      AFAIK, the SDK binary patches qmake and QtCore, which contain as hardcoded values the various paths used for locating Qt headers, libraries, plugins, etc. There's no simple way to just "move" an installation of Qt to a different path.

      Software Engineer
      KDAB (UK) Ltd., a KDAB Group company

      1 Reply Last reply
      0
      • J Offline
        J Offline
        jsshapiro
        wrote on last edited by
        #3

        I find it surprising that a patch should be necessary. This ought to be something that can be overridden by environment variables.

        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