diff options
author | Kim Motoyoshi Kalland <kim.kalland@nokia.com> | 2009-10-05 09:02:24 (GMT) |
---|---|---|
committer | Kim Motoyoshi Kalland <kim.kalland@nokia.com> | 2009-10-05 09:39:04 (GMT) |
commit | a3e74ba189475d606f2a7a07f52591fd312a45c9 (patch) | |
tree | a092b3f00554e370722718031b12a50d9a974c72 /tests/auto/qmath/qmath.pro | |
parent | af1d916b86295543b8e20be79abf48453d9c55d0 (diff) | |
download | Qt-a3e74ba189475d606f2a7a07f52591fd312a45c9.zip Qt-a3e74ba189475d606f2a7a07f52591fd312a45c9.tar.gz Qt-a3e74ba189475d606f2a7a07f52591fd312a45c9.tar.bz2 |
Added autotest for qFastSin() and qFastCos().
Reviewed-by: Trond
Diffstat (limited to 'tests/auto/qmath/qmath.pro')
-rw-r--r-- | tests/auto/qmath/qmath.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qmath/qmath.pro b/tests/auto/qmath/qmath.pro new file mode 100644 index 0000000..03134ee --- /dev/null +++ b/tests/auto/qmath/qmath.pro @@ -0,0 +1,6 @@ +load(qttest_p4) + +QT = core + +SOURCES += tst_qmath.cpp +QT = core |