diff options
Diffstat (limited to 'tests/auto/selftests/assert/assert.pro')
-rw-r--r-- | tests/auto/selftests/assert/assert.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/selftests/assert/assert.pro b/tests/auto/selftests/assert/assert.pro new file mode 100644 index 0000000..87513d4 --- /dev/null +++ b/tests/auto/selftests/assert/assert.pro @@ -0,0 +1,10 @@ +load(qttest_p4) + +SOURCES += tst_assert.cpp +QT = core + +mac:CONFIG -= app_bundle +CONFIG -= debug_and_release_target +!win32:CONFIG += debug + + |