summaryrefslogtreecommitdiffstats
path: root/demo3/horizontal/tachometer/app/app.pro
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-14 12:44:57 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-14 12:44:57 +0900
commit0709fc32997c6e83b49e1311b000ba9717b87fb6 (patch)
treeb6b6a233cd5f0f28531af2d1e68d763967d58263 /demo3/horizontal/tachometer/app/app.pro
parentdbc04daef11fe8ed0743d37a0b2ad63245c57dde (diff)
Add tachometer for horizontal mode
Add tachometer for horizontal mode. Change-Id: Ia5ae863dc1b2bfc6c282015c5c01a47c60cc429c Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'demo3/horizontal/tachometer/app/app.pro')
-rw-r--r--demo3/horizontal/tachometer/app/app.pro21
1 files changed, 21 insertions, 0 deletions
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)