Skip to content

Commit

Permalink
GIT_SILENT: Clean up compile flags which are already includes in KDEF…
Browse files Browse the repository at this point in the history
…rameworkCompilerSettings
  • Loading branch information
Montel committed Oct 12, 2018
1 parent 8d2eb41 commit 5fb2a4b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ endif()
if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
ecm_install_po_files_as_qm(po)
endif()
add_definitions(-DQT_NO_CAST_FROM_ASCII)
add_definitions(-DQT_NO_CAST_TO_ASCII)

add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
add_definitions(-DQT_USE_QSTRINGBUILDER)
add_subdirectory(src)
if(TARGET Qt5::Widgets)
if (BUILD_TESTING)
Expand Down

0 comments on commit 5fb2a4b

Please sign in to comment.