A good question.

A closer integration of qt designer into kdevelop won't be done for this version. However, am_edit supports this so it's not difficult to get this to work as am_edit is used by kdevelop1.4.

Open up the Makefile.am file and add the ui file to the prj_or_lib_SOURCES line. (eg kdevelop_SOURCES = etc)

Then regenerate the make files via
Build/Autoconf and automake
Build/configure
followed by make

jbb


Hi again,

Actually we're further along than I thought in terms of thisintegration.

See Ralf Noldens mail on kdevelop mailing list. Here's the relevant part of the message anyway

"To add a designer file, just select Qt2 user interface from the file new dialog, then set the filename press ok and designer comes up. The designer file is automatically added to your project and the sources generated, you have to inherit your own class from the designer generated class and overwrite the slots you declared in designer (these are virtual). If I've got time I'll do a short tutorial on that."
