rom/rom.pro
changeset 3 0954f5dd2cd0
parent 0 1450b09d0cfd
child 12 afcd8e6d025b
--- a/rom/rom.pro	Fri May 14 15:40:36 2010 +0300
+++ b/rom/rom.pro	Tue Jun 29 00:46:29 2010 -0400
@@ -1,9 +1,13 @@
 TEMPLATE = subdirs
 SUBDIRS = 
 
-# Generate the rom iby file from the template.pkg files already generated by qmake
+# Generate the rom iby file and the maemo debian install file
+# from the template.pkg files already generated by qmake
 symbian {
 	exists( $$PWD/../../../../brtools/platform/symbian/install/generate-rom-iby.bat ) {
 		system($$PWD/../../../../brtools/platform/symbian/install/generate-rom-iby.bat)
 	}
+	exists( $$PWD/../../../../brtools/platform/maemo/generate-debian-files.bat ) {
+		system($$PWD/../../../../brtools/platform/maemo/generate-debian-files.bat)
+	}
 }