creating lib.a file from the current project
-
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