关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率

已采纳
error C1189: #error : Qt requires a C++11 compiler and yours does not seem to be that.
收起
- 写回答
- 好问题 0 提建议
- 关注问题
微信扫一扫
点击复制链接分享
- 邀请回答
- 编辑 收藏 删除 结题
- 收藏 举报
4条回答 默认 最新
- 关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率
threenewbee 2020-07-24 10:00关注vs2012只是部分支持c++11,用更新的编译器,比如vs2017看看
本回答被题主选为最佳回答 , 对您是否有帮助呢? 本回答被专家选为最佳回答 , 对您是否有帮助呢? 本回答被题主和专家选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏举报微信扫一扫
点击复制链接分享
评论按下Enter换行,Ctrl+Enter发表内容
报告相同问题?
提交
- 2020-12-27 19:12error: #error "Qt requires C++11 support c++0x, c++11的解决办法 如果你是用makefile编译还好解决些,但是如果你是用CMake编译,你还得变成CMake的写法. 不过低层原理都一样,都是在g++上作文章. 我来告诉你makefile...
- 2019-04-10 16:08qq_34732729的博客 程序报错如上:C1189:#error : Qt requires a C++ compiler and youre does not seem to be that 解决方案如下: 四行代码选一行用,总有一款适合你(但是,我的问题还是没有解决)这个c++ 中的 c 有人大写,有人...
- 2019-05-13 18:28一只小肥羊12581的博客 转载自:https://blog.csdn.net/qq_35661436/article/details/77418385 在.pro文件里面添加 QMAKE_CXXFLAGS += -std=c++11 OR CONFIG += c++11
- 2016-12-23 19:41qq_30780183的博客 自从qt5发布,就公布了Qt5对C++11的支持,qt上最明显的是可以使用lumda表达式了,在connect信号的时候写一些比较简单的槽函数还是很方便的。 但是最近在移植qt5到arm的时候发现,Qt5.7的版本连编译的时候都要...
- 2018-12-27 10:16lyj548926543的博客 ERROR: Qt requires a C++11 compiler and yours does not seem to be that. Please upgrade. 原因是: Qt5.7的版本连编译的时候都要gcc编译器支持c++11才能通过configure 所以换成了Qt5.6的版本 ./auto.h...
- 2010-03-14 15:29阿孙哥的博客 编译工程时,出现错误 "fatal error C1189: #error : "This file was generated using the moc from 4.4.3. It" ",一开始并不明白是怎么 一回事,后来在高人指点下明白。原来,我建立的工程是用Qt4.5.0建立的, ...
- 2018-05-25 09:23qq76211822的博客 error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler op...
- 2016-11-28 09:30清海风缘的博客 Why C++ Is Not “Back” Are you here because you want to learn C++? Learn to Program with C++ I love C++. C++ taught me how to really write code. Back in the da
- 2021-06-07 13:31SylviaFang的博客 g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIC -DNS3_LOG_ENABLE -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Iqtpropertybrowser/src -isystem /usr/include/x86_64-...
- 2010-04-20 18:06luxiaoshuai的博客 C++ Coding Standard Last Modified: 2007-01-09tmh@possibility.com / http://www.possibility.com/Tmh Using this Standard. If you want to make a local copy of th
- 2006-06-05 19:53universee的博客 Bjarne Stroustrups FAQ These are questions that people ask me often. If you have better questions or comments on the answers, feel free to email me bs@research.att.com. Please remember that I cant
- 2007-02-09 09:07wawuta的博客 C++ Coding Standard Last Modified: 2007-01-09tmh@possibility.com / http://www.possibility.com/Tmh Using this Standard. If you want to make a local copy
- 2011-04-13 16:02liufeng2011sz的博客 How To Use Code or a Compiler Compiled for a 486 on a 386. 5.8. What Does "gcc -O6" Do? 5.9. Where Are linux/*.h and asm/*.h? 5.10. What To Do about Errors Trying to Compile the Kernel. ...
- 2017-09-22 09:11mg6的博客 Table of Contents 1 Introduction 1.1 The Purpose of GNU ...gettext1.2 I18n, L10n, and Such1.3 Aspects in Native Language Support1.4 Files Conveying Translations1.5 Overview of GNU gettext 2 Th
- 2008-04-11 08:43win32asn的博客 Bjarne Stroustrups FAQModified February 5, 2008 These are questions that people ask me often. If you have better questions or comments on the answers, feel free to email me bs@research.att.c
- 2009-04-01 10:10ldong2007的博客 * If you didn't complete the optional step above, you will see a warning that the public key is not available. This is normal and you can proceed. * Click Apply (if it's off the bottom of the ...
- 没有解决我的问题, 去提问