katie/tests/auto/qfocusevent/CMakeLists.txt
Ivailo Monev 8dd351c7a9 workaround lack of focus events when testing via Xvfb in tst_QFocusEvent::checkReason_ActiveWindow()
upstream commit:
c7e7a785c6

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-11-20 01:52:43 +02:00

7 lines
181 B
CMake

include_directories(${X11_INCLUDE_DIR})
katie_gui_test(tst_qfocusevent
${CMAKE_CURRENT_SOURCE_DIR}/tst_qfocusevent.cpp
)
target_link_libraries(tst_qfocusevent ${X11_X11_LIB})