back out Symbian block until we can block Qt profile editor from by default putting Symbian info outside the Symbian block
--- a/templates/com.nokia.carbide.cpp.qt.templates/templates/Qt-Console/Basename.pro Mon Oct 12 15:56:12 2009 -0500
+++ b/templates/com.nokia.carbide.cpp.qt.templates/templates/Qt-Console/Basename.pro Mon Oct 12 16:55:22 2009 -0500
@@ -4,12 +4,9 @@
$(modulesText)
HEADERS +=
-SOURCES += main.cpp
+SOURCES += main.cpp \
+ $(baseName)_reg.rss
FORMS +=
RESOURCES +=
-symbian: {
- TARGET.UID3 = $(uid3)
-
- SOURCES += $(baseName)_reg.rss
-}
+symbian:TARGET.UID3 = $(uid3)
--- a/templates/com.nokia.carbide.cpp.qt.templates/templates/Qt-GUI-Common/Basename.pro Mon Oct 12 15:56:12 2009 -0500
+++ b/templates/com.nokia.carbide.cpp.qt.templates/templates/Qt-GUI-Common/Basename.pro Mon Oct 12 16:55:22 2009 -0500
@@ -4,13 +4,10 @@
$(modulesText)
HEADERS += $(className).h
-SOURCES += main.cpp \
- $(className).cpp
+SOURCES += $(baseName)_reg.rss \
+ main.cpp \
+ $(className).cpp
FORMS += $(baseName).ui
RESOURCES +=
-symbian: {
- TARGET.UID3 = $(uid3)
-
- SOURCES += $(baseName)_reg.rss
-}
+symbian:TARGET.UID3 = $(uid3)