Error QApplication: no such file or directory

前端 未结 11 1824
挽巷
挽巷 2021-01-30 06:44

I have installed C++SDK that have Qt but when I try compiling a code linking QApplication it gives me the error:

Error QApplication: no such file or directory
         


        
11条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-30 07:09

    You can change build versiyon.For example i tried QT 5.6.1 but it didn't work.Than i tried QT 5.7.0 .So it worked , Good Luck! :)

提交回复
热议问题