~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/shared/qbs/tests/auto/api/testdata/filetagsfilter_override/InstalledApp.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
import qbs
 
2
 
 
3
CppApplication {
 
4
    type: "application"
 
5
    Group {
 
6
        fileTagsFilter: product.type
 
7
        qbs.install: true
 
8
        qbs.installDir: "hurz"
 
9
    }
 
10
}