gentoo qt-creator no examples
参考 [SOLVED] qtcreator: examples are missing https://forums.gentoo.org/viewtopic-t-1092826-highlight-qtcreator.html
最近安装了 qt-creator,后发现了几个问题:
- help 里面只有 qt-creator 的内容,没有 qt 的内容。
- examples 是空的。
解决方法是:
- 安装 qt-docs,这样就有 qt 的帮助了。
- qt5 之后就没有 qt-demo 了,所以只能用新的方法。建立本地软件仓库来安装 非官方的 qt-examples。可以按照我上一篇随笔来做。 gentoo 建立本地软件库并安装软件 Custom repository https://www.cnblogs.com/ramlife/p/10425850.html
按照这个安装好了之后,重新打开 qt-creator ,就有 examples 了。
具体的 5.11.1 的 qt-examples ebuild 从这个连接下载: https://bugs.gentoo.org/669268 https://bugs.gentoo.org/attachment.cgi?id=552234