pro文件

This commit is contained in:
DESKTOP-450PEFP\mainc 2026-06-30 10:55:02 +08:00
parent a947ea5e2b
commit 43696550b6

View File

@ -4,7 +4,7 @@
#
#-------------------------------------------------
QT += core gui svg printsupport
QT += core gui svg printsupport network
#QT += opengl
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
@ -28,6 +28,7 @@ CONFIG += c++11
SOURCES += \
../common/geometryutils.cpp \
ApiClient.cpp \
BorderPreView.cpp \
CallManage.cpp \
CellBorderDlg.cpp \
@ -110,6 +111,7 @@ SOURCES += \
HEADERS += \
../common/geometryutils.h \
ApiClient.h \
BorderPreView.h \
CallManage.h \
CellBorderDlg.h \
@ -123,6 +125,7 @@ HEADERS += \
DrawTvd.h \
FormBase.h \
GeoIndicatorGenerator.h \
HttpClient.h \
InDefTableDlg.h \
InterfaceWidget.h \
LineStyleView.h \