mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 21:33:57 -07:00
Create UI project, start designing UI.
This commit is contained in:
parent
bdc0ed8065
commit
b3fdb37b87
10 changed files with 224 additions and 0 deletions
26
ZeroTierUI/ZeroTierUI.pro
Normal file
26
ZeroTierUI/ZeroTierUI.pro
Normal file
|
@ -0,0 +1,26 @@
|
|||
#-------------------------------------------------
|
||||
#
|
||||
# Project created by QtCreator 2013-11-13T15:03:09
|
||||
#
|
||||
#-------------------------------------------------
|
||||
|
||||
QT += core gui
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
||||
TARGET = ZeroTierUI
|
||||
TEMPLATE = app
|
||||
|
||||
|
||||
SOURCES += main.cpp\
|
||||
mainwindow.cpp \
|
||||
network.cpp
|
||||
|
||||
HEADERS += mainwindow.h \
|
||||
network.h
|
||||
|
||||
FORMS += mainwindow.ui \
|
||||
network.ui
|
||||
|
||||
RESOURCES += \
|
||||
resources.qrc
|
Loading…
Add table
Add a link
Reference in a new issue