Qt - Error 2 at compile time

前端 未结 5 2056
时光取名叫无心
时光取名叫无心 2020-12-11 16:59

I just downloaded Qt SDK 4.8.1 and, after installing it, I simply tried to compile a default C++ project, but I got this strange error.

16:50:24: Runn

5条回答
  •  感情败类
    2020-12-11 17:25

    In Linux terminal:

    sudo apt-get install build-essential cmake libqt4-dev
    

    I'm sorry I don't know why this code works but I had the same problem in Linux and I solved it this way.

提交回复
热议问题