2014-01-03 22:03:29 +00:00
|
|
|
QT += core gui widgets network
|
2013-11-20 17:19:37 +00:00
|
|
|
TARGET = "ZeroTier One"
|
2013-11-13 21:50:49 +00:00
|
|
|
TEMPLATE = app
|
|
|
|
|
2013-11-21 20:55:47 +00:00
|
|
|
win32:RC_FILE = ZeroTierUI.rc
|
2014-01-25 07:15:14 +00:00
|
|
|
win32:LIBS += winhttp.lib Iphlpapi.lib ws2_32.lib advapi32.lib Shell32.lib Rpcrt4.lib
|
|
|
|
win32:QMAKE_LFLAGS += /MANIFESTUAC:\"level=\'requireAdministrator\' uiAccess=\'false\'\"
|
2014-01-16 01:00:53 +00:00
|
|
|
|
2013-11-21 20:55:47 +00:00
|
|
|
mac:ICON = zt1icon.icns
|
|
|
|
mac:QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6
|
|
|
|
mac:QMAKE_INFO_PLIST = Info.plist
|
2014-01-16 01:00:53 +00:00
|
|
|
mac:LIBS += -framework Cocoa
|
2013-11-21 20:55:47 +00:00
|
|
|
|
2014-01-25 07:15:14 +00:00
|
|
|
SOURCES += main.cpp \
|
2014-04-03 00:12:04 +00:00
|
|
|
mainwindow.cpp \
|
|
|
|
aboutwindow.cpp \
|
|
|
|
networkwidget.cpp \
|
|
|
|
installdialog.cpp \
|
|
|
|
licensedialog.cpp \
|
|
|
|
onetimedialog.cpp \
|
2014-01-25 07:15:14 +00:00
|
|
|
../node/C25519.cpp \
|
|
|
|
../node/CertificateOfMembership.cpp \
|
|
|
|
../node/Defaults.cpp \
|
|
|
|
../node/HttpClient.cpp \
|
|
|
|
../node/Identity.cpp \
|
|
|
|
../node/InetAddress.cpp \
|
2014-04-03 00:12:04 +00:00
|
|
|
../node/IpcConnection.cpp \
|
|
|
|
../node/IpcListener.cpp \
|
2014-01-25 07:15:14 +00:00
|
|
|
../node/Logger.cpp \
|
|
|
|
../node/Multicaster.cpp \
|
|
|
|
../node/Network.cpp \
|
|
|
|
../node/NetworkConfig.cpp \
|
|
|
|
../node/Node.cpp \
|
|
|
|
../node/NodeConfig.cpp \
|
|
|
|
../node/Packet.cpp \
|
|
|
|
../node/PacketDecoder.cpp \
|
|
|
|
../node/Peer.cpp \
|
|
|
|
../node/Poly1305.cpp \
|
|
|
|
../node/Salsa20.cpp \
|
|
|
|
../node/Service.cpp \
|
|
|
|
../node/SHA512.cpp \
|
2014-04-03 00:12:04 +00:00
|
|
|
../node/SocketManager.cpp \
|
2014-01-25 07:15:14 +00:00
|
|
|
../node/SoftwareUpdater.cpp \
|
|
|
|
../node/Switch.cpp \
|
|
|
|
../node/SysEnv.cpp \
|
2014-04-03 00:12:04 +00:00
|
|
|
../node/TcpSocket.cpp \
|
2014-01-25 07:15:14 +00:00
|
|
|
../node/Topology.cpp \
|
|
|
|
../node/UdpSocket.cpp \
|
|
|
|
../node/Utils.cpp \
|
|
|
|
../ext/lz4/lz4.c \
|
2014-04-03 00:12:04 +00:00
|
|
|
../ext/lz4/lz4hc.c
|
2013-11-13 21:50:49 +00:00
|
|
|
|
|
|
|
HEADERS += mainwindow.h \
|
2014-04-03 00:12:04 +00:00
|
|
|
aboutwindow.h \
|
|
|
|
networkwidget.h \
|
|
|
|
installdialog.h \
|
|
|
|
mac_doprivileged.h \
|
|
|
|
licensedialog.h \
|
|
|
|
main.h \
|
|
|
|
onetimedialog.h \
|
2014-01-25 07:15:14 +00:00
|
|
|
../node/Address.hpp \
|
|
|
|
../node/Array.hpp \
|
|
|
|
../node/AtomicCounter.hpp \
|
|
|
|
../node/BandwidthAccount.hpp \
|
|
|
|
../node/Buffer.hpp \
|
|
|
|
../node/C25519.hpp \
|
|
|
|
../node/CertificateOfMembership.hpp \
|
|
|
|
../node/CMWC4096.hpp \
|
|
|
|
../node/Constants.hpp \
|
2014-04-03 00:12:04 +00:00
|
|
|
../node/Defaults.hpp \
|
2014-01-25 07:15:14 +00:00
|
|
|
../node/Dictionary.hpp \
|
|
|
|
../node/HttpClient.hpp \
|
|
|
|
../node/Identity.hpp \
|
|
|
|
../node/InetAddress.hpp \
|
2014-04-03 00:12:04 +00:00
|
|
|
../node/IpcConnection.hpp \
|
|
|
|
../node/IpcListener.hpp \
|
2014-01-25 07:15:14 +00:00
|
|
|
../node/Logger.hpp \
|
|
|
|
../node/MAC.hpp \
|
|
|
|
../node/Multicaster.hpp \
|
|
|
|
../node/MulticastGroup.hpp \
|
|
|
|
../node/Mutex.hpp \
|
|
|
|
../node/Network.hpp \
|
|
|
|
../node/NetworkConfig.hpp \
|
2014-04-03 00:12:04 +00:00
|
|
|
../node/Node.hpp \
|
2014-01-25 07:15:14 +00:00
|
|
|
../node/NodeConfig.hpp \
|
|
|
|
../node/NonCopyable.hpp \
|
|
|
|
../node/Packet.hpp \
|
|
|
|
../node/PacketDecoder.hpp \
|
2014-04-03 00:12:04 +00:00
|
|
|
../node/Path.hpp \
|
2014-01-25 07:15:14 +00:00
|
|
|
../node/Peer.hpp \
|
|
|
|
../node/Poly1305.hpp \
|
|
|
|
../node/RuntimeEnvironment.hpp \
|
|
|
|
../node/Salsa20.hpp \
|
|
|
|
../node/Service.hpp \
|
|
|
|
../node/SHA512.hpp \
|
|
|
|
../node/SharedPtr.hpp \
|
2014-04-03 00:12:04 +00:00
|
|
|
../node/Socket.hpp \
|
|
|
|
../node/SocketManager.hpp \
|
2014-01-25 07:15:14 +00:00
|
|
|
../node/SoftwareUpdater.hpp \
|
|
|
|
../node/Switch.hpp \
|
|
|
|
../node/SysEnv.hpp \
|
2014-04-03 00:12:04 +00:00
|
|
|
../node/TcpSocket.hpp \
|
2014-01-25 07:15:14 +00:00
|
|
|
../node/Thread.hpp \
|
|
|
|
../node/Topology.hpp \
|
|
|
|
../node/UdpSocket.hpp \
|
2014-04-03 00:12:04 +00:00
|
|
|
../node/Utils.hpp \
|
2014-01-25 07:15:14 +00:00
|
|
|
../ext/lz4/lz4.h \
|
2014-04-03 00:12:04 +00:00
|
|
|
../ext/lz4/lz4hc.h
|
2013-11-13 21:50:49 +00:00
|
|
|
|
2014-04-08 21:16:45 +00:00
|
|
|
win32:SOURCES += ../node/WindowsEthernetTap.cpp
|
2014-04-08 23:43:36 +00:00
|
|
|
mac:SOURCES += ../node/UnixEthernetTap.cpp
|
2014-04-08 21:16:45 +00:00
|
|
|
|
2013-11-13 21:50:49 +00:00
|
|
|
FORMS += mainwindow.ui \
|
2014-04-03 00:12:04 +00:00
|
|
|
aboutwindow.ui \
|
|
|
|
networkwidget.ui \
|
|
|
|
installdialog.ui \
|
|
|
|
licensedialog.ui \
|
|
|
|
quickstartdialog.ui \
|
|
|
|
onetimedialog.ui
|
2013-11-13 21:50:49 +00:00
|
|
|
|
|
|
|
RESOURCES += \
|
2013-11-19 20:05:14 +00:00
|
|
|
resources.qrc
|
2014-01-16 01:00:53 +00:00
|
|
|
|
|
|
|
mac:OBJECTIVE_SOURCES += \
|
|
|
|
mac_doprivileged.mm
|
2014-01-24 21:26:24 +00:00
|
|
|
|
|
|
|
OTHER_FILES += \
|
2014-04-03 00:12:04 +00:00
|
|
|
stylesheet.css
|