diff options
Diffstat (limited to 'app/app.pro')
-rw-r--r-- | app/app.pro | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/app/app.pro b/app/app.pro index a33fc0d..239dc8f 100644 --- a/app/app.pro +++ b/app/app.pro @@ -1,13 +1,15 @@ TARGET = mixer -QT = quickcontrols2 +QT = quickcontrols2 websockets core HEADERS += \ - pacontrolmodel.h \ - paclient.h + mixer.h \ + qafbwsmsg.h \ + qafbwsclient.h SOURCES = main.cpp \ - pacontrolmodel.cpp \ - paclient.cpp + mixer.cpp \ + qafbwsclient.cpp \ + qafbwsmsg.cpp CONFIG += link_pkgconfig PKGCONFIG += libhomescreen qlibwindowmanager libpulse |