summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/platform/qx11info/CMakeLists.txt
blob: 5b301523c5e8a890967657ea5ecc270df3cee4b5 (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

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