麒麟适配,大小写、pThread.h引用等问题优化

This commit is contained in:
jiayulong 2026-06-29 14:48:49 +08:00
parent 7887e4bfaa
commit e2fd22d752
7 changed files with 14 additions and 11 deletions

View File

@ -1,4 +1,4 @@
#include "BorderPreView.h"
#include "borderpreview.h"
#include <QPainter>
#include <QMouseEvent>
#include <QPair>

View File

@ -1,4 +1,4 @@
#include "LineStyleView.h"
#include "linestyleview.h"
#include <QAbstractTableModel>
#include <QScrollBar>
#include <QHeaderView>

View File

@ -133,7 +133,7 @@ public:
float depth;
float Number;
struct logmud_stru CoreValues;
QVector<QVector<float>> ValueTypes;
// QVector<QVector<float>> ValueTypes;
bool ContainTextItem(double depth, double sideWidth, double boundingWidth);
QString CurveName;
int m_BeginDotPos, m_EndDotPos;
@ -146,4 +146,4 @@ public:
};
#endif // LOGMUDRESULTITEM_H
#endif // LOGMUDRESULTITEM_H

View File

@ -5,16 +5,16 @@
#include <QLibrary>
#include "completertextedit.h"
// #include "ObjectEvent.h"
#include "curveline.h"
#include "CurveLine.h"
#include "DataHelper.h"
#include "ObjWellLogTABLE.h"
#include "ObjWellLogINP.h"
#include "ObjWelllogTABLE.h"
#include "ObjWelllogINP.h"
// #include "DrawCurveCommand.h"
#include "ConsoleOutputWidget.h"
#include "QtWindowWellSection.h"
#include "chooseShiftCurvesDlg.h"
// #include "WellSectionWindowDocument.h"
#include "GeometryUtils.h"
#include "geometryutils.h"
// #include "ObjWellRulerTrack.h"
#include "DataImport.h"
#include "DataManagger.h"

View File

@ -13,7 +13,7 @@
#include "BaseObject.h"
#include "ObjWelllog.h"
// #include "VecWindow.h"
#include "List_Table_Inf.h"
#include "LIST_TABLE_INF.h"
// #include "WellSectionExport.h"
// #include "ObjWellTrack.h"
// #include "WellSectionWindowDocument.h"

View File

@ -45,7 +45,7 @@ ModuleConsole.file = ModuleConsole/src/ModuleConsole.pro
appDllTest.file = appDllTest/src/appDllTest.pro
DataOutput.file = DataOutput/src/DataOutput.pro
SLFAscIIConvertor.file = tran/SLFAscIIConvertor/src/SLFAsciiConvertor.pro
LISConvertor.file = tran/LISConvertor/src/LISConvertor.pro
LISConvertor.file = tran/LISConvertor/src/LisConvertor.pro
DrawBase.file = DrawBase/src/DrawBase.pro
EditPlotHeader.file = EditPlotHeader/src/EditPlotHeader.pro
logPlus.file = logPlus/logPlus.pro

View File

@ -15,7 +15,7 @@ INCLUDEPATH += $(OSGHOME)/include \
../../../Slfio/include\
../../../ConvertorManager/include\
../../../OSGDataModel/include\
../../../Workflow/include\
#../../../Workflow/include\
../../../Workflow/WFCrystal/Crystal/include\
../../../Workflow/WFCrystal/Plugin/include\
../../../Workflow/WFCrystal/SysUtility/utils/include\
@ -28,6 +28,9 @@ INCLUDEPATH += $(OSGHOME)/include \
../../../Workflow/WFWidget/include\
./GeneratedFiles
win32 {
INCLUDEPATH += ../../../Workflow/include
}
#include(../../OSGDataModel/paiobjectmodel.libinfo)
HEADERS += ../include/*.h \