Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Brainstorm
  4. creating lib.a file from the current project
Forum Updated to NodeBB v4.3 + New Features

creating lib.a file from the current project

Scheduled Pinned Locked Moved Unsolved Brainstorm
4 Posts 3 Posters 731 Views
  • 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.
  • V Offline
    V Offline
    volass
    wrote on 30 Oct 2023, 03:29 last edited by
    #1

    Hi all.

    I am working on medical product development in which QT Gui is used with the in-built QT Library.
    I'm concerned about creating the lib.a file that can be from the current project directory and further same library can be used in the other project.
    Also, it needs to be build automatically when we build our main project.
    To achieve the above task I tried and followed many steps available online but somehow I am unable to generate the same requirement.
    I tried to add the library project-pro file in the main project's pro file, using the "include()", "SUBDIRS", few other steps as mentioned in the online steps.

    I request you to kindly support and share the proper build steps for creating the library file.

    All the support and response will be highly appreciated.

    Thanks

    J V V 3 Replies Last reply 30 Oct 2023, 06:16
    0
    • V volass
      30 Oct 2023, 03:29

      Hi all.

      I am working on medical product development in which QT Gui is used with the in-built QT Library.
      I'm concerned about creating the lib.a file that can be from the current project directory and further same library can be used in the other project.
      Also, it needs to be build automatically when we build our main project.
      To achieve the above task I tried and followed many steps available online but somehow I am unable to generate the same requirement.
      I tried to add the library project-pro file in the main project's pro file, using the "include()", "SUBDIRS", few other steps as mentioned in the online steps.

      I request you to kindly support and share the proper build steps for creating the library file.

      All the support and response will be highly appreciated.

      Thanks

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 30 Oct 2023, 06:16 last edited by
      #2

      @volass You should show what you did and also tell what the problems were.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • V volass
        30 Oct 2023, 03:29

        Hi all.

        I am working on medical product development in which QT Gui is used with the in-built QT Library.
        I'm concerned about creating the lib.a file that can be from the current project directory and further same library can be used in the other project.
        Also, it needs to be build automatically when we build our main project.
        To achieve the above task I tried and followed many steps available online but somehow I am unable to generate the same requirement.
        I tried to add the library project-pro file in the main project's pro file, using the "include()", "SUBDIRS", few other steps as mentioned in the online steps.

        I request you to kindly support and share the proper build steps for creating the library file.

        All the support and response will be highly appreciated.

        Thanks

        V Offline
        V Offline
        Vijaykarthikeyan
        wrote on 31 Oct 2023, 05:03 last edited by Vijaykarthikeyan
        #3

        @volass you have to build the corresponding library from its source files in the terminal.

        1 Reply Last reply
        0
        • V volass
          30 Oct 2023, 03:29

          Hi all.

          I am working on medical product development in which QT Gui is used with the in-built QT Library.
          I'm concerned about creating the lib.a file that can be from the current project directory and further same library can be used in the other project.
          Also, it needs to be build automatically when we build our main project.
          To achieve the above task I tried and followed many steps available online but somehow I am unable to generate the same requirement.
          I tried to add the library project-pro file in the main project's pro file, using the "include()", "SUBDIRS", few other steps as mentioned in the online steps.

          I request you to kindly support and share the proper build steps for creating the library file.

          All the support and response will be highly appreciated.

          Thanks

          V Offline
          V Offline
          volass
          wrote on 31 Oct 2023, 19:04 last edited by
          #4

          @jsulm

          Hi,

          I have update the project - ".pro" file and it working and building the project and I am adding the dependence for all the connect project files.

          Thanks

          1 Reply Last reply
          0

          1/4

          30 Oct 2023, 03:29

          • Login

          • Login or register to search.
          1 out of 4
          • First post
            1/4
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved