X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fhomescreen.pro;h=061d2fb0c1605e812b64b4cd01cb3a2df185538d;hb=refs%2Ftags%2Fdab_3.99.3;hp=1ca59b6d042c0b95ee99faa8369190d8c3be1d17;hpb=0592a405aa68f3baf6773795efa5522e4ee16779;p=apps%2Fhomescreen.git diff --git a/homescreen/homescreen.pro b/homescreen/homescreen.pro index 1ca59b6..061d2fb 100644 --- a/homescreen/homescreen.pro +++ b/homescreen/homescreen.pro @@ -15,7 +15,8 @@ TEMPLATE = app TARGET = HomeScreen QT = qml quick dbus -CONFIG += c++11 +CONFIG += c++11 link_pkgconfig +PKGCONFIG += libpulse include(../interfaces/interfaces.pri) @@ -27,7 +28,9 @@ SOURCES += \ src/appinfo.cpp \ src/statusbarmodel.cpp \ src/statusbarserver.cpp \ - src/applicationlauncher.cpp + src/applicationlauncher.cpp \ + src/mastervolume.cpp \ + src/paclient.cpp HEADERS += \ src/homescreencontrolinterface.h \ @@ -36,7 +39,9 @@ HEADERS += \ src/statusbarserver.h \ src/applicationlauncher.h \ src/applicationmodel.h \ - src/appinfo.h + src/appinfo.h \ + src/mastervolume.h \ + src/paclient.h OTHER_FILES += \ README.md