buildframework/helium/tests/minibuilds/qt/config/qmake_zip_cfg.xml
author wbernard
Wed, 23 Dec 2009 19:29:07 +0200
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
permissions -rw-r--r--
helium_7.0-r14027

<?xml version="1.0" encoding="UTF-8"?>
<!-- 
============================================================================ 
Name        : qmake_zip.cfg.xml 
Part of     : Helium 

Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
This component and the accompanying materials are made available
under the terms of the License "Eclipse Public License v1.0"
which accompanies this distribution, and is available
at the URL "http://www.eclipse.org/legal/epl-v10.html".

Initial Contributors:
Nokia Corporation - initial contribution.

Contributors:

Description:

============================================================================
-->
<build>
    <config name="ee" abstract="true">
        <set name="max.uncompressed.size" value="2000000000"/>
        <set name="max.files.per.archive" value="100000"/>
        <set name="archive.tool" value="7za"/>
        <set name="archives.dir" value="${build.output.dir}/zips"/>
        <set name="temp.build.dir" value="${temp.build.dir}"/>
        <set name="build.log.dir" value="${build.log.dir}"/>
        <set name="build.id" value="${build.id}"/>
        <set name="sysdef.configuration" value="build"/>
        <set name="root.dir" value="${build.drive}/"/>
        <config>
            <set name="name" value="${build.id}_${sysdef.configuration}.qmake"/>
            <set name="scanners" value="default,input.file"/>
            <set name="input.files" value="${compile.log.dir}/${build.id}_${sysdef.configuration}.qmake.generated.txt"/>
            <set name="include" value="output/docs/"/>
        </config>
    </config>
</build>