Frodo45127 / rpfm

Rusted PackFile Manager (RPFM) is a... reimplementation in Rust and Qt5 of PackFile Manager (PFM), one of the best modding tools for Total War Games.
MIT License
366 stars 58 forks source link

Compilation instructions are slightly off. QT5.8 no longer sufficient #105

Closed Dirk-c-Walter closed 4 years ago

Dirk-c-Walter commented 4 years ago

The compilation guide and readme say that you need QT5.8+ but in fact you need 5.11+ since that is when "QAbstractItemView::eventFilter" was introduced.

Frodo45127 commented 4 years ago

Mmmmm and where does RPFM uses that? The 5.8 minimum is due to the qt crate being done for 5.8, not supporting newer stuff.

dsr085 commented 4 years ago

Copy pasted from readme. "* Qt 5.8 or higher."

Frodo45127 commented 4 years ago

mmm I know, but the question remains the same: where does RPFM uses something not supported by Qt 5.8?

dsr085 commented 4 years ago

Misunderstanding on my part. Thought question was about 5.8+ not the "QAbstractItemView::eventFilter".