~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to lib/qtcreator/qtcomponents/qtcomponents.qbs

  • Committer: Timo Jyrinki
  • Date: 2013-11-15 12:25:23 UTC
  • mfrom: (1.1.28)
  • Revision ID: timo.jyrinki@canonical.com-20131115122523-i2kyamsu4gs2mu1m
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
import qbs.base 1.0
2
 
 
3
 
Product {
4
 
    name: "QtComponents"
5
 
 
6
 
    Group {
7
 
        name: "Resources"
8
 
        qbs.install: true
9
 
        qbs.installDir: (qbs.targetOS.contains("windows") ? "lib/qtcreator" : project.ide_library_path)
10
 
                        + "/qtcomponents"
11
 
        files: [
12
 
            "*.qml",
13
 
            "qmldir",
14
 
            "custom",
15
 
            "images"
16
 
        ]
17
 
    }
18
 
}