Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我似乎找不到 ubuntu 13.04 的“qt 4 sdk”安装程序。我需要一个可以安装并允许我让您通过软件中心获得的 qt 创建器能够检测基于 qt 4 和 5 的项目的软件。有没有人为此找到任何开箱即用的解决方案。或者有没有关于如何让 ubuntu 13.04 版本的 qtcreator 识别 qt 4 项目的说明?
apt-cache search libqt4
这应该会为您提供获取 Qt 4 库所需的所有包的列表。 应包括:
libqt4-dev libqt4-core libqt4-gui ...etc