Skip to content
  • Elvis Angelaccio's avatar
    Find and link Qt5 Concurrent module · a2a17102
    Elvis Angelaccio authored
    Qt5 Concurrent is a separate module, so we need to find it and link to it.
    This way we can #include <QtConcurrentRun> without hardcoding the module name.
    
    Most distros include this module in their "basic" qt5 package (e.g. qt5-base on
    Archlinux), so this is not really a bug.
    a2a17102