summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/painting/qtransform/qtransform.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/gui/painting/qtransform/qtransform.pro')
-rw-r--r--tests/auto/gui/painting/qtransform/qtransform.pro7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/auto/gui/painting/qtransform/qtransform.pro b/tests/auto/gui/painting/qtransform/qtransform.pro
index 7cba3dbb52..79ac236b4d 100644
--- a/tests/auto/gui/painting/qtransform/qtransform.pro
+++ b/tests/auto/gui/painting/qtransform/qtransform.pro
@@ -1,7 +1,6 @@
-load(qttest_p4)
-HEADERS +=
+CONFIG += testcase
+TARGET = tst_qtransform
SOURCES += tst_qtransform.cpp
+QT += testlib
unix:!mac:LIBS+=-lm
-
-