How to use Qt5 and Qt Creator 2.6.1 with compiler from VS 2012?

后端 未结 2 2195
無奈伤痛
無奈伤痛 2021-02-19 07:55

The official downloads only include Qt libraries 5.0.0 for VS 2010 now. I tried them in VS 2012 Express but got an error message as \"error: LNK2038: mismatch detected for \'_MS

2条回答
  •  情深已故
    2021-02-19 08:38

    What do you have set in Visual Studio 2012?

    Project properties > General > Platform toolset

    Try setting it to v110.

    More info at MSDN.

提交回复
热议问题