On Thursday 04 March 2010 11:02:24 ext Eirik Ulvik wrote: > Den 04.03.2010 10:27, skrev Oswald Buddenhagen: > > On Thu, Mar 04, 2010 at 09:04:34AM +0100, ext Enrico Ros wrote: > >> I'm developing a plugin for Creator, rebasing every day over creator's > >> "master" branch. Since distributions are starting to support Qt 4.6 (I'm > >> shipping on gentoo and ubuntu 10.4), mandating 4.7 means that I have to > >> stop tracking master since when distros will catch up on the (not yet > >> released) 4.7. > > > > just clone it like you do with creator and make a release build (if disk > > space is a concern for you). upgrade the next time creator compilation > > breaks because of apparently missing new functionality. really no big > > deal ... > > > >> Is 4.7 a strict requirement, apart from being better of course, or can > >> somehow be avoided (maybe with #ifdefs in strategic places)? > > > > we had that so far, obviously. #ifdefs are always a maintenance burden. > > _______________________________________________ > > Qt-creator mailing list > > [email protected] > > http://lists.trolltech.com/mailman/listinfo/qt-creator > > This problem is probably more qt than qt-creator, but here goes anyway. > I am compiling qt from git (4.7 branch) in order to compile qt-creator, > but for some reason QtScript does not seem to get built. configure > reports that they should be, but there are no dll's or lib's present > after compilation. Toolchain is MSVC 2008. Doen anyone have a idea of > what the problem might be?
Check the output at the end of configure, that should print out if something is disabled. I guess Qt Script now depends on Javascript Core, though I'm not aware of any particular requirement that added. daniel _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
