OtterBrowser / otter-browser

Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5
https://otter-browser.org
GNU General Public License v3.0
1.8k stars 277 forks source link

Added QtConcurrent as a requirement. #1725

Closed orhtej2 closed 2 years ago

orhtej2 commented 2 years ago

QtConcurrent is a 'hidden' dependency, lack of it will pass CMake checks but fails during compilation phase.

Emdek commented 2 years ago

@orhtej2, it was in this state for a reason, since on some distribution(s) looking for it caused build failure… But perhaps that was already fixed there (I don't remember what distro was that, it might have even be some BSD).

orhtej2 commented 2 years ago

Fair enough, thought it was some new requirement that slipped through the cracks.