diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2016-07-26 19:57:13 +0100 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2016-07-26 19:57:13 +0100 |
commit | 20bea0a7e1f1b7d4afad7ecd24e8a5515db62ad5 (patch) | |
tree | 36823c723a9a7a218eee1e1f88ab0749524e855a /gui | |
parent | 4b0fe1a8fc71829ba628e00534a9098fcce9c152 (diff) |
gui: windeployqt release-with-debug-info option is obsolete.
Diffstat (limited to 'gui')
-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 () |