From: Hazen B. <hba...@ma...> - 2016-11-17 21:35:40
|
How does one get PLplot to build with QT5 now? This is what I used to do: cmake -DPLPLOT_USE_QT5=ON ../plplot However the cmake cache now has the following mistakes (or what appear to me to be mistakes): //Enable pyqt4 Python extension module ENABLE_pyqt4:BOOL=ON //Enable pyqt5 Python extension module ENABLE_pyqt5:BOOL=OFF .. //Where can the qmake-qt4 library be found QT_QMAKE_EXECUTABLE:FILEPATH=/usr/bin/qmake-qt4 PyQt4 will not work with Qt5, and qmake-qt4 also seems to be the wrong choice for a Qt5 build. -Hazen |