3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 06:44:18 +00:00
Brooklyn/plasma/workspace/phonon/CMakeLists.txt
2022-03-05 22:41:29 +05:00

9 lines
200 B
CMake

add_definitions(-DQT_USE_FAST_OPERATOR_PLUS)
find_package(Phonon4Qt5 4.6.60 NO_MODULE)
include_directories(BEFORE ${PHONON_INCLUDES})
if(Phonon4Qt5_FOUND)
add_subdirectory(platform_kde)
endif()