summaryrefslogtreecommitdiff
path: root/debian/patches/enable-make-check.patch
blob: 90472c76a9025ebe1d73a80b62de6c2ec2250b81 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/tests/auto/qscriptextensionplugin/test/test.pro
+++ b/tests/auto/qscriptextensionplugin/test/test.pro
@@ -14,7 +14,7 @@ CONFIG(debug_and_release) {
     DESTDIR = ../release
   }
 } else {
-  DESTDIR = ..
+  DESTDIR = .
 }
 
 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0