From 8bc93b564c283a677e02dc2ac71b40b63a990e38 Mon Sep 17 00:00:00 2001 From: Elvis Angelaccio Date: Mon, 28 Jan 2019 22:38:21 +0100 Subject: Introduce HAVE_TERMINAL Source code should check for features detected during configure-time, rather than checking for a specific OS. See also commit 87e8d0ba5f. --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7222dcde1..1b4c943d4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -4,6 +4,8 @@ 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) +configure_file(config-terminal.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-terminal.h) + add_definitions( -DTRANSLATION_DOMAIN=\"dolphin\" ) -- cgit v1.3.1