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