package qt: build and install qdbus tools

This commit is contained in:
Mark Brand 2011-01-06 10:49:44 +01:00
parent 30c467c298
commit 8d03734ece
1 changed files with 4 additions and 0 deletions

View File

@ -76,6 +76,10 @@ define $(PKG)_BUILD
$(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'