Warning, /libraries/phonon/settings/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 add_definitions(-DPHONON_LIB_SONAME=\"${PHONON_LIB_SONAME}\")
0002
0003 set(SRCS
0004 backendselection.cpp
0005 backendselection.ui
0006 devicepreference.cpp
0007 devicepreference.ui
0008 main.cpp
0009 settings.cpp
0010 settings.qrc
0011 settings.ui
0012 )
0013
0014 ecm_create_qm_loader(SRCS phononsettings_qt)
0015
0016 add_executable(phononsettings ${SRCS})
0017 target_link_libraries(phononsettings
0018 Phonon::phonon4qt${QT_MAJOR_VERSION}
0019 Qt${QT_MAJOR_VERSION}::Core
0020 Qt${QT_MAJOR_VERSION}::Gui
0021 Qt${QT_MAJOR_VERSION}::Widgets
0022 )
0023
0024 install(TARGETS phononsettings ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})