citronneur / rdpy

Remote Desktop Protocol in Twisted Python
GNU General Public License v3.0
1.67k stars 545 forks source link

QT5 support #65

Open vyrus001 opened 6 years ago

vyrus001 commented 6 years ago

moved QT support to QT5, tested on OSX 10.12.6 (all dependancies acquired via homebrew) and gentoo-hardened

ChrisTruncer commented 5 years ago

Hi @citronneur. I'm interested in seeing if this pull request is something you might get added in? I use RDPY in EyeWitness, and thanks to @vyrus001 I was looking into moving to pyqt5, but I'd also need RDPY updated as well. Just wanted to see if this was something you would review. Thanks for the help!

rhertzog commented 5 years ago

@citronneur FWIW Qt4 is no longer supported upstream so PyQt4 is actively removed from the various linux distributions, it would be nice to have a version of rdpy based on Qt5 so that we can keep maintaining a Kali package for rdpy.

For better cross-referencing, I'm pointing out that https://github.com/FortyNorthSecurity/EyeWitness/pull/301 is the eyewitness pull request adding Qt5 support to that software but which depends on this pull request.