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. What are -DQT_BOOTSTRAP_LIB and -DQT_BOOTSTRAPPED for?
Forum Updated to NodeBB v4.3 + New Features

What are -DQT_BOOTSTRAP_LIB and -DQT_BOOTSTRAPPED for?

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 1.3k 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.
  • K Offline
    K Offline
    kuschky
    wrote on last edited by
    #1

    Hi, can somebody explain me what are -DQT_BOOTSTRAP_LIB -DQT_BOOTSTRAPPED derictives for?

    I can't find a documentaion about this directives. On my developement system it seems to link my program code against libQt5Bootstrap.a which represents all available Qt libraries (?). On the development system are no libQt5XXXX.so libraries available.

    On the target system libQt5Bootstrap.a does not exists but there are the normal libQt5XXXX.so libs.

    Can somebody me the idea and mechanismn behind that? I'm also interested on which way this feature is configured activated so that the compiler knows to link against the libQt5Bootstrap.a.

    Thanks & best regards Michael

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      That library is a set of "reduced" Qt classes built when you "bootstrap" Qt so basically when creating qmake.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      K 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        That library is a set of "reduced" Qt classes built when you "bootstrap" Qt so basically when creating qmake.

        K Offline
        K Offline
        kuschky
        wrote on last edited by
        #3

        @SGaist Can you tell me where I can find some more information how to build and why and how to use the bootstrap feature? I'm using an already build version of qt which provides as SDK the libQt5Bootstrap.a and I try to figure out some errors regarding missing members in the library.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          AFAIK, that's private library not used by client code but by Qt's own tools.

          What errors are you getting ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          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