Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. [SOLVED] Qtlibs dependent of Qt build configuration

[SOLVED] Qtlibs dependent of Qt build configuration

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 1.2k 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.
  • S Offline
    S Offline
    slasht
    wrote on last edited by
    #1

    Hi,

    I'm new and pretty unexperienced with Qt and Embbedd Linux. I have just managed to build Qt 4.8.4 for ARM, and also deployed and tested application on my target => OK :)

    I'm going to test different configuration, and I want to know if my Qt libraries is strictly dependent on the Qt build configuration. ie: do I need to keep libs for different configurations seperated from each other when playing around with and deploying different configurations? (Same toolchain and target)

    Common sense tell me yes, but I need a confirmation.

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Yes, you should separate different builds (especially when you add or remove symbols from libraries, as happens with -no-qt3support for example). It's easily done with -prefix or -developer-build passed to configure.

      (Z(:^

      1 Reply Last reply
      0
      • S Offline
        S Offline
        slasht
        wrote on last edited by
        #3

        Hi

        Thank you very much for you answer.
        Have a nice day!

        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