Skip to content
Snippets Groups Projects
Closed NetworkManager Dependency?
  • View options
  • NetworkManager Dependency?

  • View options
  • Closed Issue created by vindicatorr

    Is networkmanager actually going to be a required dependency in the QT client? I know I hadn't needed it with the Gnome client.

    CMakeLists.txt

        pkg_check_modules(LIBNM libnm)
        if(LIBNM_FOUND)
            add_definitions(-DUSE_LIBNM)
        endif()

    cmake

    -- Checking for module 'libnm'
    --   Package 'libnm', required by 'virtual:world', not found

    make

    [ 67%] Building CXX object CMakeFiles/jami-qt.dir/src/connectivitymonitor.cpp.o
    <pathTo>/jami-client-qt/src/connectivitymonitor.cpp:21:10: fatal error: NetworkManager.h: No such file or directory
       21 | #include <NetworkManager.h>

    Linked items 0

  • Link items together to show that they're related or that one is blocking others.

    Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first