changeset 1538:c6b5e37cf4cb

package qt: build and install qdbus tools
author Mark Brand <mabrand@mabrand.nl>
date Thu, 06 Jan 2011 10:49:44 +0100
parents c069a712f675
children 3089356a60e3
files src/qt.mk
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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'