diff options
author | Matt Porter <mporter@konsulko.com> | 2016-12-19 13:55:11 -0500 |
---|---|---|
committer | Matt Porter <mporter@konsulko.com> | 2016-12-21 08:24:39 -0500 |
commit | 392effc544e3d94b82f806378d4ac1d11a185422 (patch) | |
tree | 6467743066dd6153941529087fef244dc8639c24 /app/app.pro |
AGL-style PulseAudio mixer app
Change-Id: I566050a1a8f241f140523df236de81ab951c1394
Signed-off-by: Matt Porter <mporter@konsulko.com>
Diffstat (limited to 'app/app.pro')
-rw-r--r-- | app/app.pro | 18 |
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) |