mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-09 10:05:25 +02:00
build: fix build without libnm
GitLab: #451 Change-Id: I82267e54b3bfe7bac1617221c801fe67b5c28b40
This commit is contained in:
parent
ab744e8d2a
commit
e5d4a8ebf9
1 changed files with 2 additions and 0 deletions
|
@ -18,8 +18,10 @@
|
||||||
|
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
#ifdef USE_LIBNM
|
||||||
#include <NetworkManager.h>
|
#include <NetworkManager.h>
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "connectivitymonitor.h"
|
#include "connectivitymonitor.h"
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
|
|
Loading…
Add table
Reference in a new issue