diff options
author | Slávek Banko <[email protected]> | 2018-10-16 00:52:41 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-10-16 01:26:21 +0200 |
commit | 8eb947399e931423ebcd97988f3b4d4a3618b466 (patch) | |
tree | b7b7b4a425332365d39fe5e282bda77e2a70382c | |
parent | c815469cf15e8f7255ca75af289633a2978c3f9e (diff) | |
download | knutclient-8eb947399e931423ebcd97988f3b4d4a3618b466.tar.gz knutclient-8eb947399e931423ebcd97988f3b4d4a3618b466.zip |
cmake: Removed the definition of -UTQT_NO_COMPAT - seems unnecessary.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d95d22e..2aa9310 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,7 @@ include( ConfigureChecks.cmake ) ###### global compiler settings -add_definitions( -DHAVE_CONFIG_H -UTQT_NO_COMPAT -UTQT_NO_ASCII_CAST ) +add_definitions( -DHAVE_CONFIG_H -UTQT_NO_ASCII_CAST ) set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${TQT_CXX_FLAGS}" ) set( CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined" ) |