[Solved] Constructor not found – How to add CPP file to Qt build process [closed]
[ad_1] The solution comes in three parts. Separately compile the cpp file into a .o object. I’m not going to talk about this step as I was able to use pre-compiled .o files for the third party library I was using. Apparently they were aware of the issue as well and prepared .o files for … Read more