分类: QT开发

thumbnail
new

解决QT报错:You need to set an executable in the custom run configuration

在使用 QtCreator 开发时,如果你的项目使用 CMake 构建,遇到这样一个问题: You need to set an executable in the custom run configuration 这个问题通常出现在项目编译成功后,运行时报错。 问题描述 我在 QtCreator 中打开了一个……