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

前端 未结 4 2028
没有蜡笔的小新
没有蜡笔的小新 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 05:07

    Rebuild it with vs2010, it's much easier, and allows you to step into the Qt src in debug.

    In the top of the Qt src tree do
    configure -no-webkit -no-qt3support -opensource -platform win32-msvc2010
    (webkit is optional but it takes a long time to build)

    Will build a .sln file which you can open in VS2010 and build

提交回复
热议问题