filecxx / FileCentipede

Cross-platform internet upload/download manager for HTTP(S), FTP(S), SSH, magnet-link, BitTorrent, m3u8, ed2k, and online videos. WebDAV client, FTP client, SSH client.
http://filecxx.com
7.37k stars 466 forks source link

What was the last version to build with Qt4? #699

Open barracuda156 opened 9 months ago

barracuda156 commented 9 months ago

Apparently the current version of FileCentipede forces Qt5. Could someone refer me to the latest one which built with Qt4?

filecxx commented 9 months ago

FileCentipede 1.0 was built with Qt 5.15

barracuda156 commented 9 months ago

@filecxx Oh…

And it does rely on stuff which does not exist with Qt4, right? I mean, I am gonna build from source, not use pre-compiled binaries, but re-writing Qt implementation is not realistic.

barracuda156 commented 8 months ago

@filecxx By the way, can it be built without GUI, as a CLI client?

filecxx commented 8 months ago

No, but you will have the CLI client after FileCentipede3.0 is released.

barracuda156 commented 8 months ago

Thank you, that will be great. Anything ncurses-based or pure CLI should work for our case.