logplus/logPlus/logPlus.pro

262 lines
8.2 KiB
Prolog
Raw Normal View History

2025-10-29 17:23:30 +08:00
#-------------------------------------------------
#
# Project created by QtCreator 2025-07-29T10:27:47
#
#-------------------------------------------------
QT += core gui svg
#QT += opengl
2025-10-29 17:23:30 +08:00
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = logPlus
TEMPLATE = app
# The following define makes your compiler emit warnings if you use
# any feature of Qt which has been marked as deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS
2025-10-30 09:50:15 +08:00
# DEFINES += _WINDOWS
2025-10-29 17:23:30 +08:00
DEFINES += _TIMESPEC_DEFINED
# You can also make your code fail to compile if you use deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
CONFIG += c++11
SOURCES += \
../CallManage/CallManage.cpp \
../common/geometryutils.cpp \
CStringType.cpp \
2025-10-29 17:23:30 +08:00
ConsoleOutputWidget.cpp \
CurveLine.cpp \
DepPairs.cpp \
2026-01-12 17:31:21 +08:00
DrawNrad.cpp \
DrawTvd.cpp \
GeoIndicatorGenerator.cpp \
Gradient.cpp \
2025-10-29 17:23:30 +08:00
InDefTableDlg.cpp \
InterfaceWidget.cpp \
2026-01-04 16:54:55 +08:00
PickFrac.cpp \
2025-10-29 17:23:30 +08:00
PropertyWidget.cpp \
QCPSizeHandle.cpp \
QCPSizeHandleManager.cpp \
2026-03-25 09:13:55 +08:00
TransparentDraggableCorePhysics.cpp \
2026-01-06 16:03:55 +08:00
TransparentDraggableFac.cpp \
2025-12-22 18:22:45 +08:00
TransparentDraggableGeoLith.cpp \
2025-12-23 17:15:39 +08:00
TransparentDraggableGujing.cpp \
TransparentDraggableJiegutext.cpp \
TransparentDraggableLayer.cpp \
TransparentDraggableLine.cpp \
2026-01-06 16:03:55 +08:00
TransparentDraggableMFac.cpp \
TransparentDraggablePhase.cpp \
2025-12-22 18:22:45 +08:00
TransparentDraggableRect.cpp \
TransparentDraggableResult.cpp \
TransparentDraggableSwallCore.cpp \
TransparentGroupResult.cpp \
ViewInfo.cpp \
2026-03-13 14:58:15 +08:00
YxzpDialog.cpp \
backgrounddelegate.cpp \
2025-10-29 17:23:30 +08:00
customtabbar.cpp \
customtabwidget.cpp \
fileedit.cpp \
formdraw.cpp \
2025-11-10 15:51:41 +08:00
formhead.cpp \
2025-10-29 17:23:30 +08:00
forminfo.cpp \
formline.cpp \
formmultiheads.cpp \
2025-10-29 17:23:30 +08:00
formtrack.cpp \
formtracktop.cpp \
2025-10-29 17:23:30 +08:00
formwell.cpp \
fracsel.cpp \
2025-10-29 17:23:30 +08:00
mainwindow.cpp \
main.cpp \
mainwindowcurve.cpp \
mainwindowsplitter.cpp \
newheaddialog.cpp \
2025-10-29 17:23:30 +08:00
preqtablewidget.cpp \
qmycustomplot.cpp \
qmytablewidget.cpp \
qmytreewidget.cpp \
qtcommonclass.cpp \
qtprojectwidgets.cpp \
selectwelldialog.cpp \
2025-10-29 17:23:30 +08:00
totalTitleBar.cpp \
transparentdraggableGuan.cpp \
2026-02-03 14:40:58 +08:00
transparentdraggableRightList.cpp \
transparentdraggableSelectRect.cpp \
transparentdraggableimage.cpp \
2025-10-29 17:23:30 +08:00
variantfactory.cpp \
variantmanager.cpp
HEADERS += \
../CallManage/CallManage.h \
../common/geometryutils.h \
CStringType.h \
2025-10-29 17:23:30 +08:00
ConsoleOutputWidget.h \
CurveLine.h \
DepPairs.h \
2025-10-29 17:23:30 +08:00
DraggablePixmap.h \
2026-01-12 17:31:21 +08:00
DrawNrad.h \
DrawTvd.h \
GeoIndicatorGenerator.h \
Gradient.h \
2025-10-29 17:23:30 +08:00
InDefTableDlg.h \
InterfaceWidget.h \
2026-01-04 16:54:55 +08:00
PickFrac.h \
2025-10-29 17:23:30 +08:00
PropertyWidget.h \
QCPSizeHandle.h \
QCPSizeHandleManager.h \
2026-03-25 09:13:55 +08:00
TransparentDraggableCorePhysics.h \
2026-01-06 16:03:55 +08:00
TransparentDraggableFac.h \
TransparentDraggableGeoLith.h \
2025-12-23 17:15:39 +08:00
TransparentDraggableGujing.h \
TransparentDraggableJiegutext.h \
TransparentDraggableLayer.h \
TransparentDraggableLine.h \
2026-01-06 16:03:55 +08:00
TransparentDraggableMFac.h \
TransparentDraggablePhase.h \
2025-10-29 17:23:30 +08:00
TransparentDraggableRect.h \
TransparentDraggableResult.h \
2025-12-22 18:22:45 +08:00
TransparentDraggableSwallCore.h \
TransparentGroupResult.h \
ViewInfo.h \
2026-03-13 14:58:15 +08:00
YxzpDialog.h \
backgrounddelegate.h \
2025-10-29 17:23:30 +08:00
customtabbar.h \
customtabwidget.h \
fileedit.h \
formdraw.h \
2025-11-10 15:51:41 +08:00
formhead.h \
2025-10-29 17:23:30 +08:00
forminfo.h \
formline.h \
formmultiheads.h \
2025-10-29 17:23:30 +08:00
formtrack.h \
formtracktop.h \
2025-10-29 17:23:30 +08:00
formwell.h \
fracsel.h \
2025-10-29 17:23:30 +08:00
mainwindow.h \
mainwindowcurve.h \
mainwindowsplitter.h \
newheaddialog.h \
2025-10-29 17:23:30 +08:00
preqtablewidget.h \
qmycustomplot.h \
qmytablewidget.h \
qmytreewidget.h \
qtcommonclass.h \
qtprojectwidgets.h \
selectwelldialog.h \
2025-10-29 17:23:30 +08:00
totalTitleBar.h \
transparentdraggableGuan.h \
2026-02-03 14:40:58 +08:00
transparentdraggableRightList.h \
transparentdraggableSelectRect.h \
transparentdraggableimage.h \
2025-10-29 17:23:30 +08:00
variantfactory.h \
variantmanager.h
FORMS += \
InDefTable.ui \
formdraw.ui \
formhead.ui \
forminfo.ui \
formline.ui \
formmultiheads.ui \
2025-10-29 17:23:30 +08:00
formtrack.ui \
formtracktop.ui \
2025-10-29 17:23:30 +08:00
formwell.ui \
fracsel.ui \
2025-10-29 17:23:30 +08:00
interfaceWidget.ui \
mainwindow.ui \
mainwindowcurve.ui \
mainwindowsplitter.ui \
newheaddialog.ui \
qtprojectwidgets.ui \
selectwelldialog.ui
2025-10-29 17:23:30 +08:00
INCLUDEPATH += ../include/ \
../CallManage \
../CallPlugin \
../HPluginManage
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
include (3rd_qcustomplot/3rd_qcustomplot.pri)
RESOURCES += \
logplus.qrc
# exe icon
RC_FILE = $$PWD/qrc/logplus.rc
CONFIG(debug, debug|release){
DESTDIR = $$PWD/../Bin
2025-10-29 17:23:30 +08:00
TARGET = $$join(TARGET,,,d) #为debug版本生成的文件增加d的后缀
} else {
DESTDIR = $$PWD/../BinR
2025-10-29 17:23:30 +08:00
TARGET = $$join(TARGET,,,)
}
INCLUDEPATH += $$PWD/../Slfio/include
INCLUDEPATH += $$PWD/../common
INCLUDEPATH += $$PWD/../WellLogUI/include
INCLUDEPATH += $$PWD/../qtpropertybrowser
INCLUDEPATH += $$PWD/../BaseFun/include
INCLUDEPATH += $$PWD/../ConvertorManager/include
INCLUDEPATH += $$PWD/../OSGDataModel/include
INCLUDEPATH += $$PWD/../OSGFramework/include
INCLUDEPATH += $$PWD/../DataOutput/include
INCLUDEPATH += $$PWD/../DataMgr/include
INCLUDEPATH += $$PWD/../DrawBase/include
INCLUDEPATH += $$PWD/../ModuleConsole/include
INCLUDEPATH += $$PWD/../WellLogModule/include
INCLUDEPATH += $$PWD/../Workflow/include
INCLUDEPATH += $$PWD/../Workflow/WFCrystal/Crystal/include
INCLUDEPATH += $$PWD/../Workflow/WFCrystal/Plugin/include
INCLUDEPATH += $$PWD/../Workflow/WFCrystal/SysUtility/utils/include
INCLUDEPATH += $$PWD/../Workflow/WFEngine/IOService/include
INCLUDEPATH += $$PWD/../Workflow/WFEngine/Module/include
INCLUDEPATH += $$PWD/../Workflow/WFEngine/Component/WorkflowWidget/include
INCLUDEPATH += $$PWD/../Workflow/WFEngine/ObjectModel/ObjectModel/include
INCLUDEPATH += $$PWD/../Workflow/WFEngine/WorkflowEngine/include
INCLUDEPATH += $$PWD/../Workflow/WFEngine/ObjectModel/ObjectModelBase/include
INCLUDEPATH += $$PWD/../Workflow/WFWidget/include
INCLUDEPATH += $$PWD/../EditPlotHeader/include
2025-10-29 17:23:30 +08:00
CONFIG(debug, debug|release){
LIBS += -L$$PWD/../Bin -lBaseFund
LIBS += -L$$PWD/../Bin -lslfiod
LIBS += -L$$PWD/../Bin -lWellLogUId
LIBS += -L$$PWD/../Bin -lqtpropertybrowserd
LIBS += -L$$PWD/../Bin -lConvertorManagerd
LIBS += -L$$PWD/../Bin -lOSGDataModeld
LIBS += -L$$PWD/../Bin -lDataOutputd
LIBS += -L$$PWD/../Bin/ -lCallPlugind -lHPluginManaged
LIBS += -L$$PWD/../Bin/ -lDataMgrd
LIBS += -L$$PWD/../Bin/ -lDrawBased
LIBS += -L$$PWD/../Bin/ -lLogModuleConsoled
LIBS += -L$$PWD/../Bin/ -lWFEngined
LIBS += -L$$PWD/../Bin/ -lEditPlotHeaderd
2025-10-29 17:23:30 +08:00
#-lCallManaged
} else {
LIBS += -L$$PWD/../BinR -lBaseFun
LIBS += -L$$PWD/../BinR -lslfio
LIBS += -L$$PWD/../BinR -lWellLogUI
LIBS += -L$$PWD/../BinR -lqtpropertybrowser
LIBS += -L$$PWD/../BinR -lConvertorManager
LIBS += -L$$PWD/../BinR -lOSGDataModel
LIBS += -L$$PWD/../BinR -lDataOutput
LIBS += -L$$PWD/../BinR/ -lCallPlugin -lHPluginManage
LIBS += -L$$PWD/../BinR/ -lDataMgr
LIBS += -L$$PWD/../BinR/ -lDrawBase
LIBS += -L$$PWD/../BinR/ -lLogModuleConsole
LIBS += -L$$PWD/../BinR/ -lWFEngine
LIBS += -L$$PWD/../BinR/ -lEditPlotHeader
2025-10-29 17:23:30 +08:00
#-lCallManage
}