diff options
Diffstat (limited to 'tests/auto/qthread/qthread.pro')
-rw-r--r-- | tests/auto/qthread/qthread.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qthread/qthread.pro b/tests/auto/qthread/qthread.pro new file mode 100644 index 0000000..c4d4f2a --- /dev/null +++ b/tests/auto/qthread/qthread.pro @@ -0,0 +1,5 @@ +load(qttest_p4) +SOURCES += tst_qthread.cpp +QT = core + + |