Варианты компиляции
This commit is contained in:
parent
6c31d9f67e
commit
dc15c6ea8b
3
cmake.sh
3
cmake.sh
@ -122,8 +122,9 @@ export SOURCE_DIR
|
|||||||
export BUILD_DIR
|
export BUILD_DIR
|
||||||
export OUTPUT_DIR
|
export OUTPUT_DIR
|
||||||
export CMAKE_ARGS
|
export CMAKE_ARGS
|
||||||
|
export SINGLE_TYPE
|
||||||
|
|
||||||
CMAKE_BUILD_TYPES=(None Debug Release RelWithDebInfo MinSizeRel)
|
CMAKE_BUILD_TYPES=(None Debug Release Profile RelWithDebInfo MinSizeRel)
|
||||||
QTCREATOR_BUILD_TYPES=(qtNone qtDebug qtRelease qtProfile)
|
QTCREATOR_BUILD_TYPES=(qtNone qtDebug qtRelease qtProfile)
|
||||||
|
|
||||||
generate_configuration() {
|
generate_configuration() {
|
||||||
|
Loading…
Reference in New Issue
Block a user