算法模块demo,include目录修改。
This commit is contained in:
parent
1a82d4ac85
commit
7743fd5691
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#include "basefun.h"
|
||||
#include "DepthProgress.h"
|
||||
#include <qvector.h>
|
||||
#include"cloudalgorithmaccess.h"
|
||||
//#include"cloudalgorithmaccess.h"
|
||||
#include <QTextCodec>
|
||||
#include <QCoreApplication>
|
||||
#include <QtNetwork/QNetworkProxyFactory>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user