summaryrefslogtreecommitdiffstats
path: root/demos/symbianpkgrules.pri
Commit message (Collapse)AuthorAgeFilesLines
* Rename demobase.pri to symbianpkgrules.priEspen Riskedal2009-08-211-0/+13
demobase.pri sounded to generic, also I changed it to error on !symbian platforms, and test all the places we include it. That makes it more obvious when reading the .pro files that this is actually Symbian spesific stuff, not cross-platform Qt rules. Reviewed-by: axis