rom/rom.pro
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:30:16 +0100
branchGCC_SURGE
changeset 8 2e16851ffecd
parent 5 0f2326c2a325
child 12 afcd8e6d025b
permissions -rw-r--r--
Catchup to latest Symbian^4

TEMPLATE = subdirs
SUBDIRS = 

# 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)
	}
}