Qt Eclipse集成和自定义小部件插件

时间:2010-07-30 14:53:09

标签: c++ eclipse qt plugins integration

在带有MinGW的Windows下使用Eclipse Integration插件编译自定义窗口小部件的正确步骤是什么?

我尝试了以下步骤,但是我无法在窗口小部件栏中看到窗口小部件。

  1. 为Win32安装了Qt 4.6.1(使用MinGW)
  2. 安装了Eclipse Helios 32位(也尝试使用Galileo)
  3. 已安装的Qt Eclipse Integrator 1.6.1
  4. 重新配置Qt for Integration:configure -release -qtnamespace QtCppIntegration
  5. 使用Eclipse在发行版中编译的插件(也尝试使用Creator)
  6. 在文件夹C:\eclipse\plugins\com.trolltech.qtcppdesignerplugins.win32.x86_1.6.1
  7. 中复制DLL文件e“a”文件
  8. 启动eclipse -clean以重置插件
  9. 当然,小部件在Qt Designer下运行良好,我可以正确使用它。

1 个答案:

答案 0 :(得分:1)

用于Windows的Qt Eclipse Integration和Qt Creator二进制文件是使用Visual C ++编译的,因此MinGW编译的插件不能与它们一起使用。 独立的Qt Designer是用MinGW编译的,这就是你的插件可以使用的原因。

您可以使用MinGW重新编译Qt Creator,我不确定Qt Eclipse集成。