Hi all,
I have one qt project which i want to convert into a reusable library which can be used in any other project simply by adding it just like we add header files.
Is there any way to do so?
Thanks in advance.
Hi all,
I have one qt project which i want to convert into a reusable library which can be used in any other project simply by adding it just like we add header files.
Is there any way to do so?
Thanks in advance.
reusable libraries are normally built into dll or static '.a' or '.lib'. You will nalways need to link with with the library as well as include headers unless the library is 'header only'.
If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.
Maybe, depending on what "any other project" includes. You can start, as usual, with the documentation
Still,I am not able to understand how can i make project as a library can be resued. What is the exact way to do so?
Kindly help me out.
Bookmarks