Ah, nevermind. man git-clean
> Sent: Thursday, January 28, 2016 at 6:00 PM
> From: "Jason H"
> To: "Thiago Macieira"
> Cc: interest@qt-project.org
> Subject: Re: [Interest] Compiling Qt 5.5.1 from source for OSX, iOS
>
>
> > Or, better: git clea
> 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
http://lists.qt-proj
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 r
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?
___