Shut down warnings about deprecated KF5Plasma API being used

Otherwise we get many warnings about using ::package() which doesn't look
easily fixable and doesn't let us see more relevant things.

REVIEW: 127329
wilder-5.14
Aleix Pol 10 years ago
parent 9c52aa6de0
commit 827861d0c7
  1. 2
      shell/CMakeLists.txt

@ -22,6 +22,8 @@ configure_file(config-ktexteditor.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-kte
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-plasma.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-plasma.h)
add_definitions(-DPLASMA_DEPRECATED=)
set(scripting_SRC
scripting/appinterface.cpp
scripting/applet.cpp

Loading…
Cancel
Save