How to build qt shared library ?
Unsolved
Brainstorm
-
How to build qt shared library ?
the app works perfectly if I build it as an app.
If I create a shared lib with same code the code not gives result.
I changed
TEMPLATE = app
toTEMPLATE = lib
and I compile the same code. But , the result comes an error. -
Hi and welcome to devnet,
Any chances that you are working on Windows ?
In any case, you should read this page of the documentation.