X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2Fsoundmanager.git;a=blobdiff_plain;f=sample%2Fphone%2Fapp%2Fapp.pro;fp=sample%2Fphone%2Fapp%2Fapp.pro;h=cc400a94c26cb1609f59e07801608474a6e8b6a2;hp=0000000000000000000000000000000000000000;hb=fde77416ce98487a0bb50f5e049e7cb640ffa079;hpb=2e602801b372b0b68111316b89f567213e3ea378 diff --git a/sample/phone/app/app.pro b/sample/phone/app/app.pro new file mode 100644 index 0000000..cc400a9 --- /dev/null +++ b/sample/phone/app/app.pro @@ -0,0 +1,13 @@ +TARGET = phone +QT = quickcontrols2 + +SOURCES = main.cpp + +SUBDIRS = telephony-binding + +RESOURCES += \ + phone.qrc \ + images/images.qrc \ + audio.qrc + +include(app.pri)