diff -r bf4420e9fa4d -r 2e16851ffecd rom/rom.pro --- 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) + } }