comparison src/qt.mk @ 2988:aca8511e7751

qt.mk: link to correct files in bin directory
author John W. Eaton <jwe@octave.org>
date Thu, 16 May 2013 13:32:57 -0400
parents e6ba75a96089
children 4f9b72cf7ee7
comparison
equal deleted inserted replaced
2987:eb1643bd900c 2988:aca8511e7751
65 -no-sse2 -no-ssse3 \ 65 -no-sse2 -no-ssse3 \
66 -v 66 -v
67 67
68 $(MAKE) -C '$(1)' -j '$(JOBS)' 68 $(MAKE) -C '$(1)' -j '$(JOBS)'
69 $(MAKE) -C '$(1)' -j 1 install 69 $(MAKE) -C '$(1)' -j 1 install
70 ln -fs '$(PREFIX)/$(TARGET)/qt/bin/moc' '$(PREFIX)/bin/$(TARGET)-moc' 70 ln -fs '$(PREFIX)/$(TARGET)/bin/moc' '$(PREFIX)/bin/$(TARGET)-moc'
71 ln -fs '$(PREFIX)/$(TARGET)/qt/bin/rcc' '$(PREFIX)/bin/$(TARGET)-roc' 71 ln -fs '$(PREFIX)/$(TARGET)/bin/rcc' '$(PREFIX)/bin/$(TARGET)-roc'
72 ln -fs '$(PREFIX)/$(TARGET)/qt/bin/uic' '$(PREFIX)/bin/$(TARGET)-uic' 72 ln -fs '$(PREFIX)/$(TARGET)/bin/uic' '$(PREFIX)/bin/$(TARGET)-uic'
73 ln -fs '$(PREFIX)/$(TARGET)/qt/bin/qmake' '$(PREFIX)/bin/$(TARGET)-qmake' 73 ln -fs '$(PREFIX)/$(TARGET)/bin/qmake' '$(PREFIX)/bin/$(TARGET)-qmake'
74 74
75 # cd '$(1)/tools/assistant' && '$(1)/bin/qmake' assistant.pro 75 # cd '$(1)/tools/assistant' && '$(1)/bin/qmake' assistant.pro
76 # $(MAKE) -C '$(1)/tools/assistant' -j '$(JOBS)' install 76 # $(MAKE) -C '$(1)/tools/assistant' -j '$(JOBS)' install
77 77
78 # cd '$(1)/tools/designer' && '$(1)/bin/qmake' designer.pro 78 # cd '$(1)/tools/designer' && '$(1)/bin/qmake' designer.pro