back out Symbian block until we can block Qt profile editor from by default putting Symbian info outside the Symbian block RCL_2_2
authorssobek@1USD01420.NOE.Nokia.com
Mon, 12 Oct 2009 16:55:22 -0500
branchRCL_2_2
changeset 534 bd42ded634d1
parent 533 a205d0ec8e28
child 535 ccd0ec86d1b4
back out Symbian block until we can block Qt profile editor from by default putting Symbian info outside the Symbian block
templates/com.nokia.carbide.cpp.qt.templates/templates/Qt-Console/Basename.pro
templates/com.nokia.carbide.cpp.qt.templates/templates/Qt-GUI-Common/Basename.pro
--- 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)