summaryrefslogtreecommitdiffstats
path: root/src/imports/particles/particles.pro
Commit message (Collapse)AuthorAgeFilesLines
* Fixed deployment locations for various profiles.axis2010-07-021-1/+2
| | | | RevBy: Trust me
* Provide Qml plugins with UID3s on SymbianAlessandro Portale2010-06-231-0/+1
| | | | | | ...otherwise we cannot Symbian sign them. Reviewed-by: Miikka Heikkinen
* Removed unnecessary data_caging_paths.prf loading from applicationsMiikka Heikkinen2010-06-221-1/+0
| | | | | | | | | Since plugin and import paths variables were moved to symbian.conf, there were many unnecessary load(data_caging_paths) statements left in applications. Task-number: QTBUG-11619 Reviewed-by: Janne Koskinen
* Unify naming of import plugin targetsJoona Petrell2010-05-261-2/+2
| | | | | Task-number: QTBUG-10834 Reviewed-by: Warwick Allison
* Simplify QML import plugin deployment linesJoona Petrell2010-04-161-2/+1
| | | | | Task-number: Reviewed-by: Martin Jones
* Fix 'make sis' finding the dll on symbianThomas Zander2010-03-311-1/+1
|
* Fix installation of qmldir filesAlan Alpert2010-03-301-1/+1
| | | | | | | The old pro files did not actually install the qmldir files in clean builds. These ones should work. Reviewed-by: Harald Fernengel
* Add Symbian deploy section for qml import pluginsJoona Petrell2010-03-261-0/+11
| | | | | Task-number: QTBUG-9364 Reviewed-by: jbarron
* fix installation of imports librariesYann Bodson2010-03-151-4/+3
|
* Move particles in their own plugin (Qt.labs.particles)Yann Bodson2010-03-111-0/+21
Task-number: QT-2846