qt arm 交叉编译问题:ERROR: C++11 <random> is required and is missing or failed to compile

解决:

修改 qtbase/mkspecs/<your platform>/qmake.conf,添加:
QMAKE_CXXFLAGS += -std=c++11
或
CONFIG += c++11

猜你喜欢

转载自blog.csdn.net/yhjahjj1314/article/details/126305836
今日推荐