summaryrefslogtreecommitdiff
path: root/src/x11extras/CMakeLists.txt
blob: d2e7994a2806772b1cc10cee110628a1fccde9db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Generated from x11extras.pro.

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

#####################################################################
## X11Extras Module:
#####################################################################

qt_add_module(X11Extras
    SOURCES
        qx11info_x11.cpp qx11info_x11.h
    DEFINES
        QT_NO_USING_NAMESPACE
    LIBRARIES
        Qt::GuiPrivate
        XCB::XCB_nolink
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
)
qt_add_docs(X11Extras
    doc/qtx11extras.qdocconf
)