正在安装QT Visual Studio加载项



我正试图按照本指南将QT插件安装到VS 2010中:http://thomasstockx.blogspot.ca/2011/03/qt-472-in-visual-studio-2010.html

当我到达步骤11并尝试执行命令后:

configure -debug-and-release -opensource -shared -no-qt3support -qt-sql-sqlite -phonon -phonon-backend -no-webkit -no-script -platform win32-msvc2010

我得到以下错误:

'configure' is not recognized as an internal or external command,
operable program or batch file.

我使用的是VS命令提示符窗口,而不是常规的命令提示符窗口。有人能告诉我可能做错了什么吗?

目前,我在VS中看到了插件。然而,当我点击Qt->Launch Designer时,我会收到以下错误消息:

No default QT version found. Please check your QT Visual Studio Add-in settings.

configure.exe是Qt源树根目录中的一个可执行文件(作为QTDIR)。在尝试执行此命令之前,请确保您的工作路径是QTDIR。如果计算出QTDIR,请为命令configure指定正确的前缀路径。这是影子构建,需要perl。

最新更新