如何安装Qt模块并在我的项目中使用它

时间:2018-02-25 18:48:42

标签: qt qt-creator qt-mobility

我正在尝试使用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?

但模块没有出现在模块列表中:

enter image description here

我错过了什么?

QtVersion: enter image description here

我在此链接中下载了qt-unified-linux-x64-3.0.2-online.run: https://www.qt.io/download

1 个答案:

答案 0 :(得分:1)

我会尝试从here抓取,然后安装configure/make/make install

查看this documentation,似乎有Contacts APIContacts QML plugin

查看this example中的专业文件,contact附加了QT个模块,但CONFIG条目如下:

 CONFIG += mobility
 MOBILITY = contacts