~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to tests/auto/qml/codemodel/check/check.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
 
2
import "../../../autotest.qbs" as Autotest
 
3
 
 
4
Autotest {
 
5
    name: "QML code model check autotest"
 
6
    Depends { name: "LanguageUtils" }
 
7
    Depends { name: "QmlJS" }
 
8
    Depends { name: "Utils" }
 
9
    Depends { name: "Qt.widgets" }
 
10
    files: "tst_check.cpp"
 
11
    cpp.defines: base.concat([
 
12
        'QT_CREATOR',
 
13
        'QTCREATORDIR="' + project.ide_source_tree + '"',
 
14
        'TESTSRCDIR="' + path + '"'
 
15
    ])
 
16
}