From 36106348830a18e64d849d9826c6e6aade79c8ec Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Fri, 9 Mar 2018 08:39:05 -0500 Subject: [PATCH] CMake: Calamares uses linguist-tools for translation The convenience include file CalamaresUse should DTRT and set up all the bits needed to write Calamares branding components and modules. So add the bits for i18n. --- CalamaresUse.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CalamaresUse.cmake.in b/CalamaresUse.cmake.in index 474704ec1..00f3c968d 100644 --- a/CalamaresUse.cmake.in +++ b/CalamaresUse.cmake.in @@ -20,7 +20,7 @@ if( NOT CALAMARES_CMAKE_DIR ) endif() set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CALAMARES_CMAKE_DIR} ) -find_package( Qt5 @QT_VERSION@ CONFIG REQUIRED Core Widgets ) +find_package( Qt5 @QT_VERSION@ CONFIG REQUIRED Core Widgets LinguistTools ) include( CalamaresAddLibrary ) include( CalamaresAddModuleSubdirectory )