Handling .ui.h properly with Galeon, how?
Philippe Lavoie
philippe.lavoie at videotron.ca
Sun Jul 13 20:34:22 UTC 2003
Hello gentlemen,
I wanto mix QT Designer and KDevelop by using .ui.h files. I figured out
that if I modify the am_edit file and change the following line
$dep_lines .= "$source.h: $sourcedir$source.ui\n";
to
$dep_lines .= "$source.h: $sourcedir$source.ui
$sourcedir$source.ui.h\n";
I then get a circular dependancy problem but it compiles.
I was wondering if you guys have a better solution.
Thanks
Phil
More information about the KDevelop-devel
mailing list