summaryrefslogtreecommitdiff
path: root/src/x11extras/CMakeLists.txt
blob: 2bd7dd6de7bfc82d73f18980bc5c966169d5dad4 (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
29
30
31
# 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:
#####################################################################

add_qt_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
)

#### Keys ignored in scope 1:.:.:x11extras.pro:<TRUE>:
# _LOADED = "qt_module"
add_qt_docs(X11Extras
    doc/qtx11extras.qdocconf
)