diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-11-04 02:23:25 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-11-04 04:21:58 +0100 |
commit | f971d07fa3ac7f9390bff42109880d65167a724f (patch) | |
tree | 9dc754f7dcd36a49bdba59cc38b77c245bd6a180 /CMakeLists.txt | |
parent | 0b2c4d9d78db599b2232cbdf79b8dc0eb1412182 (diff) | |
download | ksplash-engine-moodin-f971d07fa3ac7f9390bff42109880d65167a724f.tar.gz ksplash-engine-moodin-f971d07fa3ac7f9390bff42109880d65167a724f.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 <slavek.banko@axis.cz>
(cherry picked from commit 64c09a0ec1110811841883ae7260c7df447e022c)
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 5497fc6..4df15b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ include( ConfigureChecks.cmake ) ###### global compiler settings -add_definitions( -DHAVE_CONFIG_H -UQT_NO_ASCII_CAST ) +add_definitions( -DHAVE_CONFIG_H ) set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${TQT_CXX_FLAGS}" ) set( CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined" ) |