Add sample application[phone]
[staging/soundmanager.git] / sample / phone / app / app.pro
diff --git a/sample/phone/app/app.pro b/sample/phone/app/app.pro
new file mode 100644 (file)
index 0000000..cc400a9
--- /dev/null
@@ -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)