From 32c4a2621840ccf0877d68301927d2862e2ac58f Mon Sep 17 00:00:00 2001 From: axis Date: Tue, 16 Nov 2010 14:31:27 +0100 Subject: Moved symbianpkgrules profiles to be feature profiles. --- demos/symbianpkgrules.pri | 19 ------------------- examples/symbianpkgrules.pri | 20 -------------------- mkspecs/features/symbian/qt_demo.prf | 17 +++++++++++++++++ mkspecs/features/symbian/qt_example.prf | 17 +++++++++++++++++ 4 files changed, 34 insertions(+), 39 deletions(-) delete mode 100644 demos/symbianpkgrules.pri delete mode 100644 examples/symbianpkgrules.pri create mode 100644 mkspecs/features/symbian/qt_demo.prf create mode 100644 mkspecs/features/symbian/qt_example.prf diff --git a/demos/symbianpkgrules.pri b/demos/symbianpkgrules.pri deleted file mode 100644 index ef6dfd8419..0000000000 --- a/demos/symbianpkgrules.pri +++ /dev/null @@ -1,19 +0,0 @@ -!symbian: error(Only include this file for Symbian platforms) - -RSS_RULES ="group_name=\"QtDemos\";" - -nokiaVendor = "Nokia, Qt" -vendorinfo = \ - "; Localised Vendor name" \ - "%{$$addLanguageDependentPkgItem(nokiaVendor)}" \ - " " \ - "; Unique Vendor name" \ - ":\"$$nokiaVendor\"" \ - " " - -demos_deployment.pkg_prerules += vendorinfo -DEPLOYMENT += demos_deployment - -isEmpty(ICON):contains(TEMPLATE, ".*app"):contains(QT, gui):contains(CONFIG, qt):!contains(CONFIG, "no_icon") { - ICON = $$QT_SOURCE_TREE/src/s60installs/qt.svg -} diff --git a/examples/symbianpkgrules.pri b/examples/symbianpkgrules.pri deleted file mode 100644 index fe9b487d55..0000000000 --- a/examples/symbianpkgrules.pri +++ /dev/null @@ -1,20 +0,0 @@ -!symbian: error(Only include this file for Symbian platforms) - -RSS_RULES ="group_name=\"QtExamples\";" - -nokiaVendor = "Nokia, Qt" -vendorinfo = \ - "; Localised Vendor name" \ - "%{$$addLanguageDependentPkgItem(nokiaVendor)}" \ - " " \ - "; Unique Vendor name" \ - ":\"$$nokiaVendor\"" \ - " " - -examples_deployment.pkg_prerules += vendorinfo -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 -} - diff --git a/mkspecs/features/symbian/qt_demo.prf b/mkspecs/features/symbian/qt_demo.prf new file mode 100644 index 0000000000..9c4d96c1da --- /dev/null +++ b/mkspecs/features/symbian/qt_demo.prf @@ -0,0 +1,17 @@ +RSS_RULES ="group_name=\"QtDemos\";" + +nokiaVendor = "Nokia, Qt" +vendorinfo = \ + "; Localised Vendor name" \ + "%{$$addLanguageDependentPkgItem(nokiaVendor)}" \ + " " \ + "; Unique Vendor name" \ + ":\"$$nokiaVendor\"" \ + " " + +demos_deployment.pkg_prerules += vendorinfo +DEPLOYMENT += demos_deployment + +isEmpty(ICON):contains(TEMPLATE, ".*app"):contains(QT, gui):contains(CONFIG, qt):!contains(CONFIG, "no_icon") { + ICON = $$QT_SOURCE_TREE/src/s60installs/qt.svg +} diff --git a/mkspecs/features/symbian/qt_example.prf b/mkspecs/features/symbian/qt_example.prf new file mode 100644 index 0000000000..8c523fb00f --- /dev/null +++ b/mkspecs/features/symbian/qt_example.prf @@ -0,0 +1,17 @@ +RSS_RULES ="group_name=\"QtExamples\";" + +nokiaVendor = "Nokia, Qt" +vendorinfo = \ + "; Localised Vendor name" \ + "%{$$addLanguageDependentPkgItem(nokiaVendor)}" \ + " " \ + "; Unique Vendor name" \ + ":\"$$nokiaVendor\"" \ + " " + +examples_deployment.pkg_prerules += vendorinfo +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 +} -- cgit v1.2.3