summaryrefslogtreecommitdiffstats
path: root/src/qwtplot3d.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2013-04-02 20:08:55 (GMT)
committerMark Brand <mabrand@mabrand.nl>2013-04-02 20:09:27 (GMT)
commitba2106d3f0c236930129c7118ce8f669f170b38e (patch)
treed15df83a546ac4012ba6a405af330093bca4ed19 /src/qwtplot3d.mk
parentb5c4371c80e1b38720f3ceab47140e5fbae2c051 (diff)
downloadmxe-ba2106d3f0c236930129c7118ce8f669f170b38e.zip
mxe-ba2106d3f0c236930129c7118ce8f669f170b38e.tar.gz
mxe-ba2106d3f0c236930129c7118ce8f669f170b38e.tar.bz2
adjust references to qmake (Qt 4)
Follow-up to previous commit.
Diffstat (limited to 'src/qwtplot3d.mk')
-rw-r--r--src/qwtplot3d.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qwtplot3d.mk b/src/qwtplot3d.mk
index 1305659..df5700d 100644
--- a/src/qwtplot3d.mk
+++ b/src/qwtplot3d.mk
@@ -16,7 +16,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
- cd '$(1)' && '$(PREFIX)/bin/$(TARGET)-qmake'
+ cd '$(1)' && '$(PREFIX)/$(TARGET)/qt/bin/qmake'
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(INSTALL) -d '$(PREFIX)/$(TARGET)/lib'
$(INSTALL) -m644 '$(1)/lib/libqwtplot3d.a' '$(PREFIX)/$(TARGET)/lib/'