From 3484dffcd31f5dd2567fc8c1e138c690ae42be30 Mon Sep 17 00:00:00 2001
From: Rashad Kanavath <mohammed.rashad-km@cnes.fr>
Date: Thu, 24 Jul 2014 16:00:19 +0200
Subject: [PATCH] CCOMP: revert check for QT_LRELEASE_EXECUTABLE. using
 qtlrelease from linux

---
 CMakeLists.txt | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 268e4d3eb3..06a21a95cc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -199,9 +199,7 @@ SET(CXX_TEST_PATH ${CMAKE_RUNTIME_OUTPUT_DIRECTORY})
 add_subdirectory( Code )
 
 # i18n directory must be added after all source files (see add_qt1_i18n_sources).
-if(QT_LRELEASE_EXECUTABLE)
- add_subdirectory( i18n )
-endif()
+add_subdirectory( i18n )
 
 # CPack related files
 add_subdirectory( Packaging )
-- 
GitLab