mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-18 08:35:26 +08:00
nm: add libnm support for connectivity change detection (linux)
Change-Id: I014999c80cfbc725ff36e517696a3ffb237a6213
This commit is contained in:
@@ -105,10 +105,17 @@ unix {
|
||||
LIBS += -lqrencode
|
||||
LIBS += -lX11
|
||||
|
||||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += libnm
|
||||
|
||||
isEmpty(PREFIX) { PREFIX = /tmp/$${TARGET}/bin }
|
||||
target.path = $$PREFIX/bin
|
||||
INSTALLS += target
|
||||
|
||||
packagesExist(libnm) {
|
||||
DEFINES += USE_LIBNM
|
||||
}
|
||||
|
||||
# unix specific
|
||||
HEADERS += \
|
||||
src/xrectsel.h
|
||||
|
||||
Reference in New Issue
Block a user