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