修改EpicEyeSDK.pro
This commit is contained in:
parent
3756a63a32
commit
47c14287dd
@ -37,18 +37,6 @@ unix:!macx {
|
||||
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 {
|
||||
target.path = /usr/local/lib
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user