# HG changeset patch # User Mark Brand # Date 1294307384 -3600 # Node ID c6b5e37cf4cb86307fa29193990bb9945ee91281 # Parent c069a712f675551db625e1167167c7085d5e47c5 package qt: build and install qdbus tools diff -r c069a712f675 -r c6b5e37cf4cb src/qt.mk --- a/src/qt.mk Wed Jan 05 23:16:12 2011 +0100 +++ b/src/qt.mk Thu Jan 06 10:49:44 2011 +0100 @@ -76,6 +76,10 @@ $(INSTALL) -m755 '$(1)/bin/uic' '$(PREFIX)/bin/$(TARGET)-uic' $(INSTALL) -m755 '$(1)/bin/qmake' '$(PREFIX)/bin/$(TARGET)-qmake' + # 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 + mkdir '$(1)/test-qt' cp '$(2)'* '$(1)/test-qt/' cd '$(1)/test-qt' && '$(TARGET)-qmake'