mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 18:48:36 -07:00
UI work...
This commit is contained in:
parent
0adc91d6cb
commit
bf02c6661a
5 changed files with 59 additions and 12 deletions
|
@ -11,20 +11,25 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|||
TARGET = ZeroTierUI
|
||||
TEMPLATE = app
|
||||
|
||||
# ZeroTier One must be built before building this, since it links in the
|
||||
# client code and some stuff from Utils to talk to the running service.
|
||||
LIBS += ../node/*.o
|
||||
|
||||
SOURCES += main.cpp\
|
||||
mainwindow.cpp \
|
||||
network.cpp \
|
||||
aboutwindow.cpp
|
||||
mainwindow.cpp \
|
||||
network.cpp \
|
||||
aboutwindow.cpp
|
||||
|
||||
HEADERS += mainwindow.h \
|
||||
network.h \
|
||||
aboutwindow.h \
|
||||
../node/Node.hpp
|
||||
network.h \
|
||||
aboutwindow.h \
|
||||
../node/Node.hpp \
|
||||
../node/Utils.hpp \
|
||||
../node/Defaults.hpp
|
||||
|
||||
FORMS += mainwindow.ui \
|
||||
network.ui \
|
||||
aboutwindow.ui
|
||||
network.ui \
|
||||
aboutwindow.ui
|
||||
|
||||
RESOURCES += \
|
||||
resources.qrc
|
||||
resources.qrc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue