mixer: add clearer pulseaudio control naming
[apps/mixer.git] / app / app.pro
1 TARGET = mixer
2 QT = quickcontrols2
3
4 HEADERS += \
5     pacontrolmodel.h \
6     paclient.h
7
8 SOURCES = main.cpp \
9     pacontrolmodel.cpp \
10     paclient.cpp
11
12 CONFIG += link_pkgconfig
13 PKGCONFIG += libhomescreen qlibwindowmanager libpulse
14
15 RESOURCES += \
16     Mixer.qrc
17
18 include(app.pri)