summaryrefslogtreecommitdiffstats
path: root/examples/qpa/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qpa/CMakeLists.txt')
-rw-r--r--examples/qpa/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/qpa/CMakeLists.txt b/examples/qpa/CMakeLists.txt
deleted file mode 100644
index c2bff33d64..0000000000
--- a/examples/qpa/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
-
-if(NOT TARGET Qt::Gui)
- return()
-endif()
-qt_internal_add_example(windows)
-qt_internal_add_example(qrasterwindow)