Error QApplication: no such file or directory

前端 未结 11 1819
挽巷
挽巷 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 06:54

    I suggest you to update your SDK and start new project and recompile everything you have. It seems you have some inner program errors. Or you are missing package.

    And ofc do what Abdijeek said.

提交回复
热议问题