summaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2016-07-26 19:57:13 +0100
committerJose Fonseca <jfonseca@vmware.com>2016-07-26 19:57:13 +0100
commit20bea0a7e1f1b7d4afad7ecd24e8a5515db62ad5 (patch)
tree36823c723a9a7a218eee1e1f88ab0749524e855a /gui
parent4b0fe1a8fc71829ba628e00534a9098fcce9c152 (diff)
gui: windeployqt release-with-debug-info option is obsolete.
Diffstat (limited to 'gui')
-rw-r--r--gui/CMakeLists.txt2
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 ()