Add sample application[phone]
[staging/soundmanager.git] / sample / phone / app / app.pro
1 TARGET = phone
2 QT = quickcontrols2
3
4 SOURCES = main.cpp
5
6 SUBDIRS = telephony-binding
7
8 RESOURCES += \
9     phone.qrc \
10     images/images.qrc \
11     audio.qrc
12
13 include(app.pri)