diff --git a/app/fdsa4_test/fdsa4_test.pro b/app/fdsa4_test/fdsa4_test.pro index 7ec1179..ebef1aa 100644 --- a/app/fdsa4_test/fdsa4_test.pro +++ b/app/fdsa4_test/fdsa4_test.pro @@ -5,11 +5,11 @@ QT += core \ gui \ network \ opengl -INCLUDEPATH += ../../common \ - ../../include \ +INCLUDEPATH += $$PWD/../../common \ + $$PWD/../../include \ # ../../../OSGParts/include \ - ../../Slfio/include \ - ../../BaseFun/include \ + $$PWD/../../Slfio/include \ + $$PWD/../../BaseFun/include \ D:/Python312/include\ D:/Python312/Lib/site-packages/numpy/_core/include\ $(QTDIR)/include \ @@ -17,10 +17,10 @@ INCLUDEPATH += ../../common \ OBJECTS_DIR = ../obj CONFIG(debug, debug|release){ - DESTDIR = ../../../Bin/app + DESTDIR = $$PWD/../../Bin/app TARGET = $$join(TARGET,,,d) #为debug版本生成的文件增加d的后缀 } else { - DESTDIR = ../../../BinR/app + DESTDIR = $$PWD/../../BinR/app TARGET = $$join(TARGET,,,) } CONFIG += qt warn_off \ @@ -36,7 +36,7 @@ HeadS += ../include/*.h SOURCES += *.cpp HEADERS += \ - ./cloudalgorithmaccess.h \ +# ./cloudalgorithmaccess.h \ ./pythonhandler.h @@ -44,14 +44,14 @@ HEADERS += \ # 目标文件夹 #CATEGORY = OSGDataModel CONFIG(debug, debug|release){ - LIBS += -L../../../Bin -lslfiod - LIBS += -L../../../Bin -lBaseFund + LIBS += -L$$PWD/../../Bin -lslfiod + LIBS += -L$$PWD/../../Bin -lBaseFund LIBS += -LD:/Python312/libs -lpython312_d # LIBS += -L$(QTDIR)/lib -lQtNetworkd4 # LIBS += -LD:/Qt4.7.1/lib -lQtNetworkd4 } else { - LIBS += -L../../../BinR -lslfio - LIBS += -L../../../BinR -lBaseFun + LIBS += -L$$PWD/../../BinR -lslfio + LIBS += -L$$PWD/../../BinR -lBaseFun LIBS += -LD:/Python312/libs -lpython312 # LIBS += -LD:/Qt4.7.1/lib -lQtNetworkd4 # LIBS += -LD:/Qt4.7.1/lib -lQtNetworkd4 diff --git a/app/fdsa4_test/test0531.cpp b/app/fdsa4_test/test0531.cpp index 9e89966..1e6bbd3 100644 --- a/app/fdsa4_test/test0531.cpp +++ b/app/fdsa4_test/test0531.cpp @@ -3,7 +3,7 @@ #include "basefun.h" #include "DepthProgress.h" #include -#include"cloudalgorithmaccess.h" +//#include"cloudalgorithmaccess.h" #include #include #include