[Interest] Compiling Qt 5.5.1 from source for OSX, iOS

2016-01-28 Thread Jason H
I did a in-place build, then realized I wanted to do both OSX and iOS, so I make the build directories. When I try to compile: You cannot make a shadow build from a source tree containing a previous build. Cannot proceed. I've run: make clean What do I need to do to be able to build again?

Re: [Interest] Compiling Qt 5.5.1 from source for OSX, iOS

2016-01-28 Thread Thiago Macieira
On Thursday 28 January 2016 23:50:30 Jason H wrote: > I did a in-place build, then realized I wanted to do both OSX and iOS, so I > make the build directories. > > When I try to compile: > You cannot make a shadow build from a source tree containing a previous > build. Cannot proceed. > > I've

Re: [Interest] Compiling Qt 5.5.1 from source for OSX, iOS

2016-01-28 Thread Jason H
Ah, nevermind. man git-clean > Sent: Thursday, January 28, 2016 at 6:00 PM > From: "Jason H" <jh...@gmx.com> > To: "Thiago Macieira" <thiago.macie...@intel.com> > Cc: interest@qt-project.org > Subject: Re: [Interest] Compiling Qt 5.5.1 from source

Re: [Interest] Compiling Qt 5.5.1 from source for OSX, iOS

2016-01-28 Thread Jason H
> Or, better: git clean -x -d -f. If you're not using git, rm -rf and unpack > the > tarball again. Thanks. I have changes to QtMultimedia. Will those git options keep my changes? ___ Interest mailing list Interest@qt-project.org