part of patch in issue 803 (ty) - this hopefully should fix issues with cmake Makefiles trying to run "Qt4::lrelease" in the shell
authorsheepluva
Fri, 15 Aug 2014 08:23:15 +0200
changeset 10388 665d8b699d35
parent 10387 cb17b79844b5
child 10389 2f5941a05656
part of patch in issue #803 (ty) - this hopefully should fix issues with cmake Makefiles trying to run "Qt4::lrelease" in the shell
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)