rom/rom.pro
branchGCC_SURGE
changeset 8 2e16851ffecd
parent 5 0f2326c2a325
child 12 afcd8e6d025b
--- a/rom/rom.pro	Fri Jun 11 16:23:26 2010 +0100
+++ b/rom/rom.pro	Thu Jul 22 16:30:16 2010 +0100
@@ -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)
+	}
 }