feat: 发送到桌面成功播放音频

添加发送到桌面的音频

Log:
Influence:
Task: https://pms.uniontech.com/task-view-229565.html
Change-Id: Iaaac27fff53d45dacca407a4599a7a428ded772d
This commit is contained in:
songwentao
2022-12-20 11:03:54 +08:00
parent 7b22381002
commit be1f2950a0
3 changed files with 8 additions and 6 deletions

View File

@ -2,8 +2,10 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
find_package(PkgConfig REQUIRED)
find_package(Qt5 REQUIRED COMPONENTS Core DBus Concurrent Gui)
find_package(DtkCore REQUIRED)
find_package(DtkWidget REQUIRED)
pkg_check_modules(XCB REQUIRED IMPORTED_TARGET xcb-icccm xcb-ewmh xcb)
pkg_check_modules(X11 REQUIRED IMPORTED_TARGET x11)
@ -49,6 +51,7 @@ target_link_libraries(deepin-application-manager
Qt5::DBus
Qt5::Concurrent
${DtkCore_LIBRARIES}
${DtkWidget_LIBRARIES}
pthread
PkgConfig::XCB
PkgConfig::X11