How do I set up Qt paths in Visual Studio 2010?

前端 未结 4 2027
没有蜡笔的小新
没有蜡笔的小新 2021-02-06 04:33

I just downloaded and installed the latest versions of the Qt SDK, Qt Creator, and the Qt add-in for Visual Studio (I\'m running VS 2010).

First, I tried creating a Qt pr

4条回答
  •  梦谈多话
    2021-02-06 04:48

    Firstly, it's quite normal that MinGW libraries don't work with Visual Studio. Read up on the subject if you're still angry.

    The Qt SDK (if that's what you downloaded, should come with a pre-installed QtCreator that works with minimal or no setup with the included MinGW toolchain.

    If you want to use Visual Studio with the add-in, you'll need to either try the Visual Studio 2008 download from this webpage or rebuild Qt yourself. It's not hard, just time-consuming. Pointing the add-in to the build or install location of either of those should get you going.

提交回复
热议问题