Under the environment of Ubuntu, qt how to invoke the compiler VS2017 static library? Compile the source code directly in the Ubuntu environment, then can call the static library?
CodePudding user response:
Call static master if binary compatibility problem, VS development often encounter vc141 version of the library and vc142 version of the library is not compatible, so the library for Windows and Linux repository must be incompatible, vc library and GCC library is incompatible, vc or GCC versions may not compatible (compatibility to pure c, c + +), so, as far as possible with the same compiler version of the library,