source: trunk/mkspecs/symbian-sbsv2/flm/qt/qt.xml@ 651

Last change on this file since 651 was 651, checked in by Dmitry A. Kuminov, 16 years ago

trunk: Merged in qt 4.6.2 sources.

  • Property svn:eol-style set to native
File size: 1.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!--
3# /****************************************************************************
4# **
5# ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
6# ** Contact: Nokia Corporation ([email protected])
7# **
8# ** This file is part of symbian-sbsv2 mkspec.
9# **
10# ****************************************************************************/
11-->
12
13<build xmlns="http://symbian.com/xml/build"
14 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
15 xsi:schemaLocation="http://symbian.com/xml/build http://symbian.com/xml/build/2_0.xsd">
16
17 <!-- Extension interfaces : replacements for Template Extension Makefiles -->
18
19 <interface name="qt.qmake_extra_pre_targetdep" extends="Symbian.UserFLM"
20 flm="qmake_extra_pre_targetdep.flm">
21 <param name='PREDEP_TARGET' />
22 <param name='DEPS' default = '' />
23 <param name='COMMAND' default = '' />
24 </interface>
25
26 <interface name="qt.qmake_emulator_deployment" extends="Symbian.UserFLM"
27 flm="qmake_emulator_deployment.flm">
28 <param name='DEPLOY_SOURCE' />
29 <param name='DEPLOY_TARGET' />
30 </interface>
31
32 <interface name="qt.qmake_post_link" extends="Symbian.UserFLM"
33 flm="qmake_post_link.flm">
34 <param name='POST_LINK_CMD' />
35 <param name='LINK_TARGET' />
36 </interface>
37
38 <interface name="qt.qmake_store_build" extends="Symbian.UserFLM"
39 flm="qmake_store_build.flm">
40 </interface>
41</build>
Note: See TracBrowser for help on using the repository browser.