┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Pescosta <[email protected]>2014-12-14 17:47:58 +0100
committerEmmanuel Pescosta <[email protected]>2014-12-14 17:47:58 +0100
commit68df2a725e77972b56e0831409bdf1c744208f17 (patch)
treea8e87b8cf929391ecff7b2e03de843931b26d7f7
parenta07d63d419469592b2600e668795cea2f9bee403 (diff)
show warnings about deprecated declarations
-rw-r--r--src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 8e13e97fe..f132e2844 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -4,7 +4,6 @@ configure_file(config-baloo.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-baloo.h)
configure_file(config-dolphin.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-dolphin.h)
add_definitions(-DTRANSLATION_DOMAIN=\"dolphin\")
-add_definitions(-Wno-deprecated-declarations)
remove_definitions(-DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_URL_CAST_FROM_STRING)
if(X11_Xrender_FOUND)