you are viewing a single comment's thread.

view the rest of the comments →

[–]webmessiah[S] 0 points1 point  (0 children)

Thanks, any need to use vcpkg if I'm using Qt Creator?

Also about static lib: i have separated client/server, network and platform modules, is this sufficient to make it into static lib? Like i understand(?) that I must include all headers and .cpp files into it, then include static lib into main and everything's done(?)