blob: 02df7ac630a4c9df5fe00ddf7cc3f055adad18e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- tests/auto/auto.pri.orig 2021-06-30 09:31:55 UTC
+++ tests/auto/auto.pri
@@ -1,4 +1,4 @@
TEMPLATE = app
CONFIG += console testcase
-qtAddLibrary(QtTest)
+QT += testlib
|