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