Create UI project, start designing UI.
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user