diff options
author | Mark Brand <mabrand@mabrand.nl> | 2011-11-02 22:49:19 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2011-11-02 22:49:19 (GMT) |
commit | c8c1013de5dcb2d96dc0e17ebd8e214ede77c4fc (patch) | |
tree | b3227dc2fe34fe6698c161aeee635c74ddc9333e /src | |
parent | 3b74ff7e01cb32b347fc2c7d53c02f6fde134bc1 (diff) | |
download | mxe-c8c1013de5dcb2d96dc0e17ebd8e214ede77c4fc.zip mxe-c8c1013de5dcb2d96dc0e17ebd8e214ede77c4fc.tar.gz mxe-c8c1013de5dcb2d96dc0e17ebd8e214ede77c4fc.tar.bz2 |
package qt: improve style
Diffstat (limited to 'src')
-rw-r--r-- | src/qt.mk | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -84,8 +84,7 @@ define $(PKG)_BUILD $(MAKE) -C '$(1)/tools/qdbus' -j '$(JOBS)' install mkdir '$(1)/test-qt' - cp '$(2)'* '$(1)/test-qt/' - cd '$(1)/test-qt' && '$(TARGET)-qmake' + cd '$(1)/test-qt' && '$(TARGET)-qmake' '$(PWD)/$(2).pro' $(MAKE) -C '$(1)/test-qt' -j '$(JOBS)' $(INSTALL) -m755 '$(1)/test-qt/release/test-qt.exe' '$(PREFIX)/$(TARGET)/bin/' endef |