summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmovie/qmovie.pro
Commit message (Collapse)AuthorAgeFilesLines
* Prevented infinite loop in QMoviePrivate::next().Samuel Rødal2010-12-221-0/+1
| | | | | | | | If we're unable to read the first frame, we shouldn't return an end marker, as that will cause QMoviePrivate::next() to recurse indefinitely when the playCounter is set to -1 (infinite). Reviewed-by: Olivier Goffart
* Align .pro with qmake: s/\.sources/.files/.Miikka Heikkinen2010-10-081-3/+3
| | | | | | | | | | Complement previous commit by aligning Qt itself to use .files consistently for DEPLOYMENT as well as INSTALLS. This excludes changes to webkit. Task-number: QTBUG-3216 Reviewed-by: axis
* Various fixes to autotests when using the symbian/linux-armcc mkspec.axis2010-06-291-1/+1
|
* escape backslashesOswald Buddenhagen2010-05-261-2/+2
| | | | this makes windows-style path specs *ugly*. that's intentional. :-P
* Fixed deployment when using cetest.axis2009-10-071-4/+6
| | | | | | | | | | | Cetest (and other programs that upload dlls manually without using a package) need to deploy some plugins for specific tests. If those tests are deployed in a normal package however, the installation will fail because the plugins are already included in the Qt installation. Fixed that by putting the deployment inside a scope that cetest will define. RevBy: Miikka Heikkinen
* Long live Qt for S60!axis2009-04-241-0/+24