'cl' is not recognized as an internal or external command,

前端 未结 10 1753
萌比男神i
萌比男神i 2020-12-13 12:21

I am trying to compile a hello world program in Qt Using Qt Creator.

I am getting \'cl\' is not recognized as an internal or external command.

I am using Win

10条回答
  •  萌比男神i
    2020-12-13 12:55

    I had this problem because I forgot to select "Visual C++" when I was installing Visual Studio.

    To add it, see: https://stackoverflow.com/a/31568246/1054322

提交回复
热议问题