summaryrefslogtreecommitdiffstats
path: root/app/app.pro
blob: 510a92135b099164f994265e29aba8c027615d3e (plain)
1
2
3
4
5
6
7
8
9
10
TARGET = hudspeed
QT = quick aglextras

SOURCES = main.cpp

RESOURCES += \
    hudspeed.qrc

include(app.pri)