Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix complilation against VTK 6 and Qt 4.8 #12

Closed
wants to merge 3 commits into from

Conversation

gcasey
Copy link

@gcasey gcasey commented Jun 28, 2013

This fixes compilation against VTK 6 by linking against the new name of the python library

Fixes compilation against Qt 4.8 by removing a stubbed function that does weird things with #undef of emit

Casey Goodlett added 3 commits November 28, 2011 10:31
This failed to compile in the precompiled file:
moc_PythonQtStdDecorators.cpp.  This function seems to be only a stub
so removing it completely.  This also seems to be reflected in the
current head of PythonQt
@jcfr
Copy link
Member

jcfr commented May 7, 2015

CMake option PYTHONQT_USE_VTK has been removed (r205), the foreign wrapper mechanism should be used: r206

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants