void-packages/srcpkgs/qt6-connectivity/patches/no-cmake-test.patch

10 lines
277 B
Diff

--- a/tests/auto/CMakeLists.txt
+++ b/tests/auto/CMakeLists.txt
@@ -24,6 +24,3 @@ if(TARGET Qt::Nfc)
add_subdirectory(qndefnfcsmartposterrecord)
add_subdirectory(qndeffilter)
endif()
-if(TARGET Qt::Bluetooth AND TARGET Qt::Nfc)
- add_subdirectory(cmake)
-endif()