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