You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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()
|
|
|