编辑:似乎我可以使用 \Microsoft Visual Studio 10.0\VC\bin\nmake.exe 中的 nmake,但如果“Qt 4.8.1 for Desktop”能够处理好,那就太好了(而且对用户更友好)这是自动的。
我使用在线安装程序在 Windows 7 64 位下安装了 Qt SDK。我使用了默认安装选项。
现在我正在尝试在\QtSDK\Examples\4.7\tutorials\gettingStarted\gsQt下构建记事本应用程序。我正在使用提供的“Qt 4.8.1 for Desktop”命令行。
对于构建的前两个步骤,qmake运行良好,但是在我的安装中找不到nmake 。设置路径不是问题——我在 QtSDK 文件夹和子文件夹的任何地方都找不到 nmake.exe(或任何类似 nmake 的东西)。
如果我使用make或mingw32-make,我会得到著名的缺少分隔符错误:
c:/qtsdk/mingw/bin/mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `C:/Workspace/qt_notepad'
Makefile.Debug:59: *** missing separator. Stop.
mingw32-make[1]: Leaving directory `C:/Workspace/qt_notepad'
mingw32-make: *** [debug] Error 2
这是一个错误的安装,还是我忽略了什么?