GIT_SILENT: Remove include(QT_NO_NARROWING_CONVERSIONS_IN_CONNECT) as it already included in KDEFrameworkCompilerSettings

wilder
Laurent Montel 8 years ago
parent 1b396d1ffc
commit ad2540ccd0
  1. 2
      CMakeLists.txt

@ -45,7 +45,7 @@ ecm_setup_version(PROJECT VARIABLE_PREFIX KCONFIG
SOVERSION 5)
add_definitions(-DQT_NO_CAST_FROM_ASCII)
add_definitions(-DQT_NO_CAST_TO_ASCII)
add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT)
add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
add_definitions(-DQT_USE_QSTRINGBUILDER)

Loading…
Cancel
Save