Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Call for Presentations - Qt World Summit

    Build the dependent statically link libs & set its order

    QML and Qt Quick
    static library solution explor
    3
    3
    865
    Loading More Posts
    • 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.
    • T
      tushar ramojwar last edited by

      Hi ,

      I would like to build an exe which is depended on one static lib & that static lib is dependent on other static lib.
      So when i build the exe the static lib would not get build. I need to build those libs separately then.
      Is there way when ever i build the exe all the dependent lib will also get build.
      Also i want to set the order in which the library got built.
      Thanks,
      Tushar

      1 Reply Last reply Reply Quote 0
      • K
        koahnig last edited by

        I guess the subdirs template is what you are looking for.

        Vote the answer(s) that helped you to solve your issue(s)

        1 Reply Last reply Reply Quote 0
        • SGaist
          SGaist Lifetime Qt Champion last edited by

          Hi,

          To add to @koahnig , this article explains very well how to setup dependencies efficiently

          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 Reply Quote 0
          • First post
            Last post