summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/platform/qx11info/CMakeLists.txt
blob: c14630825c631374f552070022a1cdc509ca2166 (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_test(tst_qx11info
    SOURCES
        tst_qx11info.cpp
    LIBRARIES
        Qt::GuiPrivate
        XCB::XCB
)