幕府将军使用cmake窗口编译错误

时间:2018-08-07 05:02:59

标签: qt cmake-gui shogun

我正在尝试为mingw编译shogun工具箱,以使用cmake将其添加到qt项目中,但出现此错误:

firebaseUsers.orderByChild('code')
   .equalTo(mycode)
   .once('value')
   .then (snapshot => {
     if(snapshot.val()) {
        alert("Code Exists, Please Choose another");
        this.props.history.push('/myscreen')
   } else {
       //submit the data
   }

gdb已安装在mingw中,并在qt中的项目中运行良好 请帮忙 谢谢

0 个答案:

没有答案