From: sheepluva Date: Fri, 15 Aug 2014 06:23:15 +0000 (+0200) Subject: [PATCH] part of patch in issue 803 (ty) - this hopefully should fix issues with cmake... X-Git-Tag: archive/raspbian/1.0.0-8+rpi1~1^2^2^2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=195b08992ed12e83327b0eeec23842d5eddc0de1;p=hedgewars.git [PATCH] part of patch in issue 803 (ty) - this hopefully should fix issues with cmake Makefiles trying to run "Qt4::lrelease" in the shell Gbp-Pq: Name 774cfec959227a52b9a54afa8b069277c2f7e656.patch --- diff --git a/share/hedgewars/Data/Locale/CMakeLists.txt b/share/hedgewars/Data/Locale/CMakeLists.txt index 6075ecb..3e0dada 100644 --- a/share/hedgewars/Data/Locale/CMakeLists.txt +++ b/share/hedgewars/Data/Locale/CMakeLists.txt @@ -1,3 +1,6 @@ +find_package(Qt4 REQUIRED) +include(${QT_USE_FILE}) + file(GLOB txttrans2 ??.txt) file(GLOB txttrans5 ?????.txt) file(GLOB tsfiles *.ts)