summaryrefslogtreecommitdiffstats
path: root/patches/0008-Moved-symbianpkgrules-profiles-to-be-feature-profile.patch
blob: d527fb29206d8db5ad001f1b5f6b291eb810904d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
From 56b58823a3b39eb30652a1339b3deee32bb2d29e Mon Sep 17 00:00:00 2001
From: axis <qt-info@nokia.com>
Date: Tue, 16 Nov 2010 14:31:27 +0100
Subject: [PATCH] Moved symbianpkgrules profiles to be feature profiles.

---
 .../features/symbian/qt_demo.prf}                  |    2 --
 .../features/symbian/qt_example.prf}               |    3 ---
 2 files changed, 0 insertions(+), 5 deletions(-)
 rename qtbase/{demos/symbianpkgrules.pri => mkspecs/features/symbian/qt_demo.prf} (88%)
 rename qtbase/{examples/symbianpkgrules.pri => mkspecs/features/symbian/qt_example.prf} (88%)

diff --git a/qtbase/demos/symbianpkgrules.pri b/qtbase/mkspecs/features/symbian/qt_demo.prf
similarity index 88%
rename from qtbase/demos/symbianpkgrules.pri
rename to qtbase/mkspecs/features/symbian/qt_demo.prf
index ef6dfd8..9c4d96c 100644
--- a/qtbase/demos/symbianpkgrules.pri
+++ b/qtbase/mkspecs/features/symbian/qt_demo.prf
@@ -1,5 +1,3 @@
-!symbian: error(Only include this file for Symbian platforms)
-
 RSS_RULES ="group_name=\"QtDemos\";"
 
 nokiaVendor = "Nokia, Qt"
diff --git a/qtbase/examples/symbianpkgrules.pri b/qtbase/mkspecs/features/symbian/qt_example.prf
similarity index 88%
rename from qtbase/examples/symbianpkgrules.pri
rename to qtbase/mkspecs/features/symbian/qt_example.prf
index fe9b487..8c523fb 100644
--- a/qtbase/examples/symbianpkgrules.pri
+++ b/qtbase/mkspecs/features/symbian/qt_example.prf
@@ -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
 }
-
-- 
1.7.3.2.343.g7d43d