comparison src/qt.mk @ 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 ee20182f07d4
children aca8511e7751
comparison
equal deleted inserted replaced
2984:046c38b3c351 2985:e6ba75a96089
79 # $(MAKE) -C '$(1)/tools/designer' -j '$(JOBS)' install 79 # $(MAKE) -C '$(1)/tools/designer' -j '$(JOBS)' install
80 80
81 # # at least some of the qdbus tools are useful on target 81 # # at least some of the qdbus tools are useful on target
82 # cd '$(1)/tools/qdbus' && '$(1)/bin/qmake' qdbus.pro 82 # cd '$(1)/tools/qdbus' && '$(1)/bin/qmake' qdbus.pro
83 # $(MAKE) -C '$(1)/tools/qdbus' -j '$(JOBS)' install 83 # $(MAKE) -C '$(1)/tools/qdbus' -j '$(JOBS)' install
84
85 # lrelease (from linguist) needed by octave for GUI build
86 $(MAKE) -C '$(1)/tools/linguist/lrelease' -j '$(JOBS)' install
87 ln -fs '$(PREFIX)/$(TARGET)/bin/lrelease' '$(PREFIX)/bin/$(TARGET)-lrelease'
84 88
85 # mkdir '$(1)/test-qt' 89 # mkdir '$(1)/test-qt'
86 # cd '$(1)/test-qt' && '$(TARGET)-qmake' '$(PWD)/$(2).pro' 90 # cd '$(1)/test-qt' && '$(TARGET)-qmake' '$(PWD)/$(2).pro'
87 # $(MAKE) -C '$(1)/test-qt' -j '$(JOBS)' 91 # $(MAKE) -C '$(1)/test-qt' -j '$(JOBS)'
88 # $(INSTALL) -m755 '$(1)/test-qt/release/test-qt.exe' '$(PREFIX)/$(TARGET)/bin/' 92 # $(INSTALL) -m755 '$(1)/test-qt/release/test-qt.exe' '$(PREFIX)/$(TARGET)/bin/'