Commit a3b09546 by xiaoqing.gu

更改构建目录

parent f054678b
......@@ -186,6 +186,8 @@ CONFIG(release, debug|release){
CONFIG(debug, debug|release) {
#Linking library
LIBS += -lgtestd
DESTDIR = $$PWD/bin/debug
} else {
LIBS += -lgtest
DESTDIR = $$PWD/bin/release
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment