Files
AiAnalysis/AiAnalysis.pro

24 lines
442 B
Prolog
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = AiAnalysis
TEMPLATE = app
CONFIG += c++11
# 静态链接配置如果有静态编译的Qt取消注释即可生成单个exe
# CONFIG += static
SOURCES += \
main.cpp \
mainwindow.cpp \
udpreceiver.cpp \
plotwidget.cpp \
datamanager.cpp
HEADERS += \
mainwindow.h \
udpreceiver.h \
plotwidget.h \
datamanager.h