summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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