Skip to content
  • John Thacker's avatar
    CMake: Find and link with QtDBus on Qt6 · 19521b54
    John Thacker authored
    It needs to be added to cmakeconfig.h.in in order for the
    set(QT_DBUS_LIB 1) line in CMakeLists.txt to have the desired effect.
    
    For Qt6, the link libraries for components need to be added
    individually due to the more modern CMake Qt6 configuration we use.
    
    Fixup 30c0b28f
    19521b54