You seem to be compiling a library with an application template.
You seem to be compiling a library with an application template.
Hi,
I finally found out the solution, or better saying, what was lacking.
In my .pro file I was defining:
TEMPLATE = lib
to generate a library, but I didn´t realize that I also had to define:
CONFIG += staticlib
Hope this can help others facing the same problem.
Best regards,
Roger
Bookmarks