<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, May 26, 2015 at 11:50 AM, Kilgus, Thomas <span dir="ltr"><<a href="mailto:t.kilgus@dkfz-heidelberg.de" target="_blank">t.kilgus@dkfz-heidelberg.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Marcus and David,<br>
<br>
I would love to make this run with Qt5 for a demo application. Is there any (straightforward) job I can take care of to help tracking down the issue?<br></blockquote><div><br></div><div>The issue is that the QVTKWidget has some platform specific code to initialize the render window. Trouble is, it goes through a convenience API provided by Qt (Q_WS_X11, QX11Info, etc) to detect and handle the X11 backend, and these interfaces/preprocessor defs are not available in Qt5.</div><div><br></div><div>At a minimum, the Qt/X11 code would need to be rewritten to use pure X11 APIs to get this working. I don't think anyone has started on this if you wanted to make a pass at it.</div><div><br></div><div>Best,</div><div>Dave</div></div></div></div>