Does Qt creator by default statically or dynamically link it's libraries?

后端 未结 2 1047
面向向阳花
面向向阳花 2020-12-28 15:53

I\'m developing a closed source application and to do so in accordance with the LGPL I have to dynamically link Qt\'s libraries to my application. Does Qt do this by default

2条回答
  •  失恋的感觉
    2020-12-28 16:18

    It does it by default, statically linking seems to be quite involved judging by the many questions on the site regarding it.

提交回复
热议问题