qt5.4.1做的项目运行时出现问题 15
运行后显示如下06:46:50:Configurationisfaulty.ChecktheIssuesviewfordetails.Errorwhilebuilding...
运行后显示如下
06:46:50: Configuration is faulty. Check the Issues view for details.
Error while building/deploying project diancaiji (kit: Desktop Qt 5.4.1 GCC 32bit)
When executing step "Make" 展开
06:46:50: Configuration is faulty. Check the Issues view for details.
Error while building/deploying project diancaiji (kit: Desktop Qt 5.4.1 GCC 32bit)
When executing step "Make" 展开
1个回答
2015-07-18
展开全部
解决:
出现上面的错误是因为定义类对象的时候没有用指针:
CDishTypePage dishTypePage = new CDishTypePage(this, "dishTypePage");
应改成:
CDishTypePage *dishTypePage = new CDishTypePage(this, "dishTypePage");
出现上面的错误是因为定义类对象的时候没有用指针:
CDishTypePage dishTypePage = new CDishTypePage(this, "dishTypePage");
应改成:
CDishTypePage *dishTypePage = new CDishTypePage(this, "dishTypePage");
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询