diff options
author | Slávek Banko <[email protected]> | 2019-05-05 02:22:40 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-05-05 02:22:40 +0200 |
commit | 311f886aa79e4a7f722a4e14e36207cb3d609e57 (patch) | |
tree | e5e4b947f74eca574b37bec94624a796807d88ce /CMakeLists.txt | |
parent | 4c357c392d3aa896844e120d4c0c40e188f557c5 (diff) | |
download | kshowmail-311f886aa79e4a7f722a4e14e36207cb3d609e57.tar.gz kshowmail-311f886aa79e4a7f722a4e14e36207cb3d609e57.zip |
Added controlled conversions to char* instead of automatic ascii conversions.
The definition of -UTQT_NO_ASCII_CAST is no longer needed.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f23dcac..04cb396 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,7 +59,7 @@ include( ConfigureChecks.cmake ) ###### global compiler settings -add_definitions( -DHAVE_CONFIG_H -UTQT_NO_ASCII_CAST ) +add_definitions( -DHAVE_CONFIG_H ) set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${TQT_CXX_FLAGS}" ) set( CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--no-undefined" ) |