diff options
Diffstat (limited to 'tests/auto/selftests/random/random.pro')
-rw-r--r-- | tests/auto/selftests/random/random.pro | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/selftests/random/random.pro b/tests/auto/selftests/random/random.pro new file mode 100644 index 0000000..19572ad --- /dev/null +++ b/tests/auto/selftests/random/random.pro @@ -0,0 +1,9 @@ +load(qttest_p4) +SOURCES += tst_random.cpp +QT = core + +mac:CONFIG -= app_bundle +CONFIG -= debug_and_release_target + + +TARGET = random |