diff options
Diffstat (limited to 'tests/auto/qdrag')
-rw-r--r-- | tests/auto/qdrag/qdrag.pro | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/tests/auto/qdrag/qdrag.pro b/tests/auto/qdrag/qdrag.pro index ad36fa5..ca1741c 100644 --- a/tests/auto/qdrag/qdrag.pro +++ b/tests/auto/qdrag/qdrag.pro @@ -1,9 +1,6 @@ -############################################################ -# Project file for autotest for file qdrag.h -############################################################ - -load(qttest_p4) +CONFIG += testcase +TARGET = tst_qdrag +QT += testlib SOURCES += tst_qdrag.cpp - |