summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/snippets/customviewstyle
diff options
context:
space:
mode:
authorOleksii Zbykovskyi <Oleksii.Zbykovskyi@qt.io>2025-08-05 15:08:38 +0200
committerOleksii Zbykovskyi <Oleksii.Zbykovskyi@qt.io>2025-08-06 20:26:58 +0200
commit6fbd403fe7597f457e669bbb6551509c2097fc2d (patch)
tree3b1f8dc37b77e3abfede3027cd892c6be5ab4bd9 /src/widgets/doc/snippets/customviewstyle
parentb63fb9c664c120ad9b29a151f83002d5f046d3fe (diff)
Relocate files from separate CMake files to the main one
Removed useless CMakefiles and move their contents to the main CMakeLists file. Task-number: QTBUG-137566 Change-Id: Ibeb162ce43243d9af7732f39935325cbb52ecdec Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/widgets/doc/snippets/customviewstyle')
-rw-r--r--src/widgets/doc/snippets/customviewstyle/CMakeLists.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/widgets/doc/snippets/customviewstyle/CMakeLists.txt b/src/widgets/doc/snippets/customviewstyle/CMakeLists.txt
deleted file mode 100644
index f37de58edc2..00000000000
--- a/src/widgets/doc/snippets/customviewstyle/CMakeLists.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
-
-add_library(widgets_customviewstyle_snippets OBJECT
- ../customstyle/customstyle.h
- ../customstyle/customstyle.cpp
- customviewstyle.cpp
-)
-
-target_link_libraries(widgets_customviewstyle_snippets PRIVATE
- Qt::Core
- Qt::Gui
- Qt::Widgets
-)
-
-set_target_properties(widgets_customviewstyle_snippets PROPERTIES UNITY_BUILD OFF)