Uh oh!
There was an error while loading. Please reload this page.
COMP: Fix build against Qt 4.8 - #2
Conversation
This failed to compile in the precompiled. moc_PythonQtStdDecorators.cpp. This function seems to be only stub so removing it.
patmarion
commented
Feb 29, 2012
Tested this on my Linux build with Qt 4.6.3. Works fine. |
jeinarsson
commented
Mar 31, 2012
Compiles on win7/msvc2008/python2.7/qt4.8 with patch. Had to disable XmlPatterns wrapper though. |
thewtex
commented
Jul 4, 2012
This patch worked for me too against 4.8.1 on linux. I don't see any contact information on the PythonQt website. Does anyone know who to contact? |
jcfr
commented
Jul 4, 2012
Hi Folks, Upstream PythonQt (aka Florian) has integrated our patches to enable He also added a mechanism allowing to registered external wrapping mechanism (i.e. VTK). See r206) In addition to various bug fixes, support for Qt 4.8 has also been added upstream (See r213 and r226) Given these information, here is the plan:
Let me know what you all think ? Jc |
thewtex
commented
Jul 4, 2012
Thanks for your work on this! I'm late to the show, but for my information; if the CMake changes have been merged upstream, what will be the difference between patched-2 and upstream HEAD? Thanks, |
jcfr
commented
Jul 4, 2012
Hi @thewtex, Good point. Hopefully, it shouldn't be needed. I am just anticipating some possible specific tweak before backporting changes upstream. Next week, I will be in Boston for the CTK hackfest and i will be working on that. Jc |
thewtex
commented
Jul 4, 2012
Cool! On Wed, Jul 4, 2012 at 9:16 PM, Jean-Christophe Fillion-Robin
|
jcfr
commented
Jul 10, 2012
thewtex
commented
Jul 10, 2012
Excellence. On Tue, Jul 10, 2012 at 9:15 PM, Jean-Christophe Fillion-Robin
|
…vendor-submodules ignore files
Support Qt 5.12
This failed to compile in the
precompiled. moc_PythonQtStdDecorators.cpp. This function seems to be
only stub so removing it.