Eclipse: QtHeaders
If you use Qt with Eclipse you will experience that the code completion does not work as expected. The reason is that the Qt header files do not end with the .h extension. Therefore they are not recognized by Eclipse. There is a Qt development plugin for Linux and Windows which probably fixes this problem. However, this plugin is not available for Mac OS X, yet. So I decided to create this simple plugin which can be used also with Mac OS X and which lets Eclipse recognize the Qt header files to get the code completion working.
I also wrote a tutorial how to setup Eclipse under Mac OS X for the development of Qt applications.
Installation:
Copy the plugin to the “plugins” directory” of your Eclipse directory and restart Eclipse.
License
The plugin may be redistributed and changed under the GNU Public License.
Downloads:
The version numbers correspond to the Qt version for which the plugin was made.
| Description | Version | Download | Size |
|---|---|---|---|
| Compiled plugin | 4.5.1 | qtheaders_4.5.1.jar | 7,2 KiB |
| Sourcecode | 4.5.1 | qtheaders.tar.gz | 80 KiB |
Last modification: August 10th, 2009 at 22:03



To the top