修改EpicEyeSDK.pro

This commit is contained in:
yiyi 2026-01-04 23:15:57 +08:00
parent 3756a63a32
commit 47c14287dd

View File

@ -37,18 +37,6 @@ unix:!macx {
QMAKE_CXXFLAGS += -fPIC QMAKE_CXXFLAGS += -fPIC
} }
# 输出目录配置
win32:CONFIG(debug, debug|release) {
DESTDIR = $$PWD/lib/Debug
OBJECTS_DIR = $$PWD/build/Debug/obj
} else:win32:CONFIG(release, debug|release) {
DESTDIR = $$PWD/lib/Release
OBJECTS_DIR = $$PWD/build/Release/obj
} else:unix:!macx {
DESTDIR = $$PWD/lib/arm
OBJECTS_DIR = $$PWD/build/obj
}
# 安装 # 安装
unix { unix {
target.path = /usr/local/lib target.path = /usr/local/lib