From 1d2db4f8c53a0b56a73040dc4705a21f010bb386 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Sat, 1 Jun 2013 21:57:40 +1000 Subject: package qwt: use qt5 qmake for test program --- src/qwt.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12