summaryrefslogtreecommitdiffstats
path: root/app/app.pro
blob: cc400a94c26cb1609f59e07801608474a6e8b6a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET = phone
QT = quickcontrols2

SOURCES = main.cpp

SUBDIRS = telephony-binding

RESOURCES += \
    phone.qrc \
    images/images.qrc \
    audio.qrc

include(app.pri)