e0a927e0c03f519280dd9ae88c52eaa3161ca9b4
[staging/soundmanager.git] / sample / radio_qml / app / app.pro
1 TARGET = radio
2 QT = quickcontrols2
3
4 HEADERS = PresetDataObject.h
5 SOURCES = main.cpp PresetDataObject.cpp
6
7 RESOURCES += \
8     radio.qrc \
9     images/images.qrc
10
11 include(app.pri)