diff --git a/logPlus/logPlus.pro b/logPlus/logPlus.pro index f70c671..a72d4ce 100644 --- a/logPlus/logPlus.pro +++ b/logPlus/logPlus.pro @@ -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 \