Re: Marbledata for out of tree builds

2014-03-18 Thread Dirk Hohndel
On Mar 18, 2014, at 10:58 AM, Anton Lundin wrote: > > Feels like we can just use a $(COPY_DIR) instead then. Thats supposed to > work across all platforms. > > It won't catch any changes to the marbledata then, you would get your > data. Someone with a fetish for qmake could probably wip up som

Re: Marbledata for out of tree builds

2014-03-18 Thread Dirk Hohndel
On Tue, 2014-03-18 at 19:10 +0100, Anton Lundin wrote: > git clone git://subsurface.hohndel.org/subsurface.git > mkdir subsurface-build > cd subsurface-build > qmake-qt4 ../subsurface/subsurface.pro LIBDCDEVEL=1 > make > > mplayer tada.wav Are you sure that step is required? > Ill write somethi

Re: Marbledata for out of tree builds

2014-03-18 Thread Anton Lundin
On 18 March, 2014 - Dirk Hohndel wrote: > On Tue, 2014-03-18 at 16:51 +0100, Anton Lundin wrote: > > Nowadays when i testbuild things for Qt4 and Qt5 ive started to build > > out of tree to make it easy to compare results. > > > > I'm not sure if creating a symlink is the best option, but it work

Re: Marbledata for out of tree builds

2014-03-18 Thread Anton Lundin
On 18 March, 2014 - Lubomir I. Ivanov wrote: > On 18 March 2014 18:29, Anton Lundin wrote: > > On 18 March, 2014 - Lubomir I. Ivanov wrote: > > > >> On 18 March 2014 18:17, Lubomir I. Ivanov wrote: > >> > On 18 March 2014 17:51, Anton Lundin wrote: > >> >> Nowadays when i testbuild things for Q

Re: Marbledata for out of tree builds

2014-03-18 Thread Dirk Hohndel
On Tue, 2014-03-18 at 16:51 +0100, Anton Lundin wrote: > Nowadays when i testbuild things for Qt4 and Qt5 ive started to build > out of tree to make it easy to compare results. > > I'm not sure if creating a symlink is the best option, but it works for > our main build environments so I'm sending

Re: Marbledata for out of tree builds

2014-03-18 Thread Lubomir I. Ivanov
On 18 March 2014 18:29, Anton Lundin wrote: > On 18 March, 2014 - Lubomir I. Ivanov wrote: > >> On 18 March 2014 18:17, Lubomir I. Ivanov wrote: >> > On 18 March 2014 17:51, Anton Lundin wrote: >> >> Nowadays when i testbuild things for Qt4 and Qt5 ive started to build >> >> out of tree to make

Re: Marbledata for out of tree builds

2014-03-18 Thread Anton Lundin
On 18 March, 2014 - Lubomir I. Ivanov wrote: > On 18 March 2014 18:17, Lubomir I. Ivanov wrote: > > On 18 March 2014 17:51, Anton Lundin wrote: > >> Nowadays when i testbuild things for Qt4 and Qt5 ive started to build > >> out of tree to make it easy to compare results. > >> > >> I'm not sure i

Re: Marbledata for out of tree builds

2014-03-18 Thread Lubomir I. Ivanov
On 18 March 2014 18:17, Lubomir I. Ivanov wrote: > On 18 March 2014 17:51, Anton Lundin wrote: >> Nowadays when i testbuild things for Qt4 and Qt5 ive started to build >> out of tree to make it easy to compare results. >> >> I'm not sure if creating a symlink is the best option, but it works for

Re: Marbledata for out of tree builds

2014-03-18 Thread Lubomir I. Ivanov
On 18 March 2014 17:51, Anton Lundin wrote: > Nowadays when i testbuild things for Qt4 and Qt5 ive started to build > out of tree to make it easy to compare results. > > I'm not sure if creating a symlink is the best option, but it works for > our main build environments so I'm sending this one ou

Marbledata for out of tree builds

2014-03-18 Thread Anton Lundin
Nowadays when i testbuild things for Qt4 and Qt5 ive started to build out of tree to make it easy to compare results. I'm not sure if creating a symlink is the best option, but it works for our main build environments so I'm sending this one out. If someone have a better idea how to solve it in a