# HG changeset patch # User ssobek@1USD01420.NOE.Nokia.com # Date 1255384522 18000 # Node ID bd42ded634d100bd38ef77cd5fd9e6bce7eb25df # Parent a205d0ec8e2837d4cb8e2743a400f88100e74c85 back out Symbian block until we can block Qt profile editor from by default putting Symbian info outside the Symbian block diff -r a205d0ec8e28 -r bd42ded634d1 templates/com.nokia.carbide.cpp.qt.templates/templates/Qt-Console/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) diff -r a205d0ec8e28 -r bd42ded634d1 templates/com.nokia.carbide.cpp.qt.templates/templates/Qt-GUI-Common/Basename.pro --- 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)