> 2. There really needs to be a way to ignore examples/demos via > configure, as building all of these takes a long time. I wanted to > end up with a bare bones Qt folder containing just the essentials and > didn't count on all the examples being built. It took nearly 3 hours > on my machine!
Try adding "-nomake examples -nomake demos" to your configure line. There are also other options you can use to disable building other components; check "configure -help". This feature was missing in older versions of Qt/Win, but as far as I can tell they're present and functioning with 4.5. They've always been available on UNIX platforms. /s/ Adam _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
