summaryrefslogtreecommitdiffstats
path: root/demos/qmediaplayer/qmediaplayer.pro
Commit message (Collapse)AuthorAgeFilesLines
* Fixed `make install' for qmediaplayer demo.Rohan McGovern2010-06-071-1/+1
| | | | | `sources.path += qmediaplayer.pro' where `sources.files += qmediaplayer.pro' was intended.
* Add (correct) .pro files to INSTALLs.Frans Englich2010-04-211-1/+1
| | | | Complements previous commit.
* Assign UID3, install example files, remove redundant code.Frans Englich2010-04-211-1/+1
| | | | | | This demo still needs work on Symbian, related is QTBUG-10095. Reviewed-by: Jason Barron
* Symbian: Add capability NetworkServices.Frans Englich2009-11-201-0/+2
| | | | | | From discussions with Helix team. Reviewed-by: Gareth Stockwell
* Symbian fix: rename examples ftp and musicplayer to start with q.Frans Englich2009-10-091-0/+35
Symbian already has the executables musicplayer.exe, mediaplayer.exe and ftp.exe, with the result that we overwrite them with Qt. We solve this by renaming the examples, and do it not only on Symbian, such that Qt remains consistent across platforms. This was previously partly done for mediaplayer. The folder name needs to be consistent with the executable, for qtdemo to work. Done jointly with Alessandro. Task-number: QTBUG-4743 Reviewed-by: Alessandro Portale Reviewed-by: Frans Englich