diff options
author | Espen Riskedal <espenr@trolltech.com> | 2009-08-21 14:53:13 +0200 |
---|---|---|
committer | Espen Riskedal <espenr@trolltech.com> | 2009-08-21 14:53:13 +0200 |
commit | df518cf77c9b3a499d26b33890561bd98f50a49b (patch) | |
tree | 5de64d96b1c269fd68f0e2d8a20f0b9263d89289 /demos/symbianpkgrules.pri | |
parent | 4aa6869877d4906fcfaac5388294748512cace25 (diff) | |
download | qt4-tools-df518cf77c9b3a499d26b33890561bd98f50a49b.tar.gz |
Rename demobase.pri to symbianpkgrules.pri
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
Diffstat (limited to 'demos/symbianpkgrules.pri')
-rw-r--r-- | demos/symbianpkgrules.pri | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/demos/symbianpkgrules.pri b/demos/symbianpkgrules.pri new file mode 100644 index 0000000000..7e6852bd46 --- /dev/null +++ b/demos/symbianpkgrules.pri @@ -0,0 +1,13 @@ +!symbian: error(Only include this file for Symbian platforms) + +RSS_RULES ="group_name=\"QtDemos\";" + +vendorinfo = \ + "; Localised Vendor name" \ + "%{\"Nokia, Qt\"}" \ + " " \ + "; Unique Vendor name" \ + ":\"Nokia, Qt\"" \ + " " + +default_deployment.pkg_prerules += vendorinfo |