I am having a difficult time trying to find a way to link the Qt library to my Eclipse project.
The Qt SDK package 4.8.1 with Eclipse CDT Juno
Is there a way to link Qt libraries to eclipse?
I am having a difficult time trying to find a way to link the Qt library to my Eclipse project.
The Qt SDK package 4.8.1 with Eclipse CDT Juno
Is there a way to link Qt libraries to eclipse?
更新: Eclipse 插件似乎不再受到官方支持,但仍可通过下载获得。下面的链接引用了他们的 ftp 站点。
诺基亚提供Eclipse-Qt 集成。也就是说,这是不必要的,因为始终可以使用使用自定义构建命令的 Eclipse 项目。您可以简单地创建一个makefile 项目,确保在适当的时间运行 qmake。
首先,它可能很简单:
如果是上述情况,您只需要在添加新文件和执行其他影响 qt 项目文件的操作时重新运行 qmake。
@enobayram 是的。
Qt 集成包是 32 位的,因此 Eclipse / Java / Qt 等所有依赖项也必须是 32 位的。