diff options
Diffstat (limited to 'tests/auto/qgroupbox/qgroupbox.pro')
-rw-r--r-- | tests/auto/qgroupbox/qgroupbox.pro | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/qgroupbox/qgroupbox.pro b/tests/auto/qgroupbox/qgroupbox.pro index 5f5370f..c488c90 100644 --- a/tests/auto/qgroupbox/qgroupbox.pro +++ b/tests/auto/qgroupbox/qgroupbox.pro @@ -1,5 +1,5 @@ -load(qttest_p4) -SOURCES += tst_qgroupbox.cpp - - +CONFIG += testcase +TARGET = tst_qgroupbox +QT += testlib +SOURCES += tst_qgroupbox.cpp |