[Interest] [Qt3D] QLayerFilters

2016-01-30 Thread Andy
I'm trying to add layer filters to a Qt3DRender::QForwardRenderer (C++). I'm constructing a Qt3DRender::QLayerFilter as a child of the forward renderer. I would expect (based on looking at the code) that doing only that should result in no geometry being rendered at all. Even if I set the layers

Re: [Interest] Local version control with Qt Creator on Linux

2016-01-30 Thread Thiago Macieira
On Saturday 30 January 2016 14:09:55 Bernhard Lindner wrote: > Now... how can I add my existing project(s) to that repository? All other > menu entries of the "Git" menu are ghosted. Seems I can not to anything > else than creating new repositories. Copy all the files, then you can git add each a

Re: [Interest] Local version control with Qt Creator on Linux

2016-01-30 Thread Bernhard Lindner
> You shouldn't need to do a p4 checkout for building. If you have to do that, > then you checked files in that you shouldn't have added. Thanks for all of the kind answers. Git obviously is the consensus :-) I installed git and I can see the "Git" pull-down menu in Qt Creator. I selected the "C