rom/rom.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 04 Oct 2010 00:04:54 +0300
changeset 15 73c48011b8c7
parent 5 0f2326c2a325
permissions -rw-r--r--
Revision: 201037 Kit: 201039

TEMPLATE = subdirs
SUBDIRS = 


# DO NOT auto-generate any deployment files

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