┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorEmmanuel Pescosta <[email protected]>2015-02-25 21:45:19 +0100
committerEmmanuel Pescosta <[email protected]>2015-02-25 21:46:49 +0100
commit8a7d9b6d2c308563397d13f5e9430334201620bb (patch)
tree7e31205601fc6fb623cb4a2d05278c5658179575 /src/CMakeLists.txt
parentaca62bee91684f0b4b8ebd603bfd102dbefb814a (diff)
Bump the Qt version to 5.4 and the KF5 version to 5.7
Added all required components Reviewed-By: David Edmundson
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 2b65671da..94aa5a51c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -3,7 +3,7 @@ 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(-DTRANSLATION_DOMAIN=\"dolphin\" -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
remove_definitions(-DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_URL_CAST_FROM_STRING)
if(X11_Xrender_FOUND)