I have one qt project(containing .h,.cpp,.ui files) which i want to convert into a reusable library which can be used in any other qt project simply by adding it (just like we add header files).
Is there any way to do so?
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can read this thread:Qt widget in dll
The project is in the attachment for you to study all the kinks.