templates/com.nokia.carbide.cpp.qt.templates/templates/Qt-GUI-Common/Basename.pro
branchRCL_2_2
changeset 523 a37ccf171aa2
parent 0 fb279309251b
child 534 bd42ded634d1
--- a/templates/com.nokia.carbide.cpp.qt.templates/templates/Qt-GUI-Common/Basename.pro	Tue Oct 06 21:15:44 2009 -0500
+++ b/templates/com.nokia.carbide.cpp.qt.templates/templates/Qt-GUI-Common/Basename.pro	Wed Oct 07 10:44:09 2009 -0500
@@ -4,10 +4,13 @@
 $(modulesText) 
 
 HEADERS   += $(className).h
-SOURCES   += $(baseName)_reg.rss \
-    main.cpp \
-    $(className).cpp
+SOURCES   += main.cpp \
+             $(className).cpp
 FORMS	  += $(baseName).ui
 RESOURCES +=
 
-symbian:TARGET.UID3 = $(uid3)
+symbian: {
+    TARGET.UID3 = $(uid3)
+
+    SOURCES += $(baseName)_reg.rss
+}