aboutsummaryrefslogtreecommitdiffstats
path: root/app/app.pro
blob: 130c74b78dc8eaf039a40515b7bffc6b28ae9719 (plain)
1
2
3
4
5
6
7
8
9
10
11
TARGET = tachometer
QT = quickcontrols2

SOURCES += \
    main.cpp

RESOURCES += \
    main.qrc \
    images/images.qrc

include(app.pri)