PR: 200302 ( re-using )
- update to v0.6.2
- switch to Qt5
Thanks!
Differential D17177
editors/texworks: Update to version 0.6.2 rigoletto on Sep 14 2018, 10:46 PM. Authored by Tags None Referenced Files
Subscribers
Details
PR: 200302 ( re-using )
Thanks! SOLVED Both FLAVORs ( Qt4 and Qt5 ) build fine using make, but the Qt5 CMake Error at /usr/local/share/cmake/Modules/FindQt4.cmake:1313 (message): Found unsuitable Qt version "5.11.1" from /usr/local/bin/qmake, this code requires Qt 4.x Call Stack (most recent call first): CMakeLists.txt:274 (FIND_PACKAGE) For some reason on poudriere it is ignoring something, and trying to build the Please, note:
CMAKE_ARGS+= -DDESIRED_QT_VERSION=5 SOLVED
Diff Detail
Event Timeline
Comment Actions I think you're missing dependencies in USE_QT for Qt5. The CMakeFiles.txt (line 257) falls to Qt4 if the desired version is Qt=4 or Qt5 has not been found. You can find the components it looks for on lines 200-208 -- in paritcular, it is probably uitools. Comment Actions flavors looks ok. If there are ports depending on this make sure they depend on the correct pkgname.
Comment Actions Please get rid of the flavors again. poppler-qt4 will be dropped from the tree soon, so it makes sense to switch this to Qt5 only already.
Comment Actions editors/texworks: Update to version 0.6.2 Texworks is available now as Qt5 only because the upcoming poppler update will not include a Qt4 version. PR: 200302
|