diff options
Diffstat (limited to 'tests/auto/qmimedata/qmimedata.pro')
-rw-r--r-- | tests/auto/qmimedata/qmimedata.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/qmimedata/qmimedata.pro b/tests/auto/qmimedata/qmimedata.pro index 13fbe65..e4cf4ce 100644 --- a/tests/auto/qmimedata/qmimedata.pro +++ b/tests/auto/qmimedata/qmimedata.pro @@ -1,4 +1,5 @@ -load(qttest_p4) +CONFIG += testcase +TARGET = tst_qmimedata SOURCES += tst_qmimedata.cpp - +QT += testlib |