1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
From: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Date: Fri, 3 May 2024 16:47:57 +1000
Subject: disable-qtexampleicons
---
sources/pyside6/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sources/pyside6/CMakeLists.txt b/sources/pyside6/CMakeLists.txt
index f45c071..fbb55a6 100644
--- a/sources/pyside6/CMakeLists.txt
+++ b/sources/pyside6/CMakeLists.txt
@@ -42,4 +42,4 @@ endif()
add_subdirectory(doc)
-add_subdirectory(qtexampleicons)
+# add_subdirectory(qtexampleicons)
|