Qt 6.11 is out! See what's new in the release
blog
[Solved] How do i create a static LIB
Qt Creator and other tools
5
Posts
2
Posters
3.1k
Views
1
Watching
-
I need to build a static lib to include it in an other project.
Is there something i have to take care about. -
Just setup the .pro file correctly:
@
TEMPLATE = lib
CONFIG += staticlib
@That's all.
-
oh. thats easy when you know that! thx a lot!
PS.: status can set to solved!
-
You can do that yourself. Just edit your very first post, the link is right to the post, below username and avatar, and prepend "[Solved]" to the topic.
-
done, thx