| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
|
| |
Task-number: QTBUG-14013
Reviewed-by: Peter Hartmann
|
| |
|
|
|
|
|
|
|
| |
As we want to use local file then QUrl::fromLocalFile is safest method.
Task-number: QTBUG-9417
Reviewed-by: TrustMe
|
|
|
|
|
| |
Task-number: QT-9417
Reviewed-by: TrustMe
|
|
|
|
|
|
|
|
|
|
|
| |
Many of the benchmarks generate executables with same names as
the autotests. This is a big problem for Symbian, where all binaries
are stored into single directory. Renamed benchmark targets to include
'bench' in their name to ensure no overlap in target names.
Part of QtP delta reduction effort.
Reviewed-by: Liang Qi
|
|
|
|
| |
Qt's benchmark lib does not support global data tags yet.
|
|
|
|
| |
Reviewed-by: joao
|
|
|
|
|
|
| |
Test were changed to run in reasonable time on Windows Mobile.
Also some test were skipped for instance those using OpenGL.
OpenGL support for Windows Mobile is a forthcoming feature.
|
|
|
|
| |
These fixes mainly concern compiling issues.
|
| |
|
|
We follow the same structure as used in the src directory. This makes it
easier to navigate through the jungel, especially now that we are going
to add functional tests etc.
|