Add CLI pairing support
This commit is contained in:
parent
692942e5be
commit
aaf59c2d01
6 changed files with 176 additions and 0 deletions
|
|
@ -132,6 +132,7 @@ macx {
|
|||
SOURCES += \
|
||||
backend/nvaddress.cpp \
|
||||
backend/nvapp.cpp \
|
||||
cli/pair.cpp \
|
||||
main.cpp \
|
||||
backend/computerseeker.cpp \
|
||||
backend/identitymanager.cpp \
|
||||
|
|
@ -170,6 +171,7 @@ SOURCES += \
|
|||
HEADERS += \
|
||||
backend/nvaddress.h \
|
||||
backend/nvapp.h \
|
||||
cli/pair.h \
|
||||
settings/compatfetcher.h \
|
||||
settings/mappingfetcher.h \
|
||||
utils.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue