38be0d1383
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12
47 lines
1.7 KiB
XML
47 lines
1.7 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!--
|
|
# /****************************************************************************
|
|
# **
|
|
# ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
|
|
# ** Contact: Nokia Corporation (qt-info@nokia.com)
|
|
# **
|
|
# ** This file is part of symbian-sbsv2 mkspec.
|
|
# **
|
|
# ****************************************************************************/
|
|
-->
|
|
|
|
<build xmlns="http://symbian.com/xml/build"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://symbian.com/xml/build http://symbian.com/xml/build/2_0.xsd">
|
|
|
|
<!-- Extension interfaces : replacements for Template Extension Makefiles -->
|
|
|
|
<interface name="qt.qmake_extra_pre_targetdep.export" extends="Symbian.UserFLM"
|
|
flm="qmake_extra_pre_targetdep.flm">
|
|
<param name='PREDEP_TARGET' />
|
|
<param name='DEPS' default = '' />
|
|
<param name='COMMAND' default = '' />
|
|
</interface>
|
|
|
|
<interface name="qt.qmake_emulator_deployment" extends="Symbian.UserFLM"
|
|
flm="qmake_emulator_deployment.flm">
|
|
<param name='DEPLOY_SOURCE' />
|
|
<param name='DEPLOY_TARGET' />
|
|
</interface>
|
|
|
|
<interface name="qt.qmake_post_link" extends="Symbian.UserFLM"
|
|
flm="qmake_post_link.flm">
|
|
<param name='POST_LINK_CMD' />
|
|
<param name='LINK_TARGET' />
|
|
</interface>
|
|
|
|
<interface name="qt.qmake_store_build" extends="Symbian.UserFLM"
|
|
flm="qmake_store_build.flm">
|
|
</interface>
|
|
|
|
<interface name="qt.qmake_clean" extends="Symbian.UserFLM"
|
|
flm="qmake_clean.flm">
|
|
<param name='CLEAN_FILES' />
|
|
</interface>
|
|
</build>
|