changeset 2985:e6ba75a96089

Fix to install lrelease from the linquist tools. * /src/qt.mk (PKG_BUILD): added cd into lrelease folder and run make install in it.
author John Donoghue <john.onoghue@ieee.org>
date Tue, 14 May 2013 14:29:39 -0400
parents 046c38b3c351
children d198aea15b35
files src/qt.mk
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/qt.mk	Tue May 14 15:13:41 2013 -0400
+++ b/src/qt.mk	Tue May 14 14:29:39 2013 -0400
@@ -81,6 +81,10 @@
     # # at least some of the qdbus tools are useful on target
     # cd '$(1)/tools/qdbus' && '$(1)/bin/qmake' qdbus.pro
     # $(MAKE) -C '$(1)/tools/qdbus' -j '$(JOBS)' install
+    
+    # lrelease (from linguist) needed by octave for GUI build
+    $(MAKE) -C '$(1)/tools/linguist/lrelease' -j '$(JOBS)' install
+    ln -fs '$(PREFIX)/$(TARGET)/bin/lrelease' '$(PREFIX)/bin/$(TARGET)-lrelease'
 
     # mkdir            '$(1)/test-qt'
     # cd               '$(1)/test-qt' && '$(TARGET)-qmake' '$(PWD)/$(2).pro'