Re: Generation and location of ui_*.h files

2015-01-10 Thread Linus Torvalds
On Jan 10, 2015 1:21 AM, "Anton Lundin" wrote: > > Or, git clean -xdf is your friend. So I do that all the time, but be *careful*. git clean -dqfx Will remove *all* non-tracked files in your git tree. That is often very useful, but it's only useful if the *only* thing you have in that direc

Re: Generation and location of ui_*.h files

2015-01-10 Thread Anton Lundin
On 09 January, 2015 - Dirk Hohndel wrote: > On Fri, Jan 09, 2015 at 11:03:21AM -0500, John Van Ostrand wrote: > > I'm trying to get through a problem on Fedora 20 where I can't build > > subsurface master. > > > > The problem is that the /ui_*.h files are old and aren't being rebuilt. I'm > > not

Re: Generation and location of ui_*.h files

2015-01-09 Thread Dirk Hohndel
On Fri, Jan 09, 2015 at 11:03:21AM -0500, John Van Ostrand wrote: > I'm trying to get through a problem on Fedora 20 where I can't build > subsurface master. > > The problem is that the /ui_*.h files are old and aren't being rebuilt. I'm > not familiar with cmake or qmake and so I could really use

Generation and location of ui_*.h files

2015-01-09 Thread John Van Ostrand
I'm trying to get through a problem on Fedora 20 where I can't build subsurface master. The problem is that the /ui_*.h files are old and aren't being rebuilt. I'm not familiar with cmake or qmake and so I could really use someone's help in describing how the ui_*.h files are supposed to be built