Skip to content

Commit

Permalink
GIT_SILENT: Remove DISABLE_DEPRECATED_BEFORE macro. It can break comp…
Browse files Browse the repository at this point in the history
…ile when we increase KF5/Qt5

(cherry picked from commit c77cab4)
  • Loading branch information
Montel authored and kossebau committed Apr 19, 2020
1 parent 6bd2a8b commit 3d9656c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINAR
IF(NOT WIN32)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/kcachegrind.spec.cmake ${CMAKE_CURRENT_BINARY_DIR}/kcachegrind.spec )
ENDIF(NOT WIN32)
if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
endif()

ecm_create_qm_loader(kcachegrind_QM_LOADER kcachegrind_qt)

Expand Down

0 comments on commit 3d9656c

Please sign in to comment.