我正在尝试使用QtContacts模块。我正在使用ubuntu artful和qt 5.10
我试过这个:
html.parser
和此:
sudo apt-get install qml-module-qtcontacts
我输入.pro文件:sudo apt-get install qtdeclarative5-qtcontacts-plugin
,但收到消息:QT += androidextras contacts
我也试过这个答案:How to install a missing Qt module?
但模块没有出现在模块列表中:
我错过了什么?
我在此链接中下载了qt-unified-linux-x64-3.0.2-online.run: https://www.qt.io/download
答案 0 :(得分:1)
我会尝试从here抓取,然后安装configure/make/make install
。
查看this documentation,似乎有Contacts API和Contacts QML plugin。
查看this example中的专业文件,contact
附加了QT
个模块,但CONFIG
条目如下:
CONFIG += mobility
MOBILITY = contacts