
There are 3 environments tested:

- qt3 desktop
- qt3 embedded
- qt2 embedded


In Kdevelop all 3 environments are configured. Unfortunately, you have to do more than just switch:

- Open the project settings
- in Make options: set QTDIR to correct value
- in Configure options: switch to the configuration you want to use
- close settings dialog
- run automake & co
- build project (F8)

The environments use the same code, but are installed to different locations.

