blob: 910655aae4bd70d40882a955716d7a3708e76b86 [file] [log] [blame]
QT += widgets network
TARGET = secureudpserver
TEMPLATE = app
SOURCES += \
main.cpp \
mainwindow.cpp \
server.cpp \
nicselector.cpp
HEADERS += \
mainwindow.h \
server.h \
nicselector.h
FORMS = mainwindow.ui \
nicselector.ui
target.path = $$[QT_INSTALL_EXAMPLES]/network/secureudpserver
INSTALLS += target