mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-18 21:16:54 +02:00
Another Qt build fix... need the right tap driver in build just to make symbols work even though UI doesn't use that code.
This commit is contained in:
parent
ff773def26
commit
76d9ea911d
1 changed files with 3 additions and 0 deletions
|
@ -107,6 +107,9 @@ HEADERS += mainwindow.h \
|
|||
../ext/lz4/lz4.h \
|
||||
../ext/lz4/lz4hc.h
|
||||
|
||||
win32:SOURCES += ../node/WindowsEthernetTap.cpp
|
||||
mac:SOURCE += ../node/UnixEthernetTap.cpp
|
||||
|
||||
FORMS += mainwindow.ui \
|
||||
aboutwindow.ui \
|
||||
networkwidget.ui \
|
||||
|
|
Loading…
Add table
Reference in a new issue