creating lib.a file from the current project
-
wrote on 30 Oct 2023, 03:29 last edited by
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
-
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
@volass You should show what you did and also tell what the problems were.
-
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
wrote on 31 Oct 2023, 05:03 last edited by Vijaykarthikeyan@volass you have to build the corresponding library from its source files in the terminal.
-
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
1/4