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