diff options
Diffstat (limited to 'tests/auto/qwsinputmethod/qwsinputmethod.pro')
-rw-r--r-- | tests/auto/qwsinputmethod/qwsinputmethod.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/qwsinputmethod/qwsinputmethod.pro b/tests/auto/qwsinputmethod/qwsinputmethod.pro index d549de0..83ea7f2 100644 --- a/tests/auto/qwsinputmethod/qwsinputmethod.pro +++ b/tests/auto/qwsinputmethod/qwsinputmethod.pro @@ -1,2 +1,4 @@ -load(qttest_p4) +CONFIG += testcase +TARGET = tst_qwsinputmethod +QT += testlib SOURCES += tst_qwsinputmethod.cpp |