-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Use Qt_all extension #47
Comments
If you use a similar method as the one I present in #40 , you have to link to two libraries: |
Hi, |
I won't make it compliant with Qt5 in a near future but the changes I made are independent of Qt so you can apply the same changes to a Qt5 compatible version of PythonQt. From the error message, I would say you lack one (at least) of the following:
|
Hello @jcfr, and thanks for the help.
and comment this line:
Since they are no more shipped starting with 5.6 (or at least I don't have with the homebrew installation on mac). I'm not that confident in cmake to create a switch over something like Now coming to my problem I think I have found a solution: Is this correct? With the qmake version, I used to link Thanks again! p.s.
Would it be possible to include it in the next commit? |
Closing. Support for Qt5 is now up-to-date and available in |
Hi,
I'm trying to use the qt_all extension of python and can't figure out how to use it.
I cmaked pythonqt with
cmake -DPythonQt_Wrap_QtAll=ON .
and compiled, but it seems that the header
extensions/PythonQt_QtAll/PythonQt_QtAll.h
is not installed.I added it to the cmake
headers
variable but when i compile mymain.cc
with theinit
methodPythonQt_QtAll::init();
the linker throws an
Any suggestion?
The text was updated successfully, but these errors were encountered: