# HG changeset patch # User sheepluva # Date 1408083795 -7200 # Node ID 665d8b699d357a1e02cb16f28c301bb33045a003 # Parent cb17b79844b5d8dffb4272497c402c4d76c73d93 part of patch in issue 803 (ty) - this hopefully should fix issues with cmake Makefiles trying to run "Qt4::lrelease" in the shell diff -r cb17b79844b5 -r 665d8b699d35 share/hedgewars/Data/Locale/CMakeLists.txt --- a/share/hedgewars/Data/Locale/CMakeLists.txt Wed Aug 13 23:14:08 2014 +0400 +++ b/share/hedgewars/Data/Locale/CMakeLists.txt Fri Aug 15 08:23:15 2014 +0200 @@ -1,3 +1,6 @@ +find_package(Qt4 REQUIRED) +include(${QT_USE_FILE}) + file(GLOB txttrans2 ??.txt) file(GLOB txttrans5 ?????.txt) file(GLOB tsfiles *.ts)