diff options
Diffstat (limited to 'tests/auto/qstate/qstate.pro')
-rw-r--r-- | tests/auto/qstate/qstate.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/qstate/qstate.pro b/tests/auto/qstate/qstate.pro index 6ee7e0c..243a696 100644 --- a/tests/auto/qstate/qstate.pro +++ b/tests/auto/qstate/qstate.pro @@ -1,5 +1,6 @@ -load(qttest_p4) -QT = core +CONFIG += testcase +TARGET = tst_qstate +QT = core testlib SOURCES += tst_qstate.cpp |