summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-06-14 14:07:03 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-06-14 14:07:18 +0900
commitce5f8895a92fda1d8d22a38d54d30cd74a326496 (patch)
tree657071945085119e475888886ad98849eaa8483d /app/app.pro
parent9ee98a06160ee2b234e92db70eb18e128fc76e5d (diff)
add hudspeed
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro14
1 files changed, 7 insertions, 7 deletions
diff --git a/app/app.pro b/app/app.pro
index d769d8f..510a921 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -1,10 +1,10 @@
-TARGET = hudtbt
-QT += quick aglextras
+TARGET = hudspeed
+QT = quick aglextras
-include(app.pri)
-
-SOURCES = main.cpp \
+SOURCES = main.cpp
RESOURCES += \
- hudtbt.qrc\
- images/images.qrc
+ hudspeed.qrc
+
+include(app.pri)
+