hi fabo, On Sat, Jun 27, 2009 at 11:08:52AM +0200, Fathi Boudra wrote: > bin clean/distclean target shouldn't remove wrapper script. > > cd bin/ && make -f Makefile distclean > make[2]: Entering directory `/home/user/build-area/qt/qt-creator/bin' > rm -f qtcreator > rm -f *~ core *.core > rm -f qtcreator > rm -f Makefile > if this is a shadow build, then removing the wrapper from the build dir is intentional. if it is not a shadow build, then removing the wrapper is wrong, obviously. though i have no idea why you have a Makefile in bin/ in the first place, as the top-level .pro file *should* exclude it. does it return after the next qmake run? if so, care to investigate (try putting message() calls in strategic positions)?
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
