优化编译配置
This commit is contained in:
parent
2adedebde5
commit
250854711b
|
|
@ -17,6 +17,7 @@ TEMPLATE = lib
|
||||||
# deprecated API in order to know how to port your code away from it.
|
# deprecated API in order to know how to port your code away from it.
|
||||||
DEFINES += OSGFRAMEWORK_LIB
|
DEFINES += OSGFRAMEWORK_LIB
|
||||||
DEFINES += _WINDOWS
|
DEFINES += _WINDOWS
|
||||||
|
DEFINES += _TIMESPEC_DEFINED
|
||||||
|
|
||||||
# You can also make your code fail to compile if you use deprecated APIs.
|
# You can also make your code fail to compile if you use deprecated APIs.
|
||||||
# In order to do so, uncomment the following line.
|
# In order to do so, uncomment the following line.
|
||||||
|
|
@ -59,6 +60,12 @@ INCLUDEPATH += ../../common
|
||||||
INCLUDEPATH += ../../BaseFun/include
|
INCLUDEPATH += ../../BaseFun/include
|
||||||
INCLUDEPATH += ../../OSGDataModel/include
|
INCLUDEPATH += ../../OSGDataModel/include
|
||||||
INCLUDEPATH += ../../DataMgr/include
|
INCLUDEPATH += ../../DataMgr/include
|
||||||
|
INCLUDEPATH += ../../Workflow/include \
|
||||||
|
../../Workflow/WFEngine/IOService/include \
|
||||||
|
../../Workflow/WFEngine/Module/include \
|
||||||
|
../../Workflow/WFCrystal/SysUtility/utils/include \
|
||||||
|
../../Workflow/WFEngine/ObjectModel/ObjectModel/include \
|
||||||
|
../../Workflow/WFEngine/ObjectModel/ObjectModelBase/include
|
||||||
|
|
||||||
CONFIG(debug, debug|release){
|
CONFIG(debug, debug|release){
|
||||||
LIBS += -L../../Bin -lslfiod
|
LIBS += -L../../Bin -lslfiod
|
||||||
|
|
|
||||||
|
|
@ -38,10 +38,10 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin
|
||||||
!isEmpty(target.path): INSTALLS += target
|
!isEmpty(target.path): INSTALLS += target
|
||||||
|
|
||||||
CONFIG(debug, debug|release){
|
CONFIG(debug, debug|release){
|
||||||
DESTDIR = ../../Bin
|
DESTDIR = ../../../Bin
|
||||||
TARGET = $$join(TARGET,,,d) #为debug版本生成的文件增加d的后缀
|
TARGET = $$join(TARGET,,,d) #为debug版本生成的文件增加d的后缀
|
||||||
} else {
|
} else {
|
||||||
DESTDIR = ../../Bin
|
DESTDIR = ../../../Bin
|
||||||
TARGET = $$join(TARGET,,,)
|
TARGET = $$join(TARGET,,,)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -109,7 +109,7 @@ INCLUDEPATH += ../../WFCrystal/SysUtility/configuration/include
|
||||||
INCLUDEPATH += ../../WFCrystal/SysUtility/utils/include
|
INCLUDEPATH += ../../WFCrystal/SysUtility/utils/include
|
||||||
|
|
||||||
CONFIG(debug, debug|release){
|
CONFIG(debug, debug|release){
|
||||||
LIBS += -L../../Bin -lWFCrystald
|
LIBS += -L../../../Bin -lWFCrystald
|
||||||
} else {
|
} else {
|
||||||
LIBS += -L../../Bin -lWFCrystal
|
LIBS += -L../../../Bin -lWFCrystal
|
||||||
}
|
}
|
||||||
|
|
|
||||||
12
编译说明.txt
12
编译说明.txt
|
|
@ -6,12 +6,12 @@ https://www.cnblogs.com/ys0103/p/4562493.html
|
||||||
3.HPluginManage
|
3.HPluginManage
|
||||||
4.CallPlugin
|
4.CallPlugin
|
||||||
5.qtpropertybrowser
|
5.qtpropertybrowser
|
||||||
6.OSGDataModel
|
6.Workflow\WFCrystal
|
||||||
7.DataMgr
|
7.Workflow\WFEngine
|
||||||
8.OSGFramework
|
8.Workflow\WFWidget
|
||||||
9.Workflow\WFCrystal
|
9.OSGDataModel
|
||||||
10.Workflow\WFEngine
|
10.DataMgr
|
||||||
11.Workflow\WFWidget
|
11.OSGFramework
|
||||||
12.WellLogModule
|
12.WellLogModule
|
||||||
13.WellLogUI--删除WellLogUI\include\PaiTableWidget.h后编译
|
13.WellLogUI--删除WellLogUI\include\PaiTableWidget.h后编译
|
||||||
14.ModuleConsole
|
14.ModuleConsole
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user