summaryrefslogtreecommitdiff
path: root/tests/auto/qx11info/CMakeLists.txt
blob: bb64ec9b74b049b716b72462e7b3000b0354588d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Generated from qx11info.pro.

#####################################################################
## tst_qx11info Test:
#####################################################################

# begin special case
if(NOT TARGET XCB::XCB)
    qt_find_package(XCB REQUIRED PROVIDED_TARGETS XCB::XCB)
endif()
# end special case

qt_add_test(tst_qx11info
    SOURCES
        tst_qx11info.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Widgets
        Qt::X11Extras
        XCB::XCB
)