diff src/qt.mk @ 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 a5b9c0c7835a
children 81169b06f296
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'