I was wondering if anyone has used Pydev and QT with Eclipse. I have the Pydev plugin to Eclipse installed, and I was wondering how I can use the QT libraries with it. Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Once installed, you need to add to eclipse in Windows->Preferences-Qt location where the binary and include paths are located. It pretty intuitive and won't install until you find the correct path. (i.e. - mine installed on c:\Qt\2009.03\qt\bin & c:\Qt\2009.03\qt\include)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was wondering if anyone has used Pydev and QT with Eclipse. I have the Pydev plugin to Eclipse installed, and I was wondering how I can use the QT libraries with it. Thanks.
Yes, although I am just getting started. But, you need to add the Qt Eclipse Integration package.
http://qt.nokia.com/developer/eclipse-integration
Once installed, you need to add to eclipse in Windows->Preferences-Qt location where the binary and include paths are located. It pretty intuitive and won't install until you find the correct path. (i.e. - mine installed on c:\Qt\2009.03\qt\bin & c:\Qt\2009.03\qt\include)