UI work...

This commit is contained in:
Adam Ierymenko 2013-11-19 15:05:14 -05:00
commit bf02c6661a
5 changed files with 59 additions and 12 deletions

View file

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