Moved symbianpkgrules profiles to be feature profiles.

This commit is contained in:
axis 2010-11-16 14:31:27 +01:00
parent 07bed9a211
commit 32c4a26218
2 changed files with 0 additions and 5 deletions

View File

@ -1,5 +1,3 @@
!symbian: error(Only include this file for Symbian platforms)
RSS_RULES ="group_name=\"QtDemos\";"
nokiaVendor = "Nokia, Qt"

View File

@ -1,5 +1,3 @@
!symbian: error(Only include this file for Symbian platforms)
RSS_RULES ="group_name=\"QtExamples\";"
nokiaVendor = "Nokia, Qt"
@ -17,4 +15,3 @@ DEPLOYMENT += examples_deployment
isEmpty(ICON):contains(TEMPLATE, ".*app"):contains(QT, gui):contains(CONFIG, qt):!contains(CONFIG, "no_icon") {
ICON = $$QT_SOURCE_TREE/src/s60installs/qt.svg
}