This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-zerotierone/ZeroTierUI/ZeroTierUI.pro

31 lines
534 B
Prolog
Raw Normal View History

2013-11-13 16:50:49 -05:00
#-------------------------------------------------
#
# 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 \
2013-11-15 17:04:32 -05:00
network.cpp \
aboutwindow.cpp
2013-11-13 16:50:49 -05:00
HEADERS += mainwindow.h \
2013-11-15 17:04:32 -05:00
network.h \
2013-11-18 12:01:33 -05:00
aboutwindow.h \
../node/Node.hpp
2013-11-13 16:50:49 -05:00
FORMS += mainwindow.ui \
2013-11-15 17:04:32 -05:00
network.ui \
aboutwindow.ui
2013-11-13 16:50:49 -05:00
RESOURCES += \
resources.qrc