On Friday 16 September 2005 16:45, Mark Richards wrote: > Just a suggestion, as someone who often builds both QT and KDE guis: > > I'd like the ability to compile both KDE and QT guis at the same time, > perhaps by having the generated files for each go into a different > directory; this would allow me to do cvs update in the plugins/qt-gui > dir and then compile both GUIs from the same tree without having to do a > full recompile. As it is now I check-out licq and licq-plugins, so I > already have two source trees, and I use one for kde-gui and one for > qt-gui. But for users of the tarball there's only one qt-gui dir.
You can use two different build dirs. Instead of calling configure in the source directory, create two subdirectories and call configure from there. For example (assuming current path is plugins/qt-gui/) mkdir qt-build cd qt-build ../configure make make install cd .. mkdir kde-build cd kde-build ./configure --with-kde make make install Cheers, Kevin
pgpDi0QBYUQci.pgp
Description: PGP signature