[Solved] How do i create a static LIB
Qt Creator and other tools
5
Posts
2
Posters
2.3k
Views
1
Watching
-
wrote on 22 Apr 2012, 09:11 last edited by
I need to build a static lib to include it in an other project.
Is there something i have to take care about. -
wrote on 22 Apr 2012, 10:43 last edited by
Just setup the .pro file correctly:
@
TEMPLATE = lib
CONFIG += staticlib
@That's all.
-
wrote on 22 Apr 2012, 10:56 last edited by
oh. thats easy when you know that! thx a lot!
PS.: status can set to solved!
-
wrote on 22 Apr 2012, 11:01 last edited by
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.
-
wrote on 22 Apr 2012, 11:29 last edited by
done, thx
3/5