diff options
Diffstat (limited to 'tests/auto/qpainterpath/qpainterpath.pro')
-rw-r--r-- | tests/auto/qpainterpath/qpainterpath.pro | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/auto/qpainterpath/qpainterpath.pro b/tests/auto/qpainterpath/qpainterpath.pro index 9708222..0c0fe89 100644 --- a/tests/auto/qpainterpath/qpainterpath.pro +++ b/tests/auto/qpainterpath/qpainterpath.pro @@ -1,5 +1,4 @@ -load(qttest_p4) +CONFIG += testcase +TARGET = tst_qpainterpath SOURCES += tst_qpainterpath.cpp - - - +QT += testlib |