From dc15c6ea8b104428ee2eb5f85150a1ca20595516 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Tue, 19 Feb 2019 10:48:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B0=D1=80=D0=B8=D0=B0=D0=BD=D1=82?= =?UTF-8?q?=D1=8B=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=B8=D0=BB=D1=8F=D1=86=D0=B8?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmake.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmake.sh b/cmake.sh index d8a36dd..9a8b40b 100755 --- a/cmake.sh +++ b/cmake.sh @@ -122,8 +122,9 @@ export SOURCE_DIR export BUILD_DIR export OUTPUT_DIR 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) generate_configuration() {