算法模块demo,include目录修改。
This commit is contained in:
parent
1a82d4ac85
commit
7743fd5691
|
|
@ -5,11 +5,11 @@ QT += core \
|
||||||
gui \
|
gui \
|
||||||
network \
|
network \
|
||||||
opengl
|
opengl
|
||||||
INCLUDEPATH += ../../common \
|
INCLUDEPATH += $$PWD/../../common \
|
||||||
../../include \
|
$$PWD/../../include \
|
||||||
# ../../../OSGParts/include \
|
# ../../../OSGParts/include \
|
||||||
../../Slfio/include \
|
$$PWD/../../Slfio/include \
|
||||||
../../BaseFun/include \
|
$$PWD/../../BaseFun/include \
|
||||||
D:/Python312/include\
|
D:/Python312/include\
|
||||||
D:/Python312/Lib/site-packages/numpy/_core/include\
|
D:/Python312/Lib/site-packages/numpy/_core/include\
|
||||||
$(QTDIR)/include \
|
$(QTDIR)/include \
|
||||||
|
|
@ -17,10 +17,10 @@ INCLUDEPATH += ../../common \
|
||||||
|
|
||||||
OBJECTS_DIR = ../obj
|
OBJECTS_DIR = ../obj
|
||||||
CONFIG(debug, debug|release){
|
CONFIG(debug, debug|release){
|
||||||
DESTDIR = ../../../Bin/app
|
DESTDIR = $$PWD/../../Bin/app
|
||||||
TARGET = $$join(TARGET,,,d) #为debug版本生成的文件增加d的后缀
|
TARGET = $$join(TARGET,,,d) #为debug版本生成的文件增加d的后缀
|
||||||
} else {
|
} else {
|
||||||
DESTDIR = ../../../BinR/app
|
DESTDIR = $$PWD/../../BinR/app
|
||||||
TARGET = $$join(TARGET,,,)
|
TARGET = $$join(TARGET,,,)
|
||||||
}
|
}
|
||||||
CONFIG += qt warn_off \
|
CONFIG += qt warn_off \
|
||||||
|
|
@ -36,7 +36,7 @@ HeadS += ../include/*.h
|
||||||
|
|
||||||
SOURCES += *.cpp
|
SOURCES += *.cpp
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
./cloudalgorithmaccess.h \
|
# ./cloudalgorithmaccess.h \
|
||||||
./pythonhandler.h
|
./pythonhandler.h
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -44,14 +44,14 @@ HEADERS += \
|
||||||
# 目标文件夹
|
# 目标文件夹
|
||||||
#CATEGORY = OSGDataModel
|
#CATEGORY = OSGDataModel
|
||||||
CONFIG(debug, debug|release){
|
CONFIG(debug, debug|release){
|
||||||
LIBS += -L../../../Bin -lslfiod
|
LIBS += -L$$PWD/../../Bin -lslfiod
|
||||||
LIBS += -L../../../Bin -lBaseFund
|
LIBS += -L$$PWD/../../Bin -lBaseFund
|
||||||
LIBS += -LD:/Python312/libs -lpython312_d
|
LIBS += -LD:/Python312/libs -lpython312_d
|
||||||
# LIBS += -L$(QTDIR)/lib -lQtNetworkd4
|
# LIBS += -L$(QTDIR)/lib -lQtNetworkd4
|
||||||
# LIBS += -LD:/Qt4.7.1/lib -lQtNetworkd4
|
# LIBS += -LD:/Qt4.7.1/lib -lQtNetworkd4
|
||||||
} else {
|
} else {
|
||||||
LIBS += -L../../../BinR -lslfio
|
LIBS += -L$$PWD/../../BinR -lslfio
|
||||||
LIBS += -L../../../BinR -lBaseFun
|
LIBS += -L$$PWD/../../BinR -lBaseFun
|
||||||
LIBS += -LD:/Python312/libs -lpython312
|
LIBS += -LD:/Python312/libs -lpython312
|
||||||
# LIBS += -LD:/Qt4.7.1/lib -lQtNetworkd4
|
# LIBS += -LD:/Qt4.7.1/lib -lQtNetworkd4
|
||||||
# LIBS += -LD:/Qt4.7.1/lib -lQtNetworkd4
|
# LIBS += -LD:/Qt4.7.1/lib -lQtNetworkd4
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
#include "basefun.h"
|
#include "basefun.h"
|
||||||
#include "DepthProgress.h"
|
#include "DepthProgress.h"
|
||||||
#include <qvector.h>
|
#include <qvector.h>
|
||||||
#include"cloudalgorithmaccess.h"
|
//#include"cloudalgorithmaccess.h"
|
||||||
#include <QTextCodec>
|
#include <QTextCodec>
|
||||||
#include <QCoreApplication>
|
#include <QCoreApplication>
|
||||||
#include <QtNetwork/QNetworkProxyFactory>
|
#include <QtNetwork/QNetworkProxyFactory>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user