diff options
-rw-r--r-- | gui/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 2a3606c9..579b6514 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -169,8 +169,6 @@ if (WIN32 AND NOT CMAKE_CROSSCOMPILING AND NOT CMAKE_VERSION VERSION_LESS 3.1) message (STATUS \"Running Qt Deploy Tool...\") if (CMAKE_INSTALL_CONFIG_NAME STREQUAL \"Debug\") list (APPEND QT_WINDEPLOYQT_FLAGS --debug) - elseif (CMAKE_INSTALL_CONFIG_NAME STREQUAL \"RelWithDebInfo\") - list (APPEND QT_WINDEPLOYQT_FLAGS --release-with-debug-info) else () list (APPEND QT_WINDEPLOYQT_FLAGS --release) endif () |