summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/app.pro b/app/app.pro
new file mode 100644
index 0000000..e8fe05b
--- /dev/null
+++ b/app/app.pro
@@ -0,0 +1,18 @@
+TARGET = mixer
+QT = quickcontrols2
+
+HEADERS += \
+ pacontrolmodel.h \
+ pac.h
+
+SOURCES = main.cpp \
+ pacontrolmodel.cpp \
+ pac.c
+
+CONFIG += link_pkgconfig
+PKGCONFIG += libpulse
+
+RESOURCES += \
+ Mixer.qrc
+
+include(app.pri)