summaryrefslogtreecommitdiff
path: root/dev-libs/qtcompress/files/qtcompress-0_p20180513-test-include.patch
blob: cc7bec4ed1e1c4cea5a0138a0a49ba53409edcae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/tests/auto/unit/qzip/tst_qzip.cpp	2018-05-13 09:44:01.000000000 +0100
+++ b/tests/auto/unit/qzip/tst_qzip.cpp	2020-09-28 09:40:14.493025102 +0100
@@ -41,8 +41,8 @@
 
 #include <QtTest/QtTest>
 #include <QDebug>
-#include <QtCompress/qzipwriter.h>
-#include <QtCompress/qzipreader.h>
+#include <qzipwriter.h>
+#include <qzipreader.h>
 
 class tst_QZip : public QObject
 {