~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/shared/qbs/examples/examples.qbs

  • Committer: Timo Jyrinki
  • Date: 2013-12-02 09:16:15 UTC
  • mfrom: (1.1.29)
  • Revision ID: timo.jyrinki@canonical.com-20131202091615-xbj1os1f604ber1m
New upstream release candidate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
**
 
3
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 
4
** Contact: http://www.qt-project.org/legal
 
5
**
 
6
** This file is part of the examples of the Qt Build Suite.
 
7
**
 
8
** You may use this file under the terms of the BSD license as follows:
 
9
**
 
10
** "Redistribution and use in source and binary forms, with or without
 
11
** modification, are permitted provided that the following conditions are
 
12
** met:
 
13
**   * Redistributions of source code must retain the above copyright
 
14
**     notice, this list of conditions and the following disclaimer.
 
15
**   * Redistributions in binary form must reproduce the above copyright
 
16
**     notice, this list of conditions and the following disclaimer in
 
17
**     the documentation and/or other materials provided with the
 
18
**     distribution.
 
19
**   * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
 
20
**     of its contributors may be used to endorse or promote products derived
 
21
**     from this software without specific prior written permission.
 
22
**
 
23
**
 
24
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 
25
** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 
26
** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 
27
** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 
28
** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 
29
** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 
30
** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 
31
** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 
32
** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 
33
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 
34
** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
 
35
**
 
36
****************************************************************************/
 
37
 
 
38
import qbs
 
39
 
 
40
Project {
 
41
    references: [
 
42
        "app-and-lib/app_and_lib.qbs",
 
43
        "cocoa-application/CocoaApplication.qbs",
 
44
        "collidingmice/collidingmice.qbs",
 
45
        "helloworld-complex/hello.qbs",
 
46
        "helloworld-minimal/hello.qbs",
 
47
        "helloworld-qt/hello.qbs",
 
48
    ]
 
49
}