summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-11-02 22:49:19 (GMT)
committerMark Brand <mabrand@mabrand.nl>2011-11-02 22:49:19 (GMT)
commitc8c1013de5dcb2d96dc0e17ebd8e214ede77c4fc (patch)
treeb3227dc2fe34fe6698c161aeee635c74ddc9333e /src
parent3b74ff7e01cb32b347fc2c7d53c02f6fde134bc1 (diff)
downloadmxe-c8c1013de5dcb2d96dc0e17ebd8e214ede77c4fc.zip
mxe-c8c1013de5dcb2d96dc0e17ebd8e214ede77c4fc.tar.gz
mxe-c8c1013de5dcb2d96dc0e17ebd8e214ede77c4fc.tar.bz2
package qt: improve style
Diffstat (limited to 'src')
-rw-r--r--src/qt.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qt.mk b/src/qt.mk
index 100760f..4aad3d0 100644
--- a/src/qt.mk
+++ b/src/qt.mk
@@ -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