summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/platform/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/gui/platform/CMakeLists.txt')
-rw-r--r--tests/auto/gui/platform/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/gui/platform/CMakeLists.txt b/tests/auto/gui/platform/CMakeLists.txt
new file mode 100644
index 0000000000..4b2cee205d
--- /dev/null
+++ b/tests/auto/gui/platform/CMakeLists.txt
@@ -0,0 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
+
+if(QT_FEATURE_xcb)
+ add_subdirectory(qx11info)
+endif()