From 0709fc32997c6e83b49e1311b000ba9717b87fb6 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Wed, 14 Nov 2018 12:44:57 +0900 Subject: Add tachometer for horizontal mode Add tachometer for horizontal mode. Change-Id: Ia5ae863dc1b2bfc6c282015c5c01a47c60cc429c Signed-off-by: zheng_wenlong --- demo3/horizontal/tachometer/app/app.pro | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 demo3/horizontal/tachometer/app/app.pro (limited to 'demo3/horizontal/tachometer/app/app.pro') diff --git a/demo3/horizontal/tachometer/app/app.pro b/demo3/horizontal/tachometer/app/app.pro new file mode 100644 index 0000000..d0b2961 --- /dev/null +++ b/demo3/horizontal/tachometer/app/app.pro @@ -0,0 +1,21 @@ +TARGET = tachometer +QT = quickcontrols2 + +equals(QT_ARCH, "arm") { + QMAKE_CXXFLAGS += -mfp16-format=ieee +} + +HEADERS += \ + camera.h + +SOURCES += \ + main.cpp \ + camera.cpp + +LIBS += -lopencv_core -lopencv_highgui -lopencv_videoio + +RESOURCES += \ + main.qrc \ + images/images.qrc + +include(app.pri) -- cgit 1.2.3-korg