Warning, /plasma-bigscreen/calamares-bigscreen-branding/lib/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(fakeqevent_SRCS fakeqeventplugin.cpp emulatedmouse.cpp fakeEvent.cpp)
0002 
0003 include_directories(${CMAKE_CURRENT_BINARY_DIR})
0004 
0005 add_library(fakeqeventplugin SHARED ${fakeqevent_SRCS} ${RESOURCES})
0006 
0007 target_link_libraries(fakeqeventplugin
0008     Qt5::Core
0009     Qt5::Quick
0010     Qt5::Qml
0011     Qt5::Test
0012 )
0013 
0014 ########### install files ###############
0015 install(TARGETS fakeqeventplugin DESTINATION ${KDE_INSTALL_QMLDIR}/Libfakeqevents)
0016 install(FILES qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/Libfakeqevents)
0017 install(FILES plugins.qmltypes DESTINATION ${KDE_INSTALL_QMLDIR}/Libfakeqevents)