1
add_executable(uqmlscene
2
${shellapplication_MOC_SRCS}
7
qt5_use_modules(uqmlscene Qml Quick Test)
8
pkg_check_modules(XCB REQUIRED xcb)
10
if (NOT "${XCB_INCLUDE_DIRS}" STREQUAL "")
11
set_target_properties(uqmlscene PROPERTIES INCLUDE_DIRECTORIES ${XCB_INCLUDE_DIRS})
14
target_link_libraries(uqmlscene