rom/rom.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 23 Jun 2010 17:59:43 +0300
changeset 5 0f2326c2a325
parent 0 1450b09d0cfd
child 12 afcd8e6d025b
permissions -rw-r--r--
Revision: 201024 Kit: 2010125

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