summaryrefslogtreecommitdiffstats
path: root/src/qwt.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-06-01 11:57:40 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-06-01 11:57:40 (GMT)
commit1d2db4f8c53a0b56a73040dc4705a21f010bb386 (patch)
treef2a94ee9d2ab259b4b2d53d2b2a7b184c292e203 /src/qwt.mk
parente6dc9243b2e69985d2eee5d6bf697ac19dd5d0f4 (diff)
downloadmxe-1d2db4f8c53a0b56a73040dc4705a21f010bb386.zip
mxe-1d2db4f8c53a0b56a73040dc4705a21f010bb386.tar.gz
mxe-1d2db4f8c53a0b56a73040dc4705a21f010bb386.tar.bz2
package qwt: use qt5 qmake for test program
Diffstat (limited to 'src/qwt.mk')
-rw-r--r--src/qwt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qwt.mk b/src/qwt.mk
index 0091b5e..72e7f2d 100644
--- a/src/qwt.mk
+++ b/src/qwt.mk
@@ -22,7 +22,7 @@ define $(PKG)_BUILD
$(MAKE) -C '$(1)/src' -f 'Makefile.Release' -j '$(JOBS)' install
#build sinusplot example to test linkage
- cd '$(1)/examples/sinusplot' && $(PREFIX)/$(TARGET)/qt/bin/qmake
+ cd '$(1)/examples/sinusplot' && $(PREFIX)/$(TARGET)/qt5/bin/qmake
$(MAKE) -C '$(1)/examples/sinusplot' -f 'Makefile.Release' -j '$(JOBS)'
# install