Qt Eclipse Integration for C++
The Eclipse plugin can be used to create programs using any Qt version since 4.1.0.
Downloads
| platform |
specification |
usage guidelines |
built with version |
download |
|---|---|---|---|---|
| Windows |
Win32 | All editions |
Qt 4.4.3 |
Download |
| Linux (x86 32 bit) |
gcc 3.3 | All editions |
Qt 4.4.3 | Download |
| Linux (x86 32 bit) | gcc 4 | All editions |
Qt 4.4.3 | Download |
| Linux (x86 64 bit) |
gcc 4 |
All editions |
Qt 4.4.3 |
Download |
| Linux (source 32 bit) |
- |
GPL |
- |
Download |
| Linux (source 64 bit) |
- |
GPL |
- |
Download |
Resources
Eclipse Dependencies
Eclipse version 3.2.1 or newer and the CDT plugin version 3.1.1 or newer must be installed to run the Qt integration plugin successfully. Both are available for download from the Eclipse project at:
Qt Dependencies
If you want to create your own designer plugins you will need to create them with the same version that the integration was built with (currently Qt 4.4.3). Qt must be configured with '-qtnamespace QtCppIntegration' on Windows, and with '-qtnamespace QtCppIntegration -qtlibinfix CppIntegration' on Linux as of Qt Eclipse Integration 1.4.3, to create custom designer plugins.


