我正在使用QT5.6社区版。我在.pro file中添加了.pro file,然后在main.cpp文件中添加了#include <QtPurchasing>。但我知道这个错误:
:-1: error: Unknown module(s) in QT: purchasing
QtPurchasing模块在哪里?谢谢。
发布于 2016-03-30 06:03:38
"Qt购买是一个附加库“,在(免费的”免费啤酒“)社区版中是不可用的。下到页面:
http://doc.qt.io/QtPurchasing/
.和/或从这里与qt.io联系:
http://doc.qt.io/qt-5/commerciallicense.html
https://stackoverflow.com/questions/36297352
复制相似问题