【qt】【随笔】visual studio 2013中添加qt模块

随笔


在qtcreator中的qt项目添加qt模块,可以直接在pro文件中写 QT += texttospeech就可以了。

在vs2013qt项目中怎么添加,可以下载vsqt插件。本来下载的有qt-vs-addin,但是是1.2.5版本的,里面没有speech模块,在官
网:https://download.qt.io/official_releases/vsaddin/ 把这个插件更新到2.3.2就可以看到了。

  1. image
  2. image
  3. 在用的地方写#include <QTextToSpeech> ok
posted @ 2022-09-06 22:42  师怀  阅读(257)  评论(0)    收藏  举报