File: 2002_disable-cmake-test.patch

package info (click to toggle)
qtfeedback-opensource-src 5.0~git20180903.a14bd0b-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,104 kB
  • sloc: cpp: 3,385; makefile: 34
file content (14 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Disable build-time cmake tests due to broken path prefixes.
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -5,7 +5,7 @@
     qfeedbackplugin \
     qfeedbackmmk \
     qdeclarativefeedback \
-    cmake
+#   cmake
 
 !qtHaveModule(qml): SUBDIRS -= \
     qdeclarativefeedback \