浏览代码

Another Qt build fix... need the right tap driver in build just to make symbols work even though UI doesn't use that code.

Adam Ierymenko 11 年之前
父节点
当前提交
76d9ea911d
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      ZeroTierUI/ZeroTierUI.pro

+ 3 - 0
ZeroTierUI/ZeroTierUI.pro

@@ -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 \