diff -r b0dd75e285d2 -r 0954f5dd2cd0 rom/rom.pro --- 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) + } }